Package com._1c.g5.v8.bm.store
Interface IBmLongPersistentIndex<P>
- All Known Implementing Classes:
DurableLongIndex
,LongIndex
public interface IBmLongPersistentIndex<P>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(long key) void
forEach
(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()
void
void
putAll
(IBmLongMap<P> map) void
remove
(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
-