common
Interface IndexedSortedSet

All Superinterfaces:
java.util.Collection, IndexedSet, java.lang.Iterable, java.util.Set, java.util.SortedSet
All Known Implementing Classes:
IndexedTreeSet, IndexedTreeSetDiff

public interface IndexedSortedSet
extends IndexedSet, java.util.SortedSet

Interface for collections that implement both IndexedSet and SortedSet.


Nested Class Summary
 
Nested classes/interfaces inherited from interface common.IndexedSet
IndexedSet.EmptyIndexedSet
 
Field Summary
 
Fields inherited from interface common.IndexedSet
EMPTY_INDEXED_SET
 
Method Summary
 
Methods inherited from interface common.IndexedSet
get, indexOf
 
Methods inherited from interface java.util.SortedSet
comparator, first, headSet, last, subSet, tailSet
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray