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: