Uses of Class
cern.colt.PersistentObject
| Package | Description |
|---|---|
| cern.colt.list | |
| cern.colt.map | |
| cern.jet.random | |
| cern.jet.random.engine |
-
Uses of PersistentObject in cern.colt.list
Subclasses of PersistentObject in cern.colt.list Modifier and Type Class Description classAbstractByteListAbstract base class for resizable lists holdingbyteelements; abstract.classAbstractCollectionAbstract base class for resizable collections holding objects or primitive data types such asint,float, etc.classAbstractDoubleListAbstract base class for resizable lists holdingdoubleelements; abstract.classAbstractFloatListAbstract base class for resizable lists holdingfloatelements; abstract.classAbstractIntListAbstract base class for resizable lists holdingintelements; abstract.classAbstractListAbstract base class for resizable lists holding objects or primitive data types such asint,float, etc.classAbstractLongListAbstract base class for resizable lists holdinglongelements; abstract.classByteArrayListResizable list holdingbyteelements; implemented with arrays.classDoubleArrayListResizable list holdingdoubleelements; implemented with arrays.classFloatArrayListResizable list holdingfloatelements; implemented with arrays.classIntArrayListResizable list holdingintelements; implemented with arrays.classLongArrayListResizable list holdinglongelements; implemented with arrays.classObjectArrayList<T>Resizable list holdingObjectelements; implemented with arrays. -
Uses of PersistentObject in cern.colt.map
Subclasses of PersistentObject in cern.colt.map Modifier and Type Class Description classAbstractDoubleIntMapAbstract base class for hash maps holding (key,value) associations of type(double-->int).classAbstractIntDoubleMapAbstract base class for hash maps holding (key,value) associations of type(int-->double).classAbstractIntIntMapAbstract base class for hash maps holding (key,value) associations of type(int-->int).classAbstractIntObjectMap<T>Abstract base class for hash maps holding (key,value) associations of type(int-->Object).classAbstractLongObjectMap<T>Abstract base class for hash maps holding (key,value) associations of type(long-->Object).classAbstractMapAbstract base class for hash maps holding objects or primitive data types such asint,float, etc. as keys and/or values.classOpenDoubleIntHashMapHash map holding (key,value) associations of type(double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classOpenIntDoubleHashMapHash map holding (key,value) associations of type(int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classOpenIntIntHashMapHash map holding (key,value) associations of type(int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classOpenIntObjectHashMap<T>Hash map holding (key,value) associations of type(int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classOpenLongObjectHashMap<T>Hash map holding (key,value) associations of type(long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classQuickOpenIntIntHashMapStatus: Experimental; Do not use for production yet. -
Uses of PersistentObject in cern.jet.random
Subclasses of PersistentObject in cern.jet.random Modifier and Type Class Description classAbstractContinousDistributionAbstract base class for all continous distributions.classAbstractDistributionAbstract base class for all random distributions.classUniformUniform distribution; Math definition and animated definition. -
Uses of PersistentObject in cern.jet.random.engine
Subclasses of PersistentObject in cern.jet.random.engine Modifier and Type Class Description classDRandQuick medium quality uniform pseudo-random number generator.classMersenneTwisterMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.classRandomEngineAbstract base class for uniform pseudo-random number generating engines.