protected static final class XMLSchemaValidator.ShortVector
extends java.lang.Object
short
s.Constructor | Description |
---|---|
ShortVector() |
|
ShortVector(int initialCapacity) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
public ShortVector()
public ShortVector(int initialCapacity)
public int length()
public void add(short value)
public short valueAt(int position)
public void clear()
public boolean contains(short value)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.