Uses of Class
cern.colt.PersistentObject

Packages that use PersistentObject
  • Uses of PersistentObject in cern.colt.list

    Modifier and Type
    Class
    Description
    class 
    Abstract base class for resizable lists holding byte elements; abstract.
    class 
    Abstract base class for resizable collections holding objects or primitive data types such as int, float, etc.
    class 
    Abstract base class for resizable lists holding double elements; abstract.
    class 
    Abstract base class for resizable lists holding float elements; abstract.
    class 
    Abstract base class for resizable lists holding int elements; abstract.
    class 
    Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
    class 
    Abstract base class for resizable lists holding long elements; abstract.
    class 
    Resizable list holding byte elements; implemented with arrays.
    class 
    Resizable list holding double elements; implemented with arrays.
    class 
    Resizable list holding float elements; implemented with arrays.
    class 
    Resizable list holding int elements; implemented with arrays.
    class 
    Resizable list holding long elements; implemented with arrays.
    class 
    Resizable list holding Object elements; implemented with arrays.
  • Uses of PersistentObject in cern.colt.map

    Modifier and Type
    Class
    Description
    class 
    Abstract base class for hash maps holding (key,value) associations of type (double-->int).
    class 
    Abstract base class for hash maps holding (key,value) associations of type (int-->double).
    class 
    Abstract base class for hash maps holding (key,value) associations of type (int-->int).
    class 
    Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
    class 
    Ajouté par Code Lutin pour le support de OpenLongDoubleHashMap Abstract base class for hash maps holding (key,value) associations of type (long-->double).
    class 
    Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
    class 
    Abstract base class for hash maps holding objects or primitive data types such as int, float, etc. as keys and/or values.
    class 
    Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
    class 
    Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
    class 
    Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
    class 
    Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
    class 
    Ajouté 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.
    class 
    Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
    class 
    Status: Experimental; Do not use for production yet.
  • Uses of PersistentObject in cern.jet.random

    Modifier and Type
    Class
    Description
    class 
    Abstract base class for all continous distributions.
    class 
    Abstract base class for all random distributions.
    class 
    Uniform distribution; Math definition and animated definition.
  • Uses of PersistentObject in cern.jet.random.engine

    Modifier and Type
    Class
    Description
    class 
    Quick medium quality uniform pseudo-random number generator.
    class 
    MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
    class 
    Abstract base class for uniform pseudo-random number generating engines.