Constant Field Values

Contents

cern.colt.*

  • cern.colt.map.AbstractMap
    Modifier and Type
    Constant Field
    Value
    protected static final int
    277
    protected static final double
    0.5
    protected static final double
    0.2
  • cern.colt.map.OpenDoubleIntHashMap
    Modifier and Type
    Constant Field
    Value
    protected static final byte
    0x0
    protected static final byte
    0x1
    protected static final byte
    0x2
  • cern.colt.map.OpenIntDoubleHashMap
    Modifier and Type
    Constant Field
    Value
    protected static final byte
    0x0
    protected static final byte
    0x1
    protected static final byte
    0x2
  • cern.colt.map.OpenIntIntHashMap
    Modifier and Type
    Constant Field
    Value
    protected static final byte
    0x0
    protected static final byte
    0x1
    protected static final byte
    0x2
  • cern.colt.map.OpenIntObjectHashMap<T>
    Modifier and Type
    Constant Field
    Value
    protected static final byte
    0x0
    protected static final byte
    0x1
    protected static final byte
    0x2
  • cern.colt.map.OpenLongDoubleHashMap
    Modifier and Type
    Constant Field
    Value
    protected static final byte
    0x0
    protected static final byte
    0x1
    protected static final byte
    0x2
  • cern.colt.map.OpenLongObjectHashMap<T>
    Modifier and Type
    Constant Field
    Value
    protected static final byte
    0x0
    protected static final byte
    0x1
    protected static final byte
    0x2
  • cern.colt.map.PrimeFinder
    Modifier and Type
    Constant Field
    Value
    public static final int
    2147483647

cern.jet.*

  • cern.jet.math.Constants
    Modifier and Type
    Constant Field
    Value
    protected static final double
    4.503599627370496E15
    protected static final double
    2.220446049250313E-16
    protected static final double
    1.1447298858494002
    protected static final double
    1.1102230246251565E-16
    protected static final double
    171.6243769563027
    protected static final double
    709.782712893384
    protected static final double
    -745.1332191019412
    protected static final double
    0.7071067811865476
    protected static final double
    2.5066282746310007
  • cern.jet.random.engine.DRand
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
  • cern.jet.random.engine.MersenneTwister
    Modifier and Type
    Constant Field
    Value
    public static final int
    4357

org.nuiton.*