Uses of Class
com._1c.g5.v8.bm.common.collections.BmLongHashMap
-
Packages that use BmLongHashMap Package Description com._1c.g5.v8.bm.common.collections com._1c.g5.v8.bm.integration -
-
Uses of BmLongHashMap in com._1c.g5.v8.bm.common.collections
Fields in com._1c.g5.v8.bm.common.collections declared as BmLongHashMap Modifier and Type Field Description protected BmLongHashMap<T>[]
BmLongSegmentSyncMap. data
Methods in com._1c.g5.v8.bm.common.collections that return BmLongHashMap Modifier and Type Method Description BmLongHashMap<T>
BmLongSegmentSyncMap. asMap()
Creates a copy of this map.protected BmLongHashMap<T>
BmLongSegmentSyncMap. createBmLongHashMap(int i)
Creates map for segment.protected BmLongHashMap<T>
BmLongSegmentSyncMap. getSegment(int i)
Gets segment by index.Methods in com._1c.g5.v8.bm.common.collections with parameters of type BmLongHashMap Modifier and Type Method Description void
BmLongHashMap. putAll(BmLongHashMap<V> values)
Copies all of the mappings from the specified map to this map. -
Uses of BmLongHashMap in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration with parameters of type BmLongHashMap Modifier and Type Method Description void
IBmModel. commitAndSaveAll(IBmTransaction transaction, BmLongHashMap<String> updatedFqns)
Deprecated.The method has been added to support existing legacy solutions only.
-