T - the type?java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>CMNSortSVec, CMSortSVec, CMUniqNameSortListWrapper, CMUniqNameSortSVec, CMUniqSortListWrapper, CMUniqSortSVec, SortedStrSVectorpublic interface SearchIDList<T>
extends java.util.List<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| T | find(java.lang.String arg0) | Searches the sorted list of objects for one with the
 given ID; | 
| T | find(T arg0) | Searches the sorted list of objects for one with the
 same ID as the object given. | 
| java.util.Iterator<java.lang.String> | keyIterator() | Iterate through the IDs | 
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayT find(java.lang.String arg0)
arg0 - the ID of the Object to look forjava.util.Iterator<java.lang.String> keyIterator()