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.collectionsClasses in com._1c.g5.v8.bm.common.collections that implement IBmLongSet Modifier and Type Class Description classBmLongHashSetThis code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.
 This implementation doesn't support removal of elements via itearator.classBmLongSegmentSyncSetA Long set with segment synchronization.Methods in com._1c.g5.v8.bm.common.collections that return IBmLongSet Modifier and Type Method Description IBmLongSetBmLongSegmentSyncSet. getMap(long key)Methods in com._1c.g5.v8.bm.common.collections with parameters of type IBmLongSet Modifier and Type Method Description voidBmLongHashSet. addAll(IBmLongSet values)voidBmLongSegmentSyncSet. addAll(IBmLongSet values)voidIBmLongSet. addAll(IBmLongSet collection)Adds all the values from the specified collection.voidBmLongHashSet. removeAll(IBmLongSet set)Removes from this set all of its elements that are contained in the specified set.
 
-