Package com._1c.g5.v8.bm.store
Interface IBmLongPersistentIndex<P>
- All Known Implementing Classes:
DurableLongIndex,LongIndex
public interface IBmLongPersistentIndex<P>
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(long key) voidforEach(BiConsumer<Long, P> action) Performs the given action for each entry in this index until all entries have been processed or the action throws an exception.get(long key) keys()voidvoidputAll(IBmLongMap<P> map) voidremove(long key)
-
Method Details
-
keys
-
clear
void clear() -
containsKey
boolean containsKey(long key) -
remove
-
forEach
Performs the given action for each entry in this index until all entries have been processed or the action throws an exception.- Parameters:
action- The action. May not benull.
-
put
-
get
-
putAll
-
putAll
-