Class RecordingSortedSet<C extends SortedSet<E>,E>
java.lang.Object
com.blazebit.persistence.view.impl.collection.RecordingCollection<C,E>
com.blazebit.persistence.view.impl.collection.RecordingSet<C,E>
com.blazebit.persistence.view.impl.collection.RecordingSortedSet<C,E>
- All Implemented Interfaces:
RecordingContainer<C>,BasicDirtyTracker,DirtyTracker,Serializable,Iterable<E>,Collection<E>,Set<E>,SortedSet<E>
- Direct Known Subclasses:
RecordingNavigableSet
public class RecordingSortedSet<C extends SortedSet<E>,E>
extends RecordingSet<C,E>
implements SortedSet<E>
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Field Summary
Fields inherited from class com.blazebit.persistence.view.impl.collection.RecordingCollection
allowedSubtypes, delegate, indexed, parentRequiringCreateSubtypes, parentRequiringUpdateSubtypes, updatable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.collection.RecordingSet
allowDuplicatesMethods inherited from class com.blazebit.persistence.view.impl.collection.RecordingCollection
$$_copyDirty, $$_getDirty, $$_getSimpleDirty, $$_hasParent, $$_isDirty, $$_isDirty, $$_markDirty, $$_replaceAttribute, $$_resetDirty, $$_setDirty, $$_setParent, $$_unmarkDirty, $$_unsetParent, add, addAction, addAll, checkType, checkType, clear, contains, containsAll, copyDelegate, equals, getActions, getAddedElements, getCurrentIterator, getDelegate, getInitialVersion, getRemovedElements, hasActions, hashCode, initiateActionsAgainstState, isEmpty, isHashBased, iterator, recordingIterator, remove, removeAll, replaceActionElement, replay, resetActions, resetRecordingIterator, retainAll, setActions, setActions, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface java.util.SortedSet
spliterator
-
Constructor Details
-
RecordingSortedSet
-
-
Method Details
-
subSet
-
headSet
-
tailSet
-
comparator
Read-only- Specified by:
comparatorin interfaceSortedSet<C extends SortedSet<E>>
-
first
-
last
-