Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongMap
Packages that use IBmLongMap
Package
Description
-
Uses of IBmLongMap in com._1c.g5.v8.bm.common.collections
Classes in com._1c.g5.v8.bm.common.collections that implement IBmLongMapModifier and TypeClassDescriptionclassThis code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.
This implementation doesn't support removal of entries via itearator.classA Long map with segment synchronization.Methods in com._1c.g5.v8.bm.common.collections with parameters of type IBmLongMapModifier and TypeMethodDescriptiondefault voidIBmLongMap.putAll(IBmLongMap<V> values) Copies all of the mappings from the specified map to this map. -
Uses of IBmLongMap in com._1c.g5.v8.bm.core.event
Methods in com._1c.g5.v8.bm.core.event that return IBmLongMapModifier and TypeMethodDescriptionBmEvent.getChangeEvents()Gets sub-events representing changes.Constructors in com._1c.g5.v8.bm.core.event with parameters of type IBmLongMapModifierConstructorDescriptionBmEvent(long timestamp, Object operationId, Object serviceId, IBmNamespace namespace, BmAssociationEvent associationEvent, IBmLongMap<BmChangeEvent> changeEvents, BmBlobEvent blobEvent) 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 -
Uses of IBmLongMap in com._1c.g5.v8.bm.store.internal.index
Methods in com._1c.g5.v8.bm.store.internal.index with parameters of type IBmLongMapModifier and TypeMethodDescriptionvoidDurableLongIndex.putAll(IBmLongMap<P> map) voidLongIndex.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 IBmLongMapModifier and TypeMethodDescriptionprotected abstract booleanAbstractBmRefresher.needRefresh(IBmModel model, IBmObject[] objects, IBmLongMap<BmChangeEvent> changeEvents) Returnstrueif refresh is needed for the specifiedevent. -
Uses of IBmLongMap in com._1c.g5.v8.dt.internal.md.ui.editors.configuration
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.configuration with parameters of type IBmLongMapModifier and TypeMethodDescriptionprotected voidConfigurationEditor.processChangeEvent(IBmLongMap<BmChangeEvent> changeEvents) -
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 IBmLongMapModifier and TypeMethodDescriptionprotected voidDtGranularEditor.processChangeEvent(IBmLongMap<BmChangeEvent> changeEvents) Process change events.