Colt 1.2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

O

OVERFLOW - Static variable in interface hep.aida.IHistogram
Constant specifying the overflow bin (can be passed to any method expecting a bin number).
ObjectArrayList - class cern.colt.list.ObjectArrayList.
Resizable list holding Object elements; implemented with arrays.
ObjectArrayList() - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list.
ObjectArrayList(Object[]) - Constructor for class cern.colt.list.ObjectArrayList
Constructs a list containing the specified elements.
ObjectArrayList(int) - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list with the specified initial capacity.
ObjectBuffer - class cern.colt.buffer.ObjectBuffer.
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.ObjectBuffer
Constructs and returns a new buffer with the given target.
ObjectBufferConsumer - interface cern.colt.buffer.ObjectBufferConsumer.
Target of a streaming ObjectBuffer into which data is flushed upon buffer overflow.
ObjectFactory1D - class cern.colt.matrix.ObjectFactory1D.
Factory for convenient construction of 1-d matrices holding Object cells.
ObjectFactory2D - class cern.colt.matrix.ObjectFactory2D.
Factory for convenient construction of 2-d matrices holding Object cells.
ObjectFactory3D - class cern.colt.matrix.ObjectFactory3D.
Factory for convenient construction of 3-d matrices holding Object cells.
ObjectFunction - interface cern.colt.function.ObjectFunction.
Interface that represents a function object: a function that takes a single argument and returns a single value.
ObjectListAdapter - class cern.colt.list.adapter.ObjectListAdapter.
Adapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.2 AbstractList.
ObjectListAdapter(ObjectArrayList) - Constructor for class cern.colt.list.adapter.ObjectListAdapter
Constructs a list backed by the specified content list.
ObjectMatrix1D - class cern.colt.matrix.ObjectMatrix1D.
Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix1DComparator - interface cern.colt.matrix.objectalgo.ObjectMatrix1DComparator.
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix1DProcedure - interface cern.colt.matrix.ObjectMatrix1DProcedure.
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix2D - class cern.colt.matrix.ObjectMatrix2D.
Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix2DComparator - interface cern.colt.matrix.objectalgo.ObjectMatrix2DComparator.
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix2DProcedure - interface cern.colt.matrix.ObjectMatrix2DProcedure.
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix3D - class cern.colt.matrix.ObjectMatrix3D.
Abstract base class for 3-d matrices holding Object elements.
ObjectMatrix3DProcedure - interface cern.colt.matrix.ObjectMatrix3DProcedure.
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectObjectFunction - interface cern.colt.function.ObjectObjectFunction.
Interface that represents a function object: a function that takes two arguments and returns a single value.
ObjectProcedure - interface cern.colt.function.ObjectProcedure.
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
OpenDoubleIntHashMap - class cern.colt.map.OpenDoubleIntHashMap.
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.OpenDoubleIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenDoubleIntHashMap(int) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenDoubleIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntDoubleHashMap - class cern.colt.map.OpenIntDoubleHashMap.
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.OpenIntDoubleHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntDoubleHashMap(int) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntIntHashMap - class cern.colt.map.OpenIntIntHashMap.
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.OpenIntIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntIntHashMap(int) - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntObjectHashMap - class cern.colt.map.OpenIntObjectHashMap.
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.OpenIntObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongObjectHashMap - class cern.colt.map.OpenLongObjectHashMap.
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.OpenLongObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
offset() - Method in class hep.aida.bin.AbstractBin
Returns offset(0).
offset(int) - Method in class hep.aida.bin.AbstractBin
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
 
or(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical OR of the receiver with another bit matrix.
or(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical OR of the receiver with another bit vector (A = A | B).
or - Static variable in class cern.jet.math.IntFunctions
Function that returns a | b.
or(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a | b.

Colt 1.2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Jump to the Colt Homepage