common
Interface IndexedSetDiff

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

public interface IndexedSetDiff
extends IndexedSet, SetDiff

Interface for objects that implement both the IndexedSet and the SetDiff interfaces.


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 common.SetDiff
changeUnderlying, clearChanges, getAdditions, getRemovals
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray