CList<T>
, SearchIDList<T>
, java.io.Serializable
, java.lang.Iterable<T>
, java.util.Collection<T>
, java.util.List<T>
, java.util.RandomAccess
public 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, setReadOnly
addAll, clear, equals, hashCode, isEmpty, iterator, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addAll, 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, trimToSize
public 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>