org.apache.xerces.impl.xs
Class XMLSchemaValidatorBase.ShortVector

java.lang.Object
  extended byorg.apache.xerces.impl.xs.XMLSchemaValidatorBase.ShortVector
Enclosing class:
XMLSchemaValidatorBase

protected static final class XMLSchemaValidatorBase.ShortVector
extends java.lang.Object

A simple vector for shorts.


Constructor Summary
XMLSchemaValidatorBase.ShortVector()
           
XMLSchemaValidatorBase.ShortVector(int initialCapacity)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaValidatorBase.ShortVector

public XMLSchemaValidatorBase.ShortVector()

XMLSchemaValidatorBase.ShortVector

public XMLSchemaValidatorBase.ShortVector(int initialCapacity)
Method Detail

length

public int length()
Returns the length of the vector.


add

public void add(short value)
Adds the value to the vector.


valueAt

public short valueAt(int position)
Returns the short value at the specified position in the vector.


clear

public void clear()
Clears the vector.


contains

public boolean contains(short value)
Returns whether the short is contained in the vector.



Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.