Class SortedSetProxy<U>
java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy<U,SortedSet<U>>
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy<U>
- All Implemented Interfaces:
Serializable,Iterable<U>,Collection<U>,SequencedCollection<U>,SequencedSet<U>,Set<U>,SortedSet<U>,LazyInitializable
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
add, addAll, checkInit, clear, contains, containsAll, equals, forceInitialization, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString, wasInitializedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator
-
Constructor Details
-
SortedSetProxy
public SortedSetProxy() -
SortedSetProxy
-
-
Method Details
-
comparator
- Specified by:
comparatorin interfaceSortedSet<U>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-