org.apache.xerces.impl.xs
Class XMLSchemaValidator.ShortVector
java.lang.Object
org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
- XMLSchemaValidator
protected static final class XMLSchemaValidator.ShortVector
extends java.lang.Object
A simple vector for short
s.
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.
|
ShortVector
public ShortVector()
ShortVector
public ShortVector(int initialCapacity)
add
public void add(short value)
Adds the value to the vector.
clear
public void clear()
Clears the vector.
contains
public boolean contains(short value)
Returns whether the short is contained in the vector.
length
public int length()
Returns the length of the vector.
valueAt
public short valueAt(int position)
Returns the short value at the specified position in the vector.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.