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)<P extends Predicate<IntToValueRow>>
voiddelete(P[] predicates, int index)ReIterator<KeysStore.Entry>entries()KeysStore.Entryget(IntToValueRow key)default booleanhasKey(IntToValueRow key)booleanisEmpty()voidsave(IntFunction<IntToValueRow> values)
-
Method Details
-
isEmpty
boolean isEmpty() -
clear
void clear() -
save
-
get
-
hasKey
-
append
-
entries
ReIterator<KeysStore.Entry> entries() -
delete
-
delete
-