CList<T>, SearchIDList<T>, java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>, java.util.RandomAccesspublic class CMUniqNameSortSVec<T extends CMObject> extends CMUniqSortSVec<T>
| Constructor | Description |
|---|---|
CMUniqNameSortSVec() |
|
CMUniqNameSortSVec(int size) |
|
CMUniqNameSortSVec(CMUniqNameSortSVec<T> O) |
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
compareTo(CMObject arg0,
CMObject arg1) |
|
protected int |
compareTo(CMObject arg0,
java.lang.String arg1) |
|
protected int |
compareToStarts(CMObject arg0,
java.lang.String arg1) |
|
SVector<T> |
copyOf() |
add, add, addAll, compareToLowerStarts, contains, containsAll, find, find, findStartsWith, get, indexOf, keyIterator, lastIndexOf, remove, set, setReadOnlyaddAll, clear, equals, hashCode, isEmpty, iterator, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArrayfinalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAll, addAll, addAll, addAll, addElement, capacity, clear, clone, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, hashCode, insertElementAt, isEmpty, iterator, lastElement, listIterator, listIterator, remove, removeAll, removeAll, removeAll, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, setElementAt, setSize, size, subList, toArray, toArray, toVector, trimToSizepublic CMUniqNameSortSVec(int size)
public CMUniqNameSortSVec()
public CMUniqNameSortSVec(CMUniqNameSortSVec<T> O)
protected int compareTo(CMObject arg0, java.lang.String arg1)
compareTo in class CMUniqSortSVec<T extends CMObject>protected int compareTo(CMObject arg0, CMObject arg1)
compareTo in class CMUniqSortSVec<T extends CMObject>protected int compareToStarts(CMObject arg0, java.lang.String arg1)
compareToStarts in class CMUniqSortSVec<T extends CMObject>