|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
protected static final class XMLSchemaValidator.ShortVector
A simple vector for short
s.
Constructor Summary | |
---|---|
XMLSchemaValidator.ShortVector()
|
|
XMLSchemaValidator.ShortVector(int initialCapacity)
|
Method Summary | |
---|---|
void |
add(short value)
Adds the value to the vector. |
void |
clear()
Clears the vector. |
boolean |
contains(short value)
Returns whether the short is contained in the vector. |
int |
length()
Returns the length of the vector. |
short |
valueAt(int position)
Returns the short value at the specified position in the vector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLSchemaValidator.ShortVector()
public XMLSchemaValidator.ShortVector(int initialCapacity)
Method Detail |
---|
public int length()
public void add(short value)
public short valueAt(int position)
public void clear()
public boolean contains(short value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |