Class SortedSetEnvelope<T>

  • Type Parameters:
    T - Element type
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, Set<T>, SortedSet<T>
    Direct Known Subclasses:
    Sorted

    public abstract class SortedSetEnvelope<T>
    extends SetEnvelope<T>
    implements SortedSet<T>
    SortedSet envelope.

    There is no thread-safety guarantee.

    Since:
    0.45