public class HTMLVector
extends java.util.Vector
Constructor and Description |
---|
HTMLVector() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
This returns the superclass's element count, which is the actual number
of elements that are populated in the array returned by getData().
|
java.lang.Object[] |
getData()
This returns the superclass's element data array, which may be longer
than the actual number of elements.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
public java.lang.Object[] getData()
public int getCount()