com.silentq.util
Class QBooleanVector

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

public class QBooleanVector
extends QV

Use this class for boolean-only Vectors.

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
QBooleanVector()
          This just calls the constructor in QV.
QBooleanVector(int initialCapacity)
          This just calls the constructor in QV.
QBooleanVector(int initialCapacity, int capacityIncrement)
          This just calls the constructor in QV.
 
Method Summary
 boolean elementAt(int index)
          Calls QV.booleanAt()
 boolean firstElement()
          Calls QV.firstAsBoolean()
 boolean lastElement()
          Calls QV.lastAsBoolean()
 
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

QBooleanVector

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

QBooleanVector

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

QBooleanVector

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

elementAt

public boolean elementAt(int index)
Calls QV.booleanAt()

firstElement

public boolean firstElement()
Calls QV.firstAsBoolean()

lastElement

public boolean lastElement()
Calls QV.lastAsBoolean()