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>, org.hibernate.collection.spi.LazyInitializable
- See Also:
-
Field Summary
Fields inherited from class CollectionProxy
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CollectionProxy
add, addAll, checkInit, clear, contains, containsAll, equals, forceInitialization, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString, wasInitializedMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface 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
-