protected static final class XMLSchemaValidatorBase.ShortVector
extends java.lang.Object
shorts.| Constructor and Description | 
|---|
| XMLSchemaValidatorBase.ShortVector() | 
| XMLSchemaValidatorBase.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 XMLSchemaValidatorBase.ShortVector()
public XMLSchemaValidatorBase.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.