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

public class SortedSetProxy<U> extends CollectionProxy<U,SortedSet<U>> implements SortedSet<U>
See Also: