Package com.sybase.collections

Class Summary
ArrayList Utility class to store elements, similar to J2SE ArrayList.
BinaryList A list of byte array elements.
BooleanList A list of Boolean elements.
ByteList A list of Byte elements.
CharList A list of Character elements.
DateList A list of Date elements.
DateTimeList A list of Date elements.
DecimalList A list of String elements.
DoubleList A list of Double elements.
FloatList A list of Float elements.
IntegerList A list of String elements.
IntList A list of Integer elements.
LongList A list of Long elements.
NullableBinaryList A list of nullable byte array elements.
NullableBooleanList A list of Boolean elements.
NullableByteList A list of Byte elements.
NullableCharList A list of Character elements.
NullableDateList A list of Date elements.
NullableDateTimeList A list of Date elements.
NullableDecimalList A list of String elements.
NullableDoubleList A list of Double elements.
NullableFloatList A list of Float elements.
NullableIntegerList A list of String elements.
NullableIntList A list of Integer elements.
NullableLongList A list of Long elements.
NullableShortList A list of Short elements.
NullableStringList A list of String elements.
NullableTimeList A list of Date elements.
ObjectList  
ShortList A list of Short elements.
StringList A list of String elements.
TimeList A list of Date elements.