Package org.evrete.api
Interface KeysStore
public interface KeysStore
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeysStore.Entry -
Method Summary
Modifier and Type Method Description voidappend(KeysStore other)voidclear()default <P extends Predicate<IntToValueRow>>
voiddelete(P[] predicates)Deprecated.default <P extends Predicate<IntToValueRow>>
voiddelete(P[] predicates, int index)Deprecated.ReIterator<KeysStore.Entry>entries()KeysStore.Entryget(IntToValueRow key)default booleanhasKey(IntToValueRow key)booleanisEmpty()voidsave(IntFunction<IntToValueRow> values)