Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongSet
Packages that use IBmLongSet
-
Uses of IBmLongSet in com._1c.g5.v8.bm.common.collections
Classes in com._1c.g5.v8.bm.common.collections that implement IBmLongSetModifier and TypeClassDescriptionclassThis code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.
This implementation doesn't support removal of elements via itearator.classA Long set with segment synchronization.Methods in com._1c.g5.v8.bm.common.collections that return IBmLongSetMethods in com._1c.g5.v8.bm.common.collections with parameters of type IBmLongSetModifier and TypeMethodDescriptionvoidBmLongHashSet.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.