| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractCollection | |
| cern.colt.list | Resizable lists holding objects or primitive data types such as int, double, etc. | 
| Uses of AbstractCollection in cern.colt.list | 
| Subclasses of AbstractCollection in cern.colt.list | |
|  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. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||