Colt 1.0.3
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

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(int) - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list with the specified initial capacity.
ObjectArrayList(Object[]) - Constructor for class cern.colt.list.ObjectArrayList
Constructs a list containing the specified elements.
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.
ObservableSync - class edu.oswego.cs.dl.util.concurrent.ObservableSync.
The ObservableSync class performs no synchronization itself, but invokes event-style messages to other observer objects upon invocation of Sync methods.
ObservableSync.SyncObserver - interface edu.oswego.cs.dl.util.concurrent.ObservableSync.SyncObserver.
Interface for objects that observe ObservableSyncs.
ObservableSync(Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.ObservableSync
Create an ObservableSync that uses the supplied argument for all notifications.
observers() - Method in class edu.oswego.cs.dl.util.concurrent.ObservableSync
Return an iterator that can be used to traverse through current set of observers
occurrencesOf(String, String) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
occurrencesOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
occurrencesOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
occurrencesOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the number of occurrences of the specified string.
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
 
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
 
offer(Object, long) - Method in interface edu.oswego.cs.dl.util.concurrent.Puttable
Place item in channel only if it can be accepted within msecs milliseconds.
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.WaitFreeQueue
 
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedBuffer
 
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronousChannel
 
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
offer(Object, long) - Method in interface edu.oswego.cs.dl.util.concurrent.Channel
Place item in channel only if it can be accepted within msecs milliseconds.
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.misc.FIFOSlot
 
offer(Object, long) - Method in class edu.oswego.cs.dl.util.concurrent.misc.CVBuffer
 
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
 
onAcquire(Object) - Method in interface edu.oswego.cs.dl.util.concurrent.ObservableSync.SyncObserver
Method called upon acquire or successful attempt of Sync
ONE_CENTURY - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One century in milliseconds; convenient as a time-out value
ONE_DAY - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One day, in milliseconds; convenient as a time-out value
ONE_HOUR - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One hour, in milliseconds; convenient as a time-out value
ONE_MINUTE - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One minute, in milliseconds; convenient as a time-out value
ONE_SECOND - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One second, in milliseconds; convenient as a time-out value
ONE_WEEK - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One week, in milliseconds; convenient as a time-out value
ONE_YEAR - Static variable in interface edu.oswego.cs.dl.util.concurrent.Sync
One year in milliseconds; convenient as a time-out value
onRelease(Object) - Method in interface edu.oswego.cs.dl.util.concurrent.ObservableSync.SyncObserver
Method called upon release of Sync.
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.
or - Static variable in class cern.jet.math.IntFunctions
Function that returns a | b.
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(boolean) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean
Set value to value | b.
or(boolean) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableBoolean
 
or(byte) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Set value to value | b.
or(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a | b.
or(int) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Set value to value | b.
or(long) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Set value to value | b.
or(short) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Set value to value | b.
over(Complex) - Method in class com.imsl.math.Complex
Returns this Complex object divided by another Complex object, this/y.
over(Complex, Complex) - Static method in class com.imsl.math.Complex
Returns Complex object divided by a Complex object, x/y.
over(Complex, double) - Static method in class com.imsl.math.Complex
Returns Complex object divided by a double, x/y.
over(double) - Method in class com.imsl.math.Complex
Returns this Complex object divided by double, this/y.
over(double, Complex) - Static method in class com.imsl.math.Complex
Returns a double divided by a Complex object, x/y.
OVERFLOW - Static variable in interface hep.aida.IHistogram
Constant specifying the overflow bin (can be passed to any method expecting a bin number).
overlayWith(String, String, int) - Static method in class ViolinStrings.Strings
Replaces part of the string with the specified string, starting at a specified position.
overlayWith(String, String, int, char) - Static method in class ViolinStrings.Strings
Replaces part of the string with the specified string, starting at a specified position.
overReverse(double) - Method in class com.imsl.math.Complex
Returns a double dividied by this Complex object, x/this.

Colt 1.0.3
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
Submit a bug or feature. Check the Colt home page for the latest news.