Uses of Class
cern.colt.PersistentObject
Packages that use PersistentObject
-
Uses of PersistentObject in cern.colt.list
Subclasses of PersistentObject in cern.colt.listModifier and TypeClassDescriptionclassAbstract base class for resizable lists holdingbyteelements; abstract.classAbstract base class for resizable collections holding objects or primitive data types such asint,float, etc.classAbstract base class for resizable lists holdingdoubleelements; abstract.classAbstract base class for resizable lists holdingfloatelements; abstract.classAbstract base class for resizable lists holdingintelements; abstract.classAbstract base class for resizable lists holding objects or primitive data types such asint,float, etc.classAbstract base class for resizable lists holdinglongelements; abstract.classResizable list holdingbyteelements; implemented with arrays.classResizable list holdingdoubleelements; implemented with arrays.classResizable list holdingfloatelements; implemented with arrays.classResizable list holdingintelements; implemented with arrays.classResizable list holdinglongelements; implemented with arrays.classResizable list holdingObjectelements; implemented with arrays. -
Uses of PersistentObject in cern.colt.map
Subclasses of PersistentObject in cern.colt.mapModifier and TypeClassDescriptionclassAbstract base class for hash maps holding (key,value) associations of type(double-->int).classAbstract base class for hash maps holding (key,value) associations of type(int-->double).classAbstract base class for hash maps holding (key,value) associations of type(int-->int).classAbstract base class for hash maps holding (key,value) associations of type(int-->Object).classAjouté par Code Lutin pour le support deOpenLongDoubleHashMapAbstract base class for hash maps holding (key,value) associations of type(long-->double).classAbstract base class for hash maps holding (key,value) associations of type(long-->Object).classAbstract base class for hash maps holding objects or primitive data types such asint,float, etc. as keys and/or values.classHash map holding (key,value) associations of type(double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type(int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type(int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type(int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classAjouté par Code Lutin le 8 décembre 2022 Hash map holding (key,value) associations of type(long-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type(long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classStatus: Experimental; Do not use for production yet. -
Uses of PersistentObject in cern.jet.random
Subclasses of PersistentObject in cern.jet.randomModifier and TypeClassDescriptionclassAbstract base class for all continous distributions.classAbstract base class for all random distributions.classUniform distribution; Math definition and animated definition. -
Uses of PersistentObject in cern.jet.random.engine
Subclasses of PersistentObject in cern.jet.random.engineModifier and TypeClassDescriptionclassQuick medium quality uniform pseudo-random number generator.classMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.classAbstract base class for uniform pseudo-random number generating engines.