| Package | Description | 
|---|---|
| cern.colt.list | Resizable lists holding objects or primitive data types such as int, 
  double, etc. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBooleanListAbstract base class for resizable lists holding  booleanelements; abstract. | 
| class  | AbstractByteListAbstract base class for resizable lists holding  byteelements; abstract. | 
| class  | AbstractCharListAbstract base class for resizable lists holding  charelements; abstract. | 
| class  | AbstractDoubleListAbstract base class for resizable lists holding  doubleelements; abstract. | 
| class  | AbstractFloatListAbstract base class for resizable lists holding  floatelements; abstract. | 
| class  | AbstractIntListAbstract base class for resizable lists holding  intelements; abstract. | 
| class  | AbstractListAbstract base class for resizable lists holding objects or primitive data types such as  int,float, etc. | 
| class  | AbstractLongListAbstract base class for resizable lists holding  longelements; abstract. | 
| class  | AbstractShortListAbstract base class for resizable lists holding  shortelements; abstract. | 
| class  | BooleanArrayListResizable list holding  booleanelements; implemented with arrays. | 
| class  | ByteArrayListResizable list holding  byteelements; implemented with arrays. | 
| class  | CharArrayListResizable list holding  charelements; implemented with arrays. | 
| class  | DistinctNumberListResizable compressed list holding numbers; based on the fact that a number from a large list with few distinct values need not take more than log(distinctValues) bits; implemented with a MinMaxNumberList. | 
| class  | DoubleArrayListResizable list holding  doubleelements; implemented with arrays. | 
| class  | FloatArrayListResizable list holding  floatelements; implemented with arrays. | 
| class  | IntArrayListResizable list holding  intelements; implemented with arrays. | 
| class  | LongArrayListResizable list holding  longelements; implemented with arrays. | 
| class  | MinMaxNumberListResizable compressed list holding numbers; based on the fact that a value in a given interval need not take more than log(max-min+1) bits; implemented with a cern.colt.bitvector.BitVector. | 
| class  | ObjectArrayListResizable list holding  Objectelements; implemented with arrays. | 
| class  | ShortArrayListResizable list holding  shortelements; implemented with arrays. | 
| class  | SimpleLongArrayListResizable list holding  longelements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.