org.apache.xerces.impl.xs
protected static final class XMLSchemaValidator.ShortVector extends Object
short
s.
Constructor Summary | |
---|---|
ShortVector() | |
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. |