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 TypeClassDescriptionclass
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
A 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 TypeMethodDescriptionvoid
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.