Class PersistentSortedSet<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>, SortedSet<E>, LazyInitializable, PersistentCollection<E>

@Incubating public class PersistentSortedSet<E> extends PersistentSet<E> implements SortedSet<E>
A persistent wrapper for a SortedSet. Underlying collection is a TreeSet.
See Also:
API Note:
Incubating in terms of making this non-internal. These contracts will be getting cleaned up in following releases.