Interface SortedSetIterable<T>

All Superinterfaces:
Comparable<SortedSetIterable<T>>, InternalIterable<T>, Iterable<T>, OrderedIterable<T>, ReversibleIterable<T>, RichIterable<T>, SetIterable<T>, SortedIterable<T>
All Known Subinterfaces:
ImmutableSortedSet<T>, MutableSortedSet<T>

public interface SortedSetIterable<T> extends SetIterable<T>, Comparable<SortedSetIterable<T>>, SortedIterable<T>, ReversibleIterable<T>
An iterable whose items are unique and sorted by some comparator or their natural ordering.