protected static final class

XMLSchemaValidator.ShortVector

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector

Class Overview

A simple vector for shorts.

Summary

Public Constructors
XMLSchemaValidator.ShortVector()
XMLSchemaValidator.ShortVector(int initialCapacity)
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public XMLSchemaValidator.ShortVector ()

public XMLSchemaValidator.ShortVector (int initialCapacity)

Public Methods

public void add (short value)

Adds the value to the vector.

public void clear ()

Clears the vector.

public boolean contains (short value)

Returns whether the short is contained in the vector.

public int length ()

Returns the length of the vector.

public short valueAt (int position)

Returns the short value at the specified position in the vector.