protected static final class XMLSchemaValidator.ShortVector
extends java.lang.Object
short
s.Constructor and Description |
---|
XMLSchemaValidator.ShortVector() |
XMLSchemaValidator.ShortVector(int initialCapacity) |
Modifier and Type | Method and 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 XMLSchemaValidator.ShortVector()
public XMLSchemaValidator.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-2022 The Apache Software Foundation. All Rights Reserved.