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

S

s - Static variable in class cern.clhep.Units
 
sample(DoubleMatrix2D, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, boolean, RandomElement, DoubleBuffer) - Method in class hep.aida.bin.DynamicBin1D
Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.
sample(int, double, double) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(long, long, int, long, long[], int, RandomElement) - Static method in class cern.jet.random.sampling.RandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sampleArray(int, int[]) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Just shows how this class can be used; samples n elements from and int[] array.
sampleBootstrap(DynamicBin1D, int, RandomElement, BinBinFunction1D) - Method in class hep.aida.bin.DynamicBin1D
Generic bootstrap resampling.
sampleKurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosisStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample kurtosis.
sampleNextElement() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
sampleNextElement() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns whether the next element of the input sequence shall be sampled (picked) or not.
sampleSkew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkew(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkewStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample skew.
sampleStandardDeviation(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample standard deviation.
sampleVariance(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleVariance(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleWeightedVariance(double, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample weighted variance of a data sequence.
search(byte[], byte[], int, int, int, int) - Static method in class jal.BYTE.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(byte[], byte[], int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(char[], char[], int, int, int, int) - Static method in class jal.CHAR.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(char[], char[], int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(double[], double[], int, int, int, int) - Static method in class jal.DOUBLE.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(double[], double[], int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(float[], float[], int, int, int, int) - Static method in class jal.FLOAT.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(float[], float[], int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(int[], int[], int, int, int, int) - Static method in class jal.INT.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(int[], int[], int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(long[], long[], int, int, int, int) - Static method in class jal.LONG.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(long[], long[], int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(Object[], Object[], int, int, int, int) - Static method in class jal.Object.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(Object[], Object[], int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(short[], short[], int, int, int, int) - Static method in class jal.SHORT.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(short[], short[], int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
search(String[], String[], int, int, int, int) - Static method in class jal.String.Inspection
Searches, within one range, for a sequence of elements equal to the elements in a second range.
search(String[], String[], int, int, int, int, BinaryPredicate) - Static method in class jal.String.Inspection
Searches, within one range, for a sequence of elements that match the elements in a second range.
second - Static variable in class cern.clhep.Units
 
seconds() - Method in class cern.colt.Timer
Returns the elapsed time in seconds; does not stop the timer, if started.
Semaphore - class edu.oswego.cs.dl.util.concurrent.Semaphore.
Base class for counting semaphores.
Semaphore(long) - Constructor for class edu.oswego.cs.dl.util.concurrent.Semaphore
Create a Semaphore with the given initial number of permits.
SemaphoreControlledChannel - class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel.
Abstract class for channels that use Semaphores to control puts and takes.
SemaphoreControlledChannel(int) - Constructor for class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
Create a channel with the given capacity and default semaphore implementation
SemaphoreControlledChannel(int, Class) - Constructor for class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
Create a channel with the given capacity and semaphore implementations instantiated from the supplied class
semiBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns the semi-bandwidth of the given square matrix A.
seq(FJTask[]) - Static method in class edu.oswego.cs.dl.util.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke the tasks in the tasks array in array order
seq(FJTask, FJTask) - Static method in class edu.oswego.cs.dl.util.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke task1 and task2, in order
seqBlas - Static variable in class cern.colt.matrix.linalg.SeqBlas
Little trick to allow for "aliasing", that is, renaming this class.
SeqBlas - class cern.colt.matrix.linalg.SeqBlas.
Sequential implementation of the Basic Linear Algebra System.
serialVersionUID - Static variable in class cern.colt.PersistentObject
 
serialVersionUID - Static variable in interface hep.aida.IHistogram
 
serialVersionUID - Static variable in interface hep.aida.IAxis
 
set_difference(byte[], byte[], byte[], int, int, int, int, int) - Static method in class jal.BYTE.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(byte[], byte[], byte[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(char[], char[], char[], int, int, int, int, int) - Static method in class jal.CHAR.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(char[], char[], char[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(double[], double[], double[], int, int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(double[], double[], double[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(float[], float[], float[], int, int, int, int, int) - Static method in class jal.FLOAT.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(float[], float[], float[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(int[], int[], int[], int, int, int, int, int) - Static method in class jal.INT.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(int[], int[], int[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(long[], long[], long[], int, int, int, int, int) - Static method in class jal.LONG.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(long[], long[], long[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(Object[], Object[], Object[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(short[], short[], short[], int, int, int, int, int) - Static method in class jal.SHORT.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(short[], short[], short[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(String[], String[], String[], int, int, int, int, int) - Static method in class jal.String.Sorting
Constructs the set difference of two already-sorted ranges.
set_difference(String[], String[], String[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Constructs the set difference of two already-sorted ranges.
set_intersection(byte[], byte[], byte[], int, int, int, int, int) - Static method in class jal.BYTE.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(byte[], byte[], byte[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(char[], char[], char[], int, int, int, int, int) - Static method in class jal.CHAR.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(char[], char[], char[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(double[], double[], double[], int, int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(double[], double[], double[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(float[], float[], float[], int, int, int, int, int) - Static method in class jal.FLOAT.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(float[], float[], float[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(int[], int[], int[], int, int, int, int, int) - Static method in class jal.INT.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(int[], int[], int[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(long[], long[], long[], int, int, int, int, int) - Static method in class jal.LONG.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(long[], long[], long[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(Object[], Object[], Object[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(short[], short[], short[], int, int, int, int, int) - Static method in class jal.SHORT.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(short[], short[], short[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(String[], String[], String[], int, int, int, int, int) - Static method in class jal.String.Sorting
Constructs an intersection of two already-sorted ranges.
set_intersection(String[], String[], String[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Constructs an intersection of two already-sorted ranges.
set_symmetric_difference(byte[], byte[], byte[], int, int, int, int, int) - Static method in class jal.BYTE.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(byte[], byte[], byte[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(char[], char[], char[], int, int, int, int, int) - Static method in class jal.CHAR.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(char[], char[], char[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(double[], double[], double[], int, int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(double[], double[], double[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(float[], float[], float[], int, int, int, int, int) - Static method in class jal.FLOAT.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(float[], float[], float[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(int[], int[], int[], int, int, int, int, int) - Static method in class jal.INT.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(int[], int[], int[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(long[], long[], long[], int, int, int, int, int) - Static method in class jal.LONG.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(long[], long[], long[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(Object[], Object[], Object[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(short[], short[], short[], int, int, int, int, int) - Static method in class jal.SHORT.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(short[], short[], short[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(String[], String[], String[], int, int, int, int, int) - Static method in class jal.String.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_symmetric_difference(String[], String[], String[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Constructs the set symmetric difference of two already-sorted ranges.
set_union(byte[], byte[], byte[], int, int, int, int, int) - Static method in class jal.BYTE.Sorting
Constructs a union of two already-sorted ranges.
set_union(byte[], byte[], byte[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Constructs a union of two already-sorted ranges.
set_union(char[], char[], char[], int, int, int, int, int) - Static method in class jal.CHAR.Sorting
Constructs a union of two already-sorted ranges.
set_union(char[], char[], char[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Constructs a union of two already-sorted ranges.
set_union(double[], double[], double[], int, int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Constructs a union of two already-sorted ranges.
set_union(double[], double[], double[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Constructs a union of two already-sorted ranges.
set_union(float[], float[], float[], int, int, int, int, int) - Static method in class jal.FLOAT.Sorting
Constructs a union of two already-sorted ranges.
set_union(float[], float[], float[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Constructs a union of two already-sorted ranges.
set_union(int[], int[], int[], int, int, int, int, int) - Static method in class jal.INT.Sorting
Constructs a union of two already-sorted ranges.
set_union(int[], int[], int[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Constructs a union of two already-sorted ranges.
set_union(long[], long[], long[], int, int, int, int, int) - Static method in class jal.LONG.Sorting
Constructs a union of two already-sorted ranges.
set_union(long[], long[], long[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Constructs a union of two already-sorted ranges.
set_union(Object[], Object[], Object[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Constructs a union of two already-sorted ranges.
set_union(short[], short[], short[], int, int, int, int, int) - Static method in class jal.SHORT.Sorting
Constructs a union of two already-sorted ranges.
set_union(short[], short[], short[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Constructs a union of two already-sorted ranges.
set_union(String[], String[], String[], int, int, int, int, int) - Static method in class jal.String.Sorting
Constructs a union of two already-sorted ranges.
set_union(String[], String[], String[], int, int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Constructs a union of two already-sorted ranges.
set(boolean) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean
Set to newValue.
set(boolean) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableBoolean
 
set(byte) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Set to newValue.
set(byte) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableByte
 
set(char) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedChar
Set to newValue.
set(char) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableChar
 
set(double) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble
Set to newValue.
set(double) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableDouble
 
set(float) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat
Set to newValue.
set(float) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableFloat
 
set(int) - Method in class cern.colt.bitvector.BitVector
Changes the bit with index bitIndex to the "set" (true) state.
set(int) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Set to newValue.
set(int) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableInt
 
set(int) - Static method in class edu.oswego.cs.dl.util.concurrent.DefaultChannelCapacity
Set the default capacity used in default (no-argument) constructor for BoundedChannels that otherwise require a capacity argument.
set(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Replaces the element at the specified position in the receiver with the specified element.
set(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.AbstractByteList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.AbstractCharList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.AbstractDoubleList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, float) - Method in class cern.colt.list.AbstractFloatList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, long) - Method in class cern.colt.list.AbstractLongList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.adapter.LongListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.ObjectListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.DoubleListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.FloatListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.IntListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, Object) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
set(int, short) - Method in class cern.colt.list.AbstractShortList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(long) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Set to newValue.
set(long) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableLong
 
set(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "set" (true) state.
set(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedRef
Set to newValue.
set(Object) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableRef
 
set(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList.SyncCollectionListIterator
 
set(Object) - Method in class edu.oswego.cs.dl.util.concurrent.FutureResult
Set the reference, and signal that it is ready.
set(short) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Set to newValue.
set(short) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableShort
 
setAlignment(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the column alignment (left,center,right,decimal).
setBarrierCommand(Runnable) - Method in class edu.oswego.cs.dl.util.concurrent.CyclicBarrier
Set the command to run at the point at which all threads reach the barrier.
setCapacity(int) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
Reset the capacity of this queue.
setColumnSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two columns from another.
setDiag(boolean) - Method in class edu.cornell.lassp.houle.RngPack.Ranlux
Turns diagnostic messages on and off.
setException(Throwable) - Method in class edu.oswego.cs.dl.util.concurrent.FutureResult
Set the exception field, also setting ready status.
setFixedOrder(boolean) - Method in class hep.aida.bin.DynamicBin1D
Determines whether the receivers internally preserved elements may be reordered or not.
setFormat(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the way a single cell value is to be formatted.
setKeepAliveTime(long) - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Set the number of milliseconds to keep threads alive waiting for new commands.
setLU(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Sets the combined lower and upper triangular factor, LU.
setMaximumPoolSize(int) - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Set the maximum number of threads to use.
setMean(double) - Method in class cern.jet.random.PoissonSlow
Sets the mean.
setMean(double) - Method in class cern.jet.random.Poisson
Sets the mean.
setMinColumnWidth(int) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the minimum number of characters a column may have.
setMinimumPoolSize(int) - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Set the minimum number of threads to use.
setNandP(int, double) - Method in class cern.jet.random.NegativeBinomial
Sets the parameters number of trials and the probability of success.
setNandP(int, double) - Method in class cern.jet.random.Binomial
Sets the parameters number of trials and the probability of success.
setNotificationArgument(Object) - Method in class edu.oswego.cs.dl.util.concurrent.ObservableSync
Set the argument used for notifications.
setPrintShape(boolean) - Method in class cern.colt.matrix.impl.AbstractFormatter
Specifies whether a string representation of a matrix is to be preceded with a summary of its shape.
setProperty(Property) - Method in class cern.colt.matrix.linalg.Algebra
Attaches the given property object to this Algebra, defining tolerance.
setQuick(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.DistinctNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.MinMaxNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setRendezvousFunction(Rendezvous.RendezvousFunction) - Method in class edu.oswego.cs.dl.util.concurrent.Rendezvous
Set the function to call at the point at which all threads reach the rendezvous.
setRowSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two rows from another.
setRunPriorities(int) - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Set the priority to use while a FJTaskRunner is actively running tasks.
setScanPriorities(int) - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Set the priority to use while a FJTaskRunner is polling for new tasks to perform.
setSize(int) - Method in class cern.colt.list.AbstractList
Sets the size of the receiver.
setSize(int) - Method in class cern.colt.bitvector.BitVector
Shrinks or expands the receiver so that it holds newSize bits.
setSliceSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two slices from another.
setState(double) - Method in class cern.jet.random.StudentT
Sets the distribution parameter.
setState(double) - Method in class cern.jet.random.Exponential
Sets the mean.
setState(double) - Method in class cern.jet.random.Logarithmic
Sets the distribution parameter.
setState(double) - Method in class cern.jet.random.ChiSquare
Sets the distribution parameter.
setState(double) - Method in class cern.jet.random.VonMises
Sets the distribution parameter.
setState(double) - Method in class cern.jet.random.ExponentialPower
Sets the distribution parameter.
setState(double[], int) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setState(double[], int) - Method in class cern.jet.random.Empirical
Sets the distribution parameters.
setState(double, double) - Method in class cern.jet.random.Zeta
Sets the parameters.
setState(double, double) - Method in class cern.jet.random.Hyperbolic
Sets the parameters.
setState(double, double) - Method in class cern.jet.random.Gamma
Sets the mean and variance.
setState(double, double) - Method in class cern.jet.random.Normal
Sets the mean and variance.
setState(double, double) - Method in class cern.jet.random.Beta
Sets the parameters.
setState(double, double) - Method in class cern.jet.random.Uniform
Sets the internal state.
setState(double, double, double) - Method in class cern.jet.random.BreitWigner
Sets the mean, gamma and cut parameters.
setState(int, int, int) - Method in class cern.jet.random.HyperGeometric
Sets the parameters.
setState2(double[]) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setter(Callable) - Method in class edu.oswego.cs.dl.util.concurrent.FutureResult
Return a Runnable object that, when run, will set the result value.
setThreadFactory(ThreadFactory) - Method in class edu.oswego.cs.dl.util.concurrent.ThreadFactoryUser
Set the factory for creating new threads.
setTolerance(double) - Method in class cern.colt.matrix.linalg.Property
Sets the tolerance to Math.abs(newTolerance).
setWeight(int) - Method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
Sfun - class com.imsl.math.Sfun.
Collection of special functions.
shape(AbstractMatrix1D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix2D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix3D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shiftLeft - Static variable in class cern.jet.math.IntFunctions
Function that returns a << b.
shiftLeft(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a << b.
shiftRightSigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >> b.
shiftRightSigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >> b.
shiftRightUnsigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >>> b.
shiftRightUnsigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >>> b.
ShortArrayList - class cern.colt.list.ShortArrayList.
Resizable list holding short elements; implemented with arrays.
ShortArrayList() - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list.
ShortArrayList(int) - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortArrayList(short[]) - Constructor for class cern.colt.list.ShortArrayList
Constructs a list containing the specified elements.
ShortComparator - interface cern.colt.function.ShortComparator.
A comparison function which imposes a total ordering on some collection of elements.
ShortProcedure - interface cern.colt.function.ShortProcedure.
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
shuffle() - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver.
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shutDown() - Method in class edu.oswego.cs.dl.util.concurrent.ClockDaemon
Cancel all tasks and interrupt the background thread executing the current task, if any.
shutdownAfterProcessingCurrentlyQueuedTasks() - Method in class edu.oswego.cs.dl.util.concurrent.QueuedExecutor
Terminate background thread after it processes all elements currently in queue.
shutdownAfterProcessingCurrentlyQueuedTasks() - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Terminate threads after processing all elements currently in queue.
shutdownAfterProcessingCurrentlyQueuedTasks(PooledExecutor.BlockedExecutionHandler) - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Terminate threads after processing all elements currently in queue.
shutdownAfterProcessingCurrentTask() - Method in class edu.oswego.cs.dl.util.concurrent.QueuedExecutor
Terminate background thread after it processes the current task, removing other queued tasks and leaving them unprocessed.
shutdownNow() - Method in class edu.oswego.cs.dl.util.concurrent.QueuedExecutor
Terminate background thread even if it is currently processing a task.
shutdownNow() - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Interrupt all threads and disable construction of new threads.
shutdownNow(PooledExecutor.BlockedExecutionHandler) - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Interrupt all threads and disable construction of new threads.
sign - Static variable in class cern.jet.math.Functions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.IntFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
signal() - Method in class edu.oswego.cs.dl.util.concurrent.CondVar
Notify a waiting thread.
SimpleLongArrayList - class cern.colt.list.SimpleLongArrayList.
Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.
SimpleLongArrayList() - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list.
SimpleLongArrayList(int) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list with the specified initial capacity.
SimpleLongArrayList(long[]) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs a list containing the specified elements.
sin - Static variable in class cern.jet.math.Functions
Function that returns Math.sin(a).
sin(Complex) - Static method in class com.imsl.math.Complex
Returns the sine of a Complex.
SingularValueDecomposition - class cern.colt.matrix.linalg.SingularValueDecomposition.
For an m x n matrix A with m >= n, the singular value decomposition is an m x n orthogonal matrix U, an n x n diagonal matrix S, and an n x n orthogonal matrix V so that A = U*S*V'.
SingularValueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.SingularValueDecomposition
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
sinh - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.sinh(a).
sinh(Complex) - Static method in class com.imsl.math.Complex
Returns the hyperbolic sine of a Complex.
sinh(double) - Static method in class com.imsl.math.Sfun
Returns the inverse (arc) hyperbolic sine of a double.
size - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.size().
size() - Method in class cern.colt.list.AbstractCollection
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractLongList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractBooleanList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractByteList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractFloatList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractShortList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractIntList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractDoubleList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.ObjectArrayList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractCharList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.adapter.LongListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.ObjectListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.DoubleListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.FloatListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.IntListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.bitvector.BitVector
Returns the size of the receiver.
size() - Method in class cern.colt.bitvector.BitMatrix
Returns the size of the receiver which is columns()*rows().
size() - Method in class cern.colt.map.AbstractMap
Returns the number of (key,value) associations currently contained.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of cells which is rows()*columns().
size() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of cells which is slices()*rows()*columns().
size() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Deprecated. Deprecated. Returns the number of bin boundaries.
size() - Method in class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
Return the number of elements in the buffer.
size() - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Return the number of FJTaskRunner threads in this group
size() - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
 
size() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
size() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
Return the number of elements in the queue.
size() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
size() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns the number of components in this list.
size() - Method in class edu.oswego.cs.dl.util.concurrent.Heap
Return number of elements
size() - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap
Returns the number of key-value mappings in this map.
size() - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedBuffer
Return the number of elements in the buffer.
size() - Method in class hep.aida.bin.AbstractBin
Returns the number of elements contained.
size() - Method in class hep.aida.bin.StaticBin1D
Returns the number of elements contained in the receiver.
size() - Method in class hep.aida.bin.DynamicBin1D
Returns the number of elements contained in the receiver.
sizeOfRange(double, double) - Method in class hep.aida.bin.QuantileBin1D
Returns how many elements are contained in the range [minElement,maxElement].
skew() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the skew, which is moment(3,mean()) / standardDeviation()3.
skew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence, which is moment(data,3,mean) / standardDeviation3.
skew(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence.
slices() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of slices.
sliceX(int) - Method in interface hep.aida.IHistogram2D
Slice parallel to the Y axis at bin indexY and one bin wide.
sliceX(int, int) - Method in interface hep.aida.IHistogram2D
Create a slice parallel to the axis X axis, between "indexY1" and "indexY2" (inclusive).
sliceXY(int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XY plane at bin indexZ and one bin wide.
sliceXY(int, int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive).
sliceXZ(int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XZ plane at bin indexY and one bin wide.
sliceXZ(int, int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive).
sliceY(int) - Method in interface hep.aida.IHistogram2D
Slice parallel to the X axis at bin indexX and one bin wide.
sliceY(int, int) - Method in interface hep.aida.IHistogram2D
Create a slice parallel to the axis Y axis, between "indexX1" and "indexX2" (inclusive) The returned IHistogram1D represents an instantaneous snapshot of the histogram at the time the slice was created.
sliceYZ(int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the YZ plane at bin indexX and one bin wide.
sliceYZ(int, int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive).
Slot - class edu.oswego.cs.dl.util.concurrent.Slot.
A one-slot buffer, using semaphores to control access.
Slot() - Constructor for class edu.oswego.cs.dl.util.concurrent.Slot
Create a new Slot using default Semaphore implementations
Slot(Class) - Constructor for class edu.oswego.cs.dl.util.concurrent.Slot
Create a buffer with the given capacity, using the supplied Semaphore class for semaphores.
smpBlas - Static variable in class cern.colt.matrix.linalg.SmpBlas
The public global parallel blas; initialized via SmpBlas.allocateBlas(int, cern.colt.matrix.linalg.Blas).
SmpBlas - class cern.colt.matrix.linalg.SmpBlas.
Parallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.QRDecomposition
Least squares solution of A*X = B; returns X.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecomposition
Solves A*X = B.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Solves A*X = B; returns X.
solve(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves A*X = B.
solve(int, double[], double[]) - Static method in class cern.colt.matrix.impl.TestMatrix2D
 
solveTranspose(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves X*A = B, which is also A'*X' = B'.
sort_heap(byte[], int, int) - Static method in class jal.BYTE.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(char[], int, int) - Static method in class jal.CHAR.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(float[], int, int) - Static method in class jal.FLOAT.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(int[], int, int) - Static method in class jal.INT.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(long[], int, int) - Static method in class jal.LONG.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(short[], int, int) - Static method in class jal.SHORT.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(String[], int, int) - Static method in class jal.String.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort_heap(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Turns a heap into a sorted range; this operation is O(N log N).
sort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
sort(byte[], int, int) - Static method in class jal.BYTE.Sorting
Sort a range of elements by arithmetic comparison.
sort(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(char[], int, int) - Static method in class jal.CHAR.Sorting
Sort a range of elements by arithmetic comparison.
sort(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Sort a range of elements by arithmetic comparison.
sort(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(DoubleMatrix1D, DoubleComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(DoubleMatrix2D, BinFunction1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix2D, double[]) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix2D, DoubleMatrix1DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(DoubleMatrix2D, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(DoubleMatrix3D, DoubleMatrix2DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(DoubleMatrix3D, int, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(float[], int, int) - Static method in class jal.FLOAT.Sorting
Sort a range of elements by arithmetic comparison.
sort(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(int[], int, int) - Static method in class jal.INT.Sorting
Sort a range of elements by arithmetic comparison.
sort(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(long[], int, int) - Static method in class jal.LONG.Sorting
Sort a range of elements by arithmetic comparison.
sort(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(ObjectMatrix1D, Comparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(ObjectMatrix2D, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(ObjectMatrix2D, ObjectMatrix1DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(ObjectMatrix3D, int, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(ObjectMatrix3D, ObjectMatrix2DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(short[], int, int) - Static method in class jal.SHORT.Sorting
Sort a range of elements by arithmetic comparison.
sort(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Sort a range of elements by a user-supplied comparison function.
sort(String[], int, int) - Static method in class jal.String.Sorting
Sort a range of elements by alphabetical order.
sort(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Sort a range of elements by a user-supplied comparison function.
sortedElements() - Method in class hep.aida.bin.DynamicBin1D
Returns a copy of the currently stored elements, sorted ascending.
sortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Sorts the specified range of the receiver into ascending order.
Sorting - class cern.colt.Sorting.
Quicksorts, mergesorts and binary searches; complements java.util.Arrays.
Sorting - class cern.colt.matrix.doublealgo.Sorting.
Matrix quicksorts and mergesorts.
Sorting - class cern.colt.matrix.objectalgo.Sorting.
Matrix quicksorts and mergesorts.
Sorting - class jal.BYTE.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.CHAR.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.DOUBLE.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.FLOAT.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.INT.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.LONG.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.Object.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.SHORT.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
Sorting - class jal.String.Sorting.
A class that encapsulates sorting and related algorithms on one and two arrays.
sparse - Static variable in class cern.colt.matrix.ObjectFactory2D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse hash matrices.
SparseDoubleMatrix1D - class cern.colt.matrix.impl.SparseDoubleMatrix1D.
Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of cells.
SparseDoubleMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of parameters.
SparseDoubleMatrix2D - class cern.colt.matrix.impl.SparseDoubleMatrix2D.
Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseDoubleMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseDoubleMatrix3D - class cern.colt.matrix.impl.SparseDoubleMatrix3D.
Sparse hashed 3-d matrix holding double elements.
SparseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseDoubleMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseObjectMatrix1D - class cern.colt.matrix.impl.SparseObjectMatrix1D.
Sparse hashed 1-d matrix (aka vector) holding Object elements.
SparseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of cells.
SparseObjectMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of parameters.
SparseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix2D - class cern.colt.matrix.impl.SparseObjectMatrix2D.
Sparse hashed 2-d matrix holding Object elements.
SparseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseObjectMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix3D - class cern.colt.matrix.impl.SparseObjectMatrix3D.
Sparse hashed 3-d matrix holding Object elements.
SparseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseObjectMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a copy of the given values.
SpecialFunction - class cern.jet.math.SpecialFunction.
 
split(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Splits (partitions) a list into sublists such that each sublist contains the elements with a given range.
split(String) - Static method in class ViolinStrings.Strings
Return an array of the constituent words of a string.
split(String, int) - Static method in class ViolinStrings.Strings
Return an array of (at most) the first limit constituent words of a string.
splitApproximately(DoubleArrayList, int) - Method in class hep.aida.bin.QuantileBin1D
Divides (rebins) a copy of the receiver at the given percentage boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(IAxis, int) - Method in class hep.aida.bin.QuantileBin1D
Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
sprintf() - Method in class corejava.PrintfFormat
Format nothing.
sprintf(double) - Method in class corejava.PrintfFormat
Format a double.
sprintf(int) - Method in class corejava.PrintfFormat
Format an int.
sprintf(long) - Method in class corejava.PrintfFormat
Format an long.
sprintf(Object) - Method in class corejava.PrintfFormat
Format an Object.
sprintf(Object[]) - Method in class corejava.PrintfFormat
Format an array of objects.
sprintf(String) - Method in class corejava.PrintfFormat
Format a String.
sqrt - Static variable in class cern.jet.math.Functions
Function that returns Math.sqrt(a).
sqrt(Complex) - Static method in class com.imsl.math.Complex
Returns the square root of a Complex, with a branch cut along the negative real axis.
square - Static variable in class cern.jet.math.Functions
Function that returns a * a.
square - Static variable in class cern.jet.math.IntFunctions
Function that returns a * a.
sr - Static variable in class cern.clhep.Units
 
stable_partition(byte[], int, int, Predicate) - Static method in class jal.BYTE.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(char[], int, int, Predicate) - Static method in class jal.CHAR.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(double[], int, int, Predicate) - Static method in class jal.DOUBLE.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(float[], int, int, Predicate) - Static method in class jal.FLOAT.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(int[], int, int, Predicate) - Static method in class jal.INT.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(long[], int, int, Predicate) - Static method in class jal.LONG.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(Object[], int, int, Predicate) - Static method in class jal.Object.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(short[], int, int, Predicate) - Static method in class jal.SHORT.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_partition(String[], int, int, Predicate) - Static method in class jal.String.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
stable_remove_if(byte[], int, int, Predicate) - Static method in class jal.BYTE.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(char[], int, int, Predicate) - Static method in class jal.CHAR.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(double[], int, int, Predicate) - Static method in class jal.DOUBLE.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(float[], int, int, Predicate) - Static method in class jal.FLOAT.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(int[], int, int, Predicate) - Static method in class jal.INT.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(long[], int, int, Predicate) - Static method in class jal.LONG.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(Object[], int, int, Predicate) - Static method in class jal.Object.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(short[], int, int, Predicate) - Static method in class jal.SHORT.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove_if(String[], int, int, Predicate) - Static method in class jal.String.Modification
Remove all elements from a range that satisfy a specified condition.
stable_remove(byte[], int, int, byte) - Static method in class jal.BYTE.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(char[], int, int, char) - Static method in class jal.CHAR.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(double[], int, int, double) - Static method in class jal.DOUBLE.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(float[], int, int, float) - Static method in class jal.FLOAT.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(int[], int, int, int) - Static method in class jal.INT.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(long[], int, int, long) - Static method in class jal.LONG.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(Object[], int, int, Object) - Static method in class jal.Object.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(short[], int, int, short) - Static method in class jal.SHORT.Modification
Remove all elements from a range that are equal to a given value.
stable_remove(String[], int, int, String) - Static method in class jal.String.Modification
Remove all elements from a range that are equal to a given value.
stable_sort(byte[], int, int) - Static method in class jal.BYTE.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(char[], int, int) - Static method in class jal.CHAR.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(float[], int, int) - Static method in class jal.FLOAT.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(int[], int, int) - Static method in class jal.INT.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(long[], int, int) - Static method in class jal.LONG.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(short[], int, int) - Static method in class jal.SHORT.Sorting
Sort a range of elements by arithmetic comparison.
stable_sort(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Sort a range of elements by a user-supplied comparison function.
stable_sort(String[], int, int) - Static method in class jal.String.Sorting
Sort a range of elements by alphabetical order.
stable_sort(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Sort a range of elements by a user-supplied comparison function.
standardDeviation() - Method in class hep.aida.bin.AbstractBin1D
Returns the sample standard deviation, which is Math.sqrt(variance()).
standardDeviation(double) - Static method in class cern.jet.stat.Descriptive
Returns the standard deviation from a variance.
standardError() - Method in class hep.aida.bin.AbstractBin1D
Returns the sample standard error, which is Math.sqrt(variance() / size())
standardError(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the standard error of a data sequence.
standardize(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Modifies a data sequence to be standardized.
standardize(double, double) - Method in class hep.aida.bin.DynamicBin1D
Modifies the receiver to be standardized.
start() - Method in class cern.colt.Timer
Starts the timer.
start() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask
Execute this task.
start() - Method in class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker
Starts the worker thread.
startOfBin(int) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the start of the range associated with the given bin.
startsWith(String, String) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
startsWith(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
startsWith(String, String, int) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
startsWith(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string starts with the specified prefix.
StaticBin1D - class hep.aida.bin.StaticBin1D.
1-dimensional non-rebinnable bin consuming double elements; Efficiently computes basic statistics of data sequences.
StaticBin1D() - Constructor for class hep.aida.bin.StaticBin1D
Constructs and returns an empty bin.
staticNextBoolean() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random boolean.
staticNextDouble() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
staticNextDouble(double) - Static method in class cern.jet.random.StudentT
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Exponential
Returns a random number from the distribution with the given lambda.
staticNextDouble(double) - Static method in class cern.jet.random.Logarithmic
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.ChiSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.VonMises
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Hyperbolic
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Gamma
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Normal
Returns a random number from the distribution with the given mean and standard deviation.
staticNextDouble(double, double) - Static method in class cern.jet.random.Beta
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWigner
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWignerMeanSquare
Returns a random number from the distribution.
staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextInt(double) - Static method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution with the given mean.
staticNextInt(double) - Static method in class cern.jet.random.Poisson
Returns a random number from the distribution with the given mean.
staticNextInt(double, double) - Static method in class cern.jet.random.Zeta
Returns a random number from the distribution.
staticNextInt(int, double) - Static method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(int, double) - Static method in class cern.jet.random.Binomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(int, int, int) - Static method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
staticNextIntFromTo(int, int) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextLongFromTo(long, long) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticSetRandomEngine(RandomElement) - Static method in class cern.jet.random.Uniform
Sets the uniform random number generation engine shared by all static methods.
Statistic - class cern.colt.matrix.doublealgo.Statistic.
Basic statistics operations on matrices.
Statistic.VectorVectorFunction - interface cern.colt.matrix.doublealgo.Statistic.VectorVectorFunction.
Interface that represents a function object: a function that takes two argument vectors and returns a single value.
stats() - Method in class cern.colt.matrix.linalg.SmpBlas
Prints various snapshot statistics to System.out; Simply delegates to FJTaskRunnerGroup.stats().
stats() - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Prints various snapshot statistics to System.out.
stdDev - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.standardDeviation().
Stencil - class cern.colt.matrix.doublealgo.Stencil.
Stencil operations.
stencil27(DoubleMatrix3D, Double27Function, int, DoubleMatrix3DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
27 point stencil operation.
stencil9(DoubleMatrix2D, Double9Function, int, DoubleMatrix2DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
9 point stencil operation.
steradian - Static variable in class cern.clhep.Units
 
stirlingCorrection(int) - Static method in class cern.jet.math.Arithmetic
Returns the StirlingCorrection.
stop() - Method in class cern.colt.Timer
Stops the timer.
STP_Pressure - Static variable in class cern.clhep.PhysicalConstants
 
STP_Temperature - Static variable in class cern.clhep.PhysicalConstants
 
Strings - class ViolinStrings.Strings.
The Strings class provides a number of useful string manipulation methods.
strip(String, char) - Static method in class ViolinStrings.Strings
Strips the specified character from both ends of the string.
strip(String, char, boolean) - Static method in class ViolinStrings.Strings
Strips the specified character from both ends of the string.
strip(String, String) - Static method in class ViolinStrings.Strings
Strips the specified characters from both ends of the string.
strip(String, String, boolean) - Static method in class ViolinStrings.Strings
Strips the specified characters from both ends of the string.
stripBlanks(String) - Static method in class ViolinStrings.Strings
Strips white space characters from both ends of the string.
stripLeading(String, char) - Static method in class ViolinStrings.Strings
Strips the specified leading character.
stripLeading(String, char, boolean) - Static method in class ViolinStrings.Strings
Strips the specified leading character.
stripLeading(String, String) - Static method in class ViolinStrings.Strings
Strips the specified leading characters.
stripLeading(String, String, boolean) - Static method in class ViolinStrings.Strings
Strips the specified leading characters.
stripLeadingBlanks(String) - Static method in class ViolinStrings.Strings
Strips leading white space characters.
stripTrailing(String, char) - Static method in class ViolinStrings.Strings
Strips the specified trailing character.
stripTrailing(String, char, boolean) - Static method in class ViolinStrings.Strings
Strips the specified trailing character.
stripTrailing(String, String) - Static method in class ViolinStrings.Strings
Strips the specified trailing characters.
stripTrailing(String, String, boolean) - Static method in class ViolinStrings.Strings
Strips the specified trailing characters.
stripTrailingBlanks(String) - Static method in class ViolinStrings.Strings
Strips trailing white space characters.
StudentT - class cern.jet.random.StudentT.
StudentT distribution (aka T-distribution); See the math definition and animated definition.
studentT(double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from minus infinity to t of the Student-t distribution with k > 0 degrees of freedom.
StudentT(double, RandomElement) - Constructor for class cern.jet.random.StudentT
Constructs a StudentT distribution.
studentTInverse(double, int) - Static method in class cern.jet.stat.Probability
Returns the value, t, for which the area under the Student-t probability density function (integrated from minus infinity to t) is equal to 1-alpha/2.
subList(int, int) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
subMap(Object, Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
 
subMatrix(DoubleMatrix2D, int, int, int, int) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new sub-range view which is the sub matrix A[fromRow..toRow,fromColumn..toColumn].
subSet(Object, Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
 
substring(String, int) - Static method in class ViolinStrings.Strings
Returns a substring of the specified string, starting at a specified position, and extending to the end of the string.
substring(String, int, int) - Static method in class ViolinStrings.Strings
Returns a substring of the specified string, starting at a specified position, with the specified length.
substring(String, int, int, char) - Static method in class ViolinStrings.Strings
Returns a substring of the specified string, starting at a specified position, with the specified length.
subtract(byte) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Subtract amount from value (i.e., set value -= amount)
subtract(byte) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableByte
 
subtract(char) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedChar
Subtract amount from value (i.e., set value -= amount)
subtract(char) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableChar
 
subtract(double) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble
Subtract amount from value (i.e., set value -= amount)
subtract(double) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableDouble
 
subtract(float) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat
Subtract amount from value (i.e., set value -= amount)
subtract(float) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableFloat
 
subtract(int) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Subtract amount from value (i.e., set value -= amount)
subtract(int) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableInt
 
subtract(long) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Subtract amount from value (i.e., set value -= amount)
subtract(long) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableLong
 
subtract(short) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Subtract amount from value (i.e., set value -= amount)
subtract(short) - Method in class edu.oswego.cs.dl.util.concurrent.WaitableShort
 
subWords(String, int, int) - Static method in class ViolinStrings.Strings
Returns a substring of the string which starts at a specified word and contains the specified number of words.
suffix - Static variable in class com.imsl.math.Complex
String used in converting Complex to String.
sum - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.sum().
sum() - Method in class hep.aida.bin.AbstractBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class hep.aida.bin.StaticBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of a data sequence.
sumAllBinHeights() - Method in interface hep.aida.IHistogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumAllBinHeights() - Method in class hep.aida.ref.Histogram3D
 
sumAllBinHeights() - Method in class hep.aida.ref.Histogram2D
 
sumBinHeights() - Method in interface hep.aida.IHistogram
Sum of in-range bin heights in the histogram.
sumExtraBinHeights() - Method in interface hep.aida.IHistogram
Sum of under/overflow bin heights in the histogram.
sumLog - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.sumOfLogarithms().
sumOfInversions() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of inversions of a data sequence, which is Sum( 1.0 / data[i]).
sumOfLogarithms() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of logarithms of a data sequence, which is Sum( Log(data[i]).
sumOfPowerDeviations(DoubleArrayList, int, double) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ); optimized for common parameters like c == 0.0 and/or k == -2 ..
sumOfPowerDeviations(DoubleArrayList, int, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ) for all i = from ..
sumOfPowers(DoubleArrayList, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of powers of a data sequence, which is Sum ( data[i]k ).
sumOfPowers(int) - Method in class hep.aida.bin.MightyStaticBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(int) - Method in class hep.aida.bin.DynamicBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfSquaredDeviations(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squared mean deviation of of a data sequence.
sumOfSquares() - Method in class hep.aida.bin.AbstractBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.bin.StaticBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squares of a data sequence.
swap_ranges(byte[], byte[], int, int, int) - Static method in class jal.BYTE.Modification
Performs a pairwise swap of two ranges.
swap_ranges(char[], char[], int, int, int) - Static method in class jal.CHAR.Modification
Performs a pairwise swap of two ranges.
swap_ranges(double[], double[], int, int, int) - Static method in class jal.DOUBLE.Modification
Performs a pairwise swap of two ranges.
swap_ranges(float[], float[], int, int, int) - Static method in class jal.FLOAT.Modification
Performs a pairwise swap of two ranges.
swap_ranges(int[], int[], int, int, int) - Static method in class jal.INT.Modification
Performs a pairwise swap of two ranges.
swap_ranges(long[], long[], int, int, int) - Static method in class jal.LONG.Modification
Performs a pairwise swap of two ranges.
swap_ranges(Object[], Object[], int, int, int) - Static method in class jal.Object.Modification
Performs a pairwise swap of two ranges.
swap_ranges(short[], short[], int, int, int) - Static method in class jal.SHORT.Modification
Performs a pairwise swap of two ranges.
swap_ranges(String[], String[], int, int, int) - Static method in class jal.String.Modification
Performs a pairwise swap of two ranges.
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Swaps each element this[i] with other[i].
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Swaps each element this[i] with other[i].
swap(int, int) - Method in interface cern.colt.Swapper
Swaps the generic data g[a] with g[b].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Swaps each element this[i] with other[i].
swap(SynchronizedBoolean) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean
Atomically swap values with another SynchronizedBoolean.
swap(SynchronizedByte) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Atomically swap values with another SynchronizedByte.
swap(SynchronizedChar) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedChar
Atomically swap values with another SynchronizedChar.
swap(SynchronizedDouble) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble
Atomically swap values with another SynchronizedDouble.
swap(SynchronizedFloat) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat
Atomically swap values with another SynchronizedFloat.
swap(SynchronizedInt) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Atomically swap values with another SynchronizedInt.
swap(SynchronizedLong) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Atomically swap values with another SynchronizedLong.
swap(SynchronizedRef) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedRef
Atomically swap values with another SynchronizedRef.
swap(SynchronizedShort) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Atomically swap values with another SynchronizedShort.
swapArgs(DoubleDoubleFunction) - Static method in class cern.jet.math.Functions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(IntIntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns function.apply(b,a), i.e.
swappedElements - Static variable in class cern.colt.Partitioning
 
Swapper - interface cern.colt.Swapper.
Interface for an object that knows how to swap elements at two positions (a,b).
SwingWorker - class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker.
An abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker
Creates new SwingWorker with no timeout.
SwingWorker(long) - Constructor for class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker
Creates new SwingWorker with specified timeout.
Sync - interface edu.oswego.cs.dl.util.concurrent.Sync.
Main interface for locks, gates, and conditions.
SyncCollection - class edu.oswego.cs.dl.util.concurrent.SyncCollection.
SyncCollections wrap Sync-based control around java.util.Collections.
SyncCollection.SyncCollectionIterator - class edu.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator.
 
SyncCollection(Collection, ReadWriteLock) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncCollection
Create a new SyncCollection protecting the given collection, and using the given ReadWriteLock to control reader and writer methods.
SyncCollection(Collection, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncCollection
Create a new SyncCollection protecting the given collection, and using the given sync to control both reader and writer methods.
SyncCollection(Collection, Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncCollection
Create a new SyncCollection protecting the given collection, and using the given pair of locks to control reader and writer methods.
syncFailures() - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
Return the number of synchronization failures for read-only operations
syncFailures() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
Return the number of synchronization failures for read-only operations
SynchronizationTimer - class edu.oswego.cs.dl.util.concurrent.misc.SynchronizationTimer.
This program records times for various fine-grained synchronization schemes, and provides some ways of measuring them over different context parameters.
SynchronizationTimer() - Constructor for class edu.oswego.cs.dl.util.concurrent.misc.SynchronizationTimer
 
SynchronizedBoolean - class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean.
A class useful for offloading synch for boolean instance variables.
SynchronizedBoolean(boolean) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean
Make a new SynchronizedBoolean with the given initial value, and using its own internal lock.
SynchronizedBoolean(boolean, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean
Make a new SynchronizedBoolean with the given initial value, and using the supplied lock.
SynchronizedByte - class edu.oswego.cs.dl.util.concurrent.SynchronizedByte.
A class useful for offloading synch for byte instance variables.
SynchronizedByte(byte) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Make a new SynchronizedByte with the given initial value, and using its own internal lock.
SynchronizedByte(byte, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Make a new SynchronizedByte with the given initial value, and using the supplied lock.
SynchronizedChar - class edu.oswego.cs.dl.util.concurrent.SynchronizedChar.
A class useful for offloading synch for char instance variables.
SynchronizedChar(char) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedChar
Make a new SynchronizedChar with the given initial value, and using its own internal lock.
SynchronizedChar(char, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedChar
Make a new SynchronizedChar with the given initial value, and using the supplied lock.
SynchronizedDouble - class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble.
A class useful for offloading synch for double instance variables.
SynchronizedDouble(double) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble
Make a new SynchronizedDouble with the given initial value, and using its own internal lock.
SynchronizedDouble(double, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble
Make a new SynchronizedDouble with the given initial value, and using the supplied lock.
SynchronizedFloat - class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat.
A class useful for offloading synch for float instance variables.
SynchronizedFloat(float) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat
Make a new SynchronizedFloat with the given initial value, and using its own internal lock.
SynchronizedFloat(float, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat
Make a new SynchronizedFloat with the given initial value, and using the supplied lock.
SynchronizedInt - class edu.oswego.cs.dl.util.concurrent.SynchronizedInt.
A class useful for offloading synch for int instance variables.
SynchronizedInt(int) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Make a new SynchronizedInt with the given initial value, and using its own internal lock.
SynchronizedInt(int, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Make a new SynchronizedInt with the given initial value, and using the supplied lock.
SynchronizedLong - class edu.oswego.cs.dl.util.concurrent.SynchronizedLong.
A class useful for offloading synch for long instance variables.
SynchronizedLong(long) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Make a new SynchronizedLong with the given initial value, and using its own internal lock.
SynchronizedLong(long, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Make a new SynchronizedLong with the given initial value, and using the supplied lock.
SynchronizedRef - class edu.oswego.cs.dl.util.concurrent.SynchronizedRef.
A simple class maintaining a single reference variable that is always accessed and updated under synchronization.
SynchronizedRef(Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedRef
Create a SynchronizedRef initially holding the given reference and using its own internal lock.
SynchronizedRef(Object, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedRef
Make a new SynchronizedRef with the given initial value, and using the supplied lock.
SynchronizedShort - class edu.oswego.cs.dl.util.concurrent.SynchronizedShort.
A class useful for offloading synch for short instance variables.
SynchronizedShort(short) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Make a new SynchronizedShort with the given initial value, and using its own internal lock.
SynchronizedShort(short, Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Make a new SynchronizedShort with the given initial value, and using the supplied lock.
SynchronizedVariable - class edu.oswego.cs.dl.util.concurrent.SynchronizedVariable.
Base class for simple, small classes maintaining single values that are always accessed and updated under synchronization.
SynchronizedVariable() - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedVariable
Create a SynchronizedVariable using itself as the lock
SynchronizedVariable(Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronizedVariable
Create a SynchronizedVariable using the supplied lock
SynchronousChannel - class edu.oswego.cs.dl.util.concurrent.SynchronousChannel.
A rendezvous channel, similar to those used in CSP and Ada.
SynchronousChannel() - Constructor for class edu.oswego.cs.dl.util.concurrent.SynchronousChannel
 
SyncList - class edu.oswego.cs.dl.util.concurrent.SyncList.
SyncLists wrap Sync-based control around java.util.Lists.
SyncList.SyncCollectionListIterator - class edu.oswego.cs.dl.util.concurrent.SyncList.SyncCollectionListIterator.
 
SyncList(List, ReadWriteLock) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncList
Create a new SyncList protecting the given list, and using the given ReadWriteLock to control reader and writer methods.
SyncList(List, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncList
Create a new SyncList protecting the given collection, and using the given sync to control both reader and writer methods.
SyncList(List, Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncList
Create a new SyncList protecting the given list, and using the given pair of locks to control reader and writer methods.
SyncMap - class edu.oswego.cs.dl.util.concurrent.SyncMap.
SyncMaps wrap Sync-based control around java.util.Maps.
SyncMap(Map, ReadWriteLock) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncMap
Create a new SyncMap protecting the given map, and using the given ReadWriteLock to control reader and writer methods.
SyncMap(Map, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncMap
Create a new SyncMap protecting the given map, and using the given sync to control both reader and writer methods.
SyncMap(Map, Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncMap
Create a new SyncMap protecting the given map, and using the given pair of locks to control reader and writer methods.
SyncSet - class edu.oswego.cs.dl.util.concurrent.SyncSet.
SyncSets wrap Sync-based control around java.util.Sets.
SyncSet(Set, ReadWriteLock) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSet
Create a new SyncSet protecting the given set, and using the given ReadWriteLock to control reader and writer methods.
SyncSet(Set, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSet
Create a new SyncSet protecting the given collection, and using the given sync to control both reader and writer methods.
SyncSet(Set, Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSet
Create a new SyncSet protecting the given set, and using the given pair of locks to control reader and writer methods.
SyncSortedMap - class edu.oswego.cs.dl.util.concurrent.SyncSortedMap.
SyncSortedMaps wrap Sync-based control around java.util.SortedMaps.
SyncSortedMap(SortedMap, ReadWriteLock) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
Create a new SyncSortedMap protecting the given map, and using the given ReadWriteLock to control reader and writer methods.
SyncSortedMap(SortedMap, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
Create a new SyncSortedMap protecting the given map, and using the given sync to control both reader and writer methods.
SyncSortedMap(SortedMap, Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
Create a new SyncSortedMap protecting the given map, and using the given pair of locks to control reader and writer methods.
SyncSortedSet - class edu.oswego.cs.dl.util.concurrent.SyncSortedSet.
SyncSortedSets wrap Sync-based control around java.util.SortedSets.
SyncSortedSet(SortedSet, ReadWriteLock) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
Create a new SyncSortedSet protecting the given set, and using the given ReadWriteLock to control reader and writer methods.
SyncSortedSet(SortedSet, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
Create a new SyncSortedSet protecting the given collection, and using the given sync to control both reader and writer methods.
SyncSortedSet(SortedSet, Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
Create a new SyncSortedSet protecting the given set, and using the given pair of locks to control reader and writer methods.

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.