Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongMap.IEntry
-
Packages that use IBmLongMap.IEntry Package Description com._1c.g5.v8.bm.common.collections -
-
Uses of IBmLongMap.IEntry in com._1c.g5.v8.bm.common.collections
Methods in com._1c.g5.v8.bm.common.collections that return IBmLongMap.IEntry Modifier and Type Method Description IBmLongMap.IEntry<V>
BmLongHashMap.MapIterator. next()
Methods in com._1c.g5.v8.bm.common.collections that return types with arguments of type IBmLongMap.IEntry Modifier and Type Method Description Iterable<IBmLongMap.IEntry<V>>
BmLongHashMap. entryIterable()
Iterable<IBmLongMap.IEntry<T>>
BmLongSegmentSyncMap. entryIterable()
Iterable<IBmLongMap.IEntry<V>>
IBmLongMap. entryIterable()
Returns aIterable
view of the entries in this map.
-