Class ImmutableSortedSet<E>

Type Parameters:
E -
All Implemented Interfaces:
Immutable, Iterable<E>, Collection<E>, Set<E>, SortedSet<E>
Direct Known Subclasses:
ImmutableNavigableSet

public class ImmutableSortedSet<E> extends ImmutableSet<E> implements SortedSet<E>
Since:
1.1.4
Author:
Haiyang Li