edu.stanford.nlp.dbm
Interface IndexedSet

All Superinterfaces:
Collection, List, Set
All Known Implementing Classes:
DBIndexedSet

public interface IndexedSet
extends List, Set

List in which no duplicate Objects may be stored


Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 



Stanford NLP Group