Uses of Class
com.blazebit.persistence.view.impl.collection.RecordingMap
Packages that use RecordingMap
Package
Description
-
Uses of RecordingMap in com.blazebit.persistence.view.impl.collection
Classes in com.blazebit.persistence.view.impl.collection with type parameters of type RecordingMapModifier and TypeClassDescriptionclassAbstractMapInstantiator<C extends Map<?,?>, R extends RecordingMap<C, ?, ?>> interfaceMapInstantiatorImplementor<C extends Map<?,?>, R extends RecordingMap<C, ?, ?>> Subclasses of RecordingMap in com.blazebit.persistence.view.impl.collectionModifier and TypeClassDescriptionclassRecordingNavigableMap<C extends NavigableMap<K,V>, K, V> classRecordingSortedMap<C extends SortedMap<K,V>, K, V> Fields in com.blazebit.persistence.view.impl.collection declared as RecordingMapModifier and TypeFieldDescriptionprotected final RecordingMap<C,K, V> RecordingEntrySet.recordingMapprotected final RecordingMap<C,K, V> RecordingKeySet.recordingMapprotected final RecordingMap<C,K, V> RecordingValuesCollection.recordingMapMethods in com.blazebit.persistence.view.impl.collection that return RecordingMapModifier and TypeMethodDescriptionRecordingMap<Map<?,?>, ?, ?> OrderedMapInstantiator.createRecordingMap(int size) RecordingMap<Map<?,?>, ?, ?> UnorderedMapInstantiator.createRecordingMap(int size) Methods in com.blazebit.persistence.view.impl.collection with parameters of type RecordingMapModifier and TypeMethodDescriptionvoidRecordingMap.setActions(RecordingMap<C, K, V> recordingMap, Map<Object, Object> objectMapping) Constructors in com.blazebit.persistence.view.impl.collection with parameters of type RecordingMapModifierConstructorDescriptionRecordingEntrySet(Set<Map.Entry<K, V>> delegate, RecordingMap<C, K, V> recordingMap) RecordingEntrySetIterator(RecordingMap<? extends Map<K, V>, K, V> recordingMap) RecordingEntrySetReplacingIterator(RecordingMap<? extends Map<K, V>, K, V> recordingMap) RecordingKeySet(Set<K> delegate, RecordingMap<C, K, V> recordingMap) RecordingKeySetIterator(RecordingMap<? extends Map<E, ?>, E, ?> recordingMap) RecordingValuesCollection(Collection<V> delegate, RecordingMap<C, K, V> recordingMap) RecordingValuesIterator(RecordingMap<? extends Map<?, E>, ?, E> recordingMap) -
Uses of RecordingMap in com.blazebit.persistence.view.impl.update
Methods in com.blazebit.persistence.view.impl.update with parameters of type RecordingMapModifier and TypeMethodDescriptionvoidInitialStateResetter.addRecordingMap(RecordingMap<?, ?, ?> recordingMap, List<? extends MapAction<?>> actions, Map<?, ?> addedKeys, Map<?, ?> removedKeys, Map<?, ?> addedElements, Map<?, ?> removedElements) voidResetInitialStateSynchronization.addRecordingMap(RecordingMap<?, ?, ?> recordingMap, List<? extends MapAction<?>> actions, Map<?, ?> addedKeys, Map<?, ?> removedKeys, Map<?, ?> addedElements, Map<?, ?> removedElements) -
Uses of RecordingMap in com.blazebit.persistence.view.impl.update.flush
Methods in com.blazebit.persistence.view.impl.update.flush that return RecordingMapModifier and TypeMethodDescriptionprotected RecordingMap<?,?, ?> MapAttributeFlusher.createRecordingMap(int size) Methods in com.blazebit.persistence.view.impl.update.flush with parameters of type RecordingMapModifier and TypeMethodDescriptionprotected DirtyAttributeFlusher<MapAttributeFlusher<E,V>, E, V> MapAttributeFlusher.getDirtyFlusherForRecordingCollection(UpdateContext context, RecordingMap<?, ?, ?> collection)