com.silentq.util
Class QVector

java.lang.Object
  |
  +--com.silentq.util.QV
        |
        +--com.silentq.util.QVector

public class QVector
extends QV

Use this class for Vectors that contain combinations of Objects and/or primitive types.

See Also:
Serialized Form

Fields inherited from class com.silentq.util.QV
BOOLEAN, BYTE, CHARACTER, DOUBLE, FLOAT, INTEGER, LONG, OBJECT, SHORT, throwException, wrapper
 
Constructor Summary
QVector()
          This just calls the constructor in QV.
QVector(int initialCapacity)
          This just calls the constructor in QV.
QVector(int initialCapacity, int capacityIncrement)
          This just calls the constructor in QV.
 
Method Summary
 java.lang.Object elementAt(int index)
          Gets the element as an Object.
 java.lang.Object firstElement()
          Gets the element as an Object.
 java.lang.Object lastElement()
          Gets the element as an Object.
 
Methods inherited from class com.silentq.util.QV
addElement, addElement, addElement, addElement, addElement, addElement, addElement, addElement, addElement, booleanAt, byteAt, capacity, charAt, clone, contains, contains, contains, contains, contains, contains, contains, contains, contains, copyInto, copyInto, copyInto, copyInto, copyInto, copyInto, copyInto, copyInto, copyInto, doubleAt, elements, ensureCapacity, firstAsBoolean, firstAsByte, firstAsChar, firstAsDouble, firstAsFloat, firstAsInt, firstAsLong, firstAsShort, floatAt, getThrowException, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, insertElementAt, insertElementAt, insertElementAt, insertElementAt, insertElementAt, insertElementAt, insertElementAt, insertElementAt, insertElementAt, intAt, isEmpty, lastAsBoolean, lastAsByte, lastAsChar, lastAsDouble, lastAsFloat, lastAsInt, lastAsLong, lastAsShort, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, longAt, objectAt, removeAllElements, removeElement, removeElement, removeElement, removeElement, removeElement, removeElement, removeElement, removeElement, removeElement, removeElementAt, setElementAt, setElementAt, setElementAt, setElementAt, setElementAt, setElementAt, setElementAt, setElementAt, setElementAt, setSize, setThrowException, shortAt, size, toString, trimToSize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QVector

public QVector(int initialCapacity,
               int capacityIncrement)
This just calls the constructor in QV.

QVector

public QVector(int initialCapacity)
This just calls the constructor in QV.

QVector

public QVector()
This just calls the constructor in QV.
Method Detail

firstElement

public java.lang.Object firstElement()
Gets the element as an Object.

lastElement

public java.lang.Object lastElement()
Gets the element as an Object.

elementAt

public java.lang.Object elementAt(int index)
Gets the element as an Object.