Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongMap
-
Packages that use IBmLongMap Package Description com._1c.g5.v8.bm.common.collections com._1c.g5.v8.bm.core.event com._1c.g5.v8.bm.store com._1c.g5.v8.dt.aef2.bm.refresher com._1c.g5.v8.dt.md.ui.editor.base -
-
Uses of IBmLongMap in com._1c.g5.v8.bm.common.collections
Classes in com._1c.g5.v8.bm.common.collections that implement IBmLongMap Modifier and Type Class Description class
BmLongHashMap<V>
This code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.
This implementation doesn't support removal of entries via itearator.class
BmLongSegmentSyncMap<T>
A Long map with segment synchronization. -
Uses of IBmLongMap in com._1c.g5.v8.bm.core.event
Methods in com._1c.g5.v8.bm.core.event that return IBmLongMap Modifier and Type Method Description IBmLongMap<BmChangeEvent>
BmEvent. getChangeEvents()
Gets sub-events representing changes.Constructors in com._1c.g5.v8.bm.core.event with parameters of type IBmLongMap Constructor Description BmEvent(long timestamp, Object operationId, Object serviceId, BmAssociationEvent associationEvent, IBmLongMap<BmChangeEvent> changeEvents, List<BmResolvedEvent> resolvedEvents)
Constructs a new instance with the given parameters. -
Uses of IBmLongMap in com._1c.g5.v8.bm.store
Methods in com._1c.g5.v8.bm.store with parameters of type IBmLongMap Modifier and Type Method Description void
IBmLongPersistentIndex. putAll(IBmLongMap<P> map)
-
Uses of IBmLongMap in com._1c.g5.v8.dt.aef2.bm.refresher
Methods in com._1c.g5.v8.dt.aef2.bm.refresher with parameters of type IBmLongMap Modifier and Type Method Description protected abstract boolean
AbstractBmRefresher. needRefresh(IBmModel model, IBmObject[] objects, IBmLongMap<BmChangeEvent> changeEvents)
Returnstrue
if refresh is needed for the specifiedevent
. -
Uses of IBmLongMap in com._1c.g5.v8.dt.md.ui.editor.base
Methods in com._1c.g5.v8.dt.md.ui.editor.base with parameters of type IBmLongMap Modifier and Type Method Description protected void
DtGranularEditor. processChangeEvent(IBmLongMap<BmChangeEvent> changeEvents)
Process change events.
-