- ObjectArrayList - Class in cern.colt.list.tobject
-
Resizable list holding Object
elements; implemented with arrays.
- ObjectArrayList() - Constructor for class cern.colt.list.tobject.ObjectArrayList
-
Constructs an empty list.
- ObjectArrayList(Object[]) - Constructor for class cern.colt.list.tobject.ObjectArrayList
-
Constructs a list containing the specified elements.
- ObjectArrayList(int) - Constructor for class cern.colt.list.tobject.ObjectArrayList
-
Constructs an empty list with the specified initial capacity.
- ObjectBuffer - Class in cern.colt.buffer.tobject
-
Fixed sized (non resizable) streaming buffer connected to a target
ObjectBufferConsumer to which data is automatically flushed upon
buffer overflow.
- ObjectBuffer(ObjectBufferConsumer, int) - Constructor for class cern.colt.buffer.tobject.ObjectBuffer
-
Constructs and returns a new buffer with the given target.
- ObjectBufferConsumer - Interface in cern.colt.buffer.tobject
-
Target of a streaming ObjectBuffer into which data is flushed upon
buffer overflow.
- ObjectFactory1D - Class in cern.colt.matrix.tobject
-
Factory for convenient construction of 1-d matrices holding Object
cells.
- ObjectFactory2D - Class in cern.colt.matrix.tobject
-
Factory for convenient construction of 2-d matrices holding Object
cells.
- ObjectFactory3D - Class in cern.colt.matrix.tobject
-
Factory for convenient construction of 3-d matrices holding Object
cells.
- ObjectFormatter - Class in cern.colt.matrix.tobject.algo
-
Flexible, well human readable matrix print formatting.
- ObjectFormatter() - Constructor for class cern.colt.matrix.tobject.algo.ObjectFormatter
-
Constructs and returns a matrix formatter with alignment LEFT.
- ObjectFormatter(String) - Constructor for class cern.colt.matrix.tobject.algo.ObjectFormatter
-
Constructs and returns a matrix formatter.
- ObjectFunction - Interface in cern.colt.function.tobject
-
Interface that represents a function object: a function that takes a single
argument and returns a single value.
- ObjectListAdapter - Class in cern.colt.list.tobject
-
- ObjectListAdapter(ObjectArrayList) - Constructor for class cern.colt.list.tobject.ObjectListAdapter
-
Constructs a list backed by the specified content list.
- ObjectMatrix1D - Class in cern.colt.matrix.tobject
-
Abstract base class for 1-d matrices (aka vectors) holding
Object elements.
- ObjectMatrix1DComparator - Interface in cern.colt.matrix.tobject.algo
-
A comparison function which imposes a total ordering on some
collection of elements.
- ObjectMatrix1DProcedure - Interface in cern.colt.matrix.tobject
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- ObjectMatrix2D - Class in cern.colt.matrix.tobject
-
Abstract base class for 2-d matrices holding Object elements.
- ObjectMatrix2DComparator - Interface in cern.colt.matrix.tobject.algo
-
A comparison function which imposes a total ordering on some
collection of elements.
- ObjectMatrix2DProcedure - Interface in cern.colt.matrix.tobject
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- ObjectMatrix3D - Class in cern.colt.matrix.tobject
-
Abstract base class for 3-d matrices holding Object elements.
- ObjectMatrix3DProcedure - Interface in cern.colt.matrix.tobject
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- ObjectObjectFunction - Interface in cern.colt.function.tobject
-
Interface that represents a function object: a function that takes two
arguments and returns a single value.
- ObjectPartitioning - Class in cern.colt.matrix.tobject.algo
-
Given some interval boundaries, partitions matrices such that cell values
falling into an interval are placed next to each other.
- ObjectProcedure - Interface in cern.colt.function.tobject
-
Interface that represents a procedure object: a procedure that takes a single
argument and does not return a value.
- ObjectSorting - Class in cern.colt.matrix.tobject.algo
-
Matrix quicksorts and mergesorts.
- offset() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
-
Returns offset(0).
- offset(int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
-
Returns the relative or absolute position for the center of the bin;
override this method if necessary.
- offset() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
-
Returns offset(0).
- offset(int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin
-
Returns the relative or absolute position for the center of the bin;
override this method if necessary.
- ohm - Static variable in class cern.clhep.Units
-
- ones(int) - Static method in class edu.emory.mathcs.utils.Utils
-
- OpenDoubleIntHashMap - Class in cern.colt.map.tdouble
-
Hash map holding (key,value) associations of type (double-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenDoubleIntHashMap() - Constructor for class cern.colt.map.tdouble.OpenDoubleIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenDoubleIntHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenDoubleIntHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenDoubleIntHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenDoubleIntHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenDoubleLongHashMap - Class in cern.colt.map.tdouble
-
Hash map holding (key,value) associations of type (double-->long);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenDoubleLongHashMap() - Constructor for class cern.colt.map.tdouble.OpenDoubleLongHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenDoubleLongHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenDoubleLongHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenDoubleLongHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenDoubleLongHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenFloatIntHashMap - Class in cern.colt.map.tfloat
-
Hash map holding (key,value) associations of type (float-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with float hashing.
- OpenFloatIntHashMap() - Constructor for class cern.colt.map.tfloat.OpenFloatIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenFloatIntHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenFloatIntHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenFloatIntHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenFloatIntHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenFloatLongHashMap - Class in cern.colt.map.tfloat
-
Hash map holding (key,value) associations of type (float-->long);
Automatically grows and shrinks as needed; Implemented using open addressing
with float hashing.
- OpenFloatLongHashMap() - Constructor for class cern.colt.map.tfloat.OpenFloatLongHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenFloatLongHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenFloatLongHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenFloatLongHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenFloatLongHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenIntDoubleHashMap - Class in cern.colt.map.tdouble
-
Hash map holding (key,value) associations of type (int-->double);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenIntDoubleHashMap() - Constructor for class cern.colt.map.tdouble.OpenIntDoubleHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntDoubleHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenIntDoubleHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenIntDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenIntDoubleHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenIntFloatHashMap - Class in cern.colt.map.tfloat
-
Hash map holding (key,value) associations of type (int-->float);
Automatically grows and shrinks as needed; Implemented using open addressing
with float hashing.
- OpenIntFloatHashMap() - Constructor for class cern.colt.map.tfloat.OpenIntFloatHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntFloatHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenIntFloatHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenIntFloatHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenIntFloatHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenIntIntHashMap - Class in cern.colt.map.tint
-
Hash map holding (key,value) associations of type (int-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenIntIntHashMap() - Constructor for class cern.colt.map.tint.OpenIntIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntIntHashMap(int) - Constructor for class cern.colt.map.tint.OpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.tint.OpenIntIntHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenIntLongHashMap - Class in cern.colt.map.tlong
-
Hash map holding (key,value) associations of type (int-->long);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenIntLongHashMap() - Constructor for class cern.colt.map.tlong.OpenIntLongHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntLongHashMap(int) - Constructor for class cern.colt.map.tlong.OpenIntLongHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenIntLongHashMap(int, double, double) - Constructor for class cern.colt.map.tlong.OpenIntLongHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenIntObjectHashMap - Class in cern.colt.map.tobject
-
Hash map holding (key,value) associations of type (int-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenIntObjectHashMap() - Constructor for class cern.colt.map.tobject.OpenIntObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.tobject.OpenIntObjectHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.tobject.OpenIntObjectHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongDoubleHashMap - Class in cern.colt.map.tdouble
-
Hash map holding (key,value) associations of type (int-->double);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenLongDoubleHashMap() - Constructor for class cern.colt.map.tdouble.OpenLongDoubleHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongDoubleHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenLongDoubleHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenLongDoubleHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongFloatHashMap - Class in cern.colt.map.tfloat
-
Hash map holding (key,value) associations of type (int-->float);
Automatically grows and shrinks as needed; Implemented using open addressing
with float hashing.
- OpenLongFloatHashMap() - Constructor for class cern.colt.map.tfloat.OpenLongFloatHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongFloatHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenLongFloatHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongFloatHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenLongFloatHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongIntHashMap - Class in cern.colt.map.tlong
-
Hash map holding (key,value) associations of type (long-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenLongIntHashMap() - Constructor for class cern.colt.map.tlong.OpenLongIntHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongIntHashMap(int) - Constructor for class cern.colt.map.tlong.OpenLongIntHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongIntHashMap(int, double, double) - Constructor for class cern.colt.map.tlong.OpenLongIntHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongLongHashMap - Class in cern.colt.map.tlong
-
Hash map holding (key,value) associations of type (long-->long);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenLongLongHashMap() - Constructor for class cern.colt.map.tlong.OpenLongLongHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongLongHashMap(int) - Constructor for class cern.colt.map.tlong.OpenLongLongHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongLongHashMap(int, double, double) - Constructor for class cern.colt.map.tlong.OpenLongLongHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- OpenLongObjectHashMap - Class in cern.colt.map.tobject
-
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- OpenLongObjectHashMap() - Constructor for class cern.colt.map.tobject.OpenLongObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.tobject.OpenLongObjectHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.tobject.OpenLongObjectHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- or(BitMatrix) - Method in class cern.colt.matrix.tbit.BitMatrix
-
Performs a logical OR of the receiver with another bit matrix.
- or(BitVector) - Method in class cern.colt.matrix.tbit.BitVector
-
Performs a logical OR of the receiver with another bit vector (A =
A | B).
- or - Static variable in class cern.jet.math.tint.IntFunctions
-
Function that returns a | b.
- or(int) - Static method in class cern.jet.math.tint.IntFunctions
-
Constructs a function that returns a | b.
- or - Static variable in class cern.jet.math.tlong.LongFunctions
-
Function that returns a | b.
- or(long) - Static method in class cern.jet.math.tlong.LongFunctions
-
Constructs a function that returns a | b.
- OVERFLOW - Static variable in interface hep.aida.tdouble.DoubleIHistogram
-
Constant specifying the overflow bin (can be passed to any method
expecting a bin number).
- OVERFLOW - Static variable in interface hep.aida.tfloat.FloatIHistogram
-
Constant specifying the overflow bin (can be passed to any method
expecting a bin number).