Package com.silentq.util

Class Summary
Conversions This class handles conversions between types.
QBooleanVector Use this class for boolean-only Vectors.
QByteVector Use this class for byte-only Vectors.
QCharVector Use this class for char-only Vectors.
QDoubleVector Use this class for double-only Vectors.
QFloatVector Use this class for float-only Vectors.
QIntVector Use this class for int-only Vectors.
QLongVector Use this class for long-only Vectors.
QShortVector Use this class for short-only Vectors.
QV This class creates a wrapper around java.util.Vector, allowing combinations of Objects and primitives to be stored directly in the Vector.
QVector Use this class for Vectors that contain combinations of Objects and/or primitive types.
QVectorData