Class RecordingSortedMap<C extends SortedMap<K,V>,K,V>
java.lang.Object
com.blazebit.persistence.view.impl.collection.RecordingMap<C,K,V>
com.blazebit.persistence.view.impl.collection.RecordingSortedMap<C,K,V>
- All Implemented Interfaces:
RecordingContainer<C>,BasicDirtyTracker,DirtyTracker,Serializable,Map<K,,V> SortedMap<K,V>
- Direct Known Subclasses:
RecordingNavigableMap
public class RecordingSortedMap<C extends SortedMap<K,V>,K,V>
extends RecordingMap<C,K,V>
implements SortedMap<K,V>
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.blazebit.persistence.view.impl.collection.RecordingMap
allowedSubtypes, delegate, parentRequiringCreateSubtypes, parentRequiringUpdateSubtypes, updatable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.collection.RecordingMap
$$_copyDirty, $$_getDirty, $$_getParent, $$_getSimpleDirty, $$_hasParent, $$_isDirty, $$_isDirty, $$_markDirty, $$_replaceAttribute, $$_resetDirty, $$_setDirty, $$_setParent, $$_unmarkDirty, $$_unsetParent, addAction, checkType, checkType, clear, containsKey, containsValue, copyDelegate, entrySet, equals, get, getActions, getAddedElements, getAddedKeys, getCurrentIterator, getDelegate, getInitialVersion, getRemovedElements, getRemovedKeys, hasActions, hashCode, initiateActionsAgainstState, isEmpty, isHashBased, keySet, put, putAll, recordingIterator, remove, replaceActionElement, replay, resetActions, resetRecordingIterator, setActions, setActions, size, toString, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
RecordingSortedMap
-
-
Method Details
-
subMap
-
headMap
-
tailMap
-
comparator
Read-only -
firstKey
-
lastKey
-