org.enhydra.apache.xerces.dom
Class DeferredDocumentImpl.IntVector

java.lang.Object
  |
  +--org.enhydra.apache.xerces.dom.DeferredDocumentImpl.IntVector
Enclosing class:
DeferredDocumentImpl

static class DeferredDocumentImpl.IntVector
extends Object

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

DeferredDocumentImpl.IntVector()
Method Detail

size

public int size()
Returns the length of this vector.

elementAt

public int elementAt(int index)
Returns the element at the specified index.

addElement

public void addElement(int element)
Appends an element to the end of the vector.

removeAllElements

public void removeAllElements()
Clears the vector.


Copyright © 1999 The Apache Software Foundation. All Rights reserved.