Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongSet
-
Packages that use IBmLongSet Package Description com._1c.g5.v8.bm.common.collections -
-
Uses of IBmLongSet in com._1c.g5.v8.bm.common.collections
Classes in com._1c.g5.v8.bm.common.collections that implement IBmLongSet Modifier and Type Class Description class
BmLongHashSet
This code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.
This implementation doesn't support removal of elements via itearator.class
BmLongSegmentSyncSet
A Long set with segment synchronization.Methods in com._1c.g5.v8.bm.common.collections that return IBmLongSet Modifier and Type Method Description IBmLongSet
BmLongSegmentSyncSet. getMap(long key)
Methods in com._1c.g5.v8.bm.common.collections with parameters of type IBmLongSet Modifier and Type Method Description void
BmLongHashSet. addAll(IBmLongSet values)
void
BmLongSegmentSyncSet. addAll(IBmLongSet values)
void
IBmLongSet. addAll(IBmLongSet collection)
Adds all the values from the specified collection.void
BmLongHashSet. removeAll(IBmLongSet set)
Removes from this set all of its elements that are contained in the specified set.
-