|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.dom.DeferredDocumentImpl.IntVector
A simple integer vector.
Constructor Summary | |
(package private) |
DeferredDocumentImpl.IntVector()
|
Method Summary | |
void |
addElement(int element)
Appends an element to the end of the vector. |
int |
elementAt(int index)
Returns the element at the specified index. |
void |
removeAllElements()
Clears the vector. |
int |
size()
Returns the length of this vector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
DeferredDocumentImpl.IntVector()
Method Detail |
public int size()
public int elementAt(int index)
public void addElement(int element)
public void removeAllElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |