public class STVectorET extends java.util.Vector implements STClass
| Modifier and Type | Class and Description |
|---|---|
static class |
STVectorET.ExtendVector |
| Constructor and Description |
|---|
STVectorET() |
STVectorET(java.lang.Object[] arr) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
store() |
void |
testDefaultContainsInteger() |
void |
testDefaultContainsObject() |
void |
testDefaultContainsString() |
void |
testDefaultContainsTwo() |
void |
testDescendOne() |
void |
testDescendSmaller() |
void |
testDescendToObject() |
void |
testDescendTwo() |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic static transient SodaTest st
public STVectorET()
public STVectorET(java.lang.Object[] arr)
public void testDefaultContainsInteger()
public void testDefaultContainsString()
public void testDefaultContainsTwo()
public void testDescendOne()
public void testDescendTwo()
public void testDescendSmaller()
public void testDefaultContainsObject()
public void testDescendToObject()