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

R

rad - Static variable in class cern.clhep.Units
 
radian - Static variable in class cern.clhep.Units
 
random_shuffle(byte[], int, int) - Static method in class jal.BYTE.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(byte[], int, int, Random) - Static method in class jal.BYTE.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(char[], int, int) - Static method in class jal.CHAR.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(char[], int, int, Random) - Static method in class jal.CHAR.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(double[], int, int) - Static method in class jal.DOUBLE.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(double[], int, int, Random) - Static method in class jal.DOUBLE.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(float[], int, int) - Static method in class jal.FLOAT.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(float[], int, int, Random) - Static method in class jal.FLOAT.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(int[], int, int) - Static method in class jal.INT.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(int[], int, int, Random) - Static method in class jal.INT.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(long[], int, int) - Static method in class jal.LONG.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(long[], int, int, Random) - Static method in class jal.LONG.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(Object[], int, int) - Static method in class jal.Object.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(Object[], int, int, Random) - Static method in class jal.Object.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(short[], int, int) - Static method in class jal.SHORT.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(short[], int, int, Random) - Static method in class jal.SHORT.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(String[], int, int) - Static method in class jal.String.Modification
Shuffles elements in a range, with uniform distribution.
random_shuffle(String[], int, int, Random) - Static method in class jal.String.Modification
Shuffles elements in a range, with uniform distribution.
random() - Static method in class cern.jet.math.Functions
Constructs a function that returns a new uniform random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
random() - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
random(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, boolean, double, String) - Static method in class cern.jet.random.Benchmark
Benchmarks all subclasses
random(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
RandomApp - class edu.cornell.lassp.houle.RngPack.RandomApp.
RandomApp is a simple application that demonstrates the use of RngPack.
RandomApp() - Constructor for class edu.cornell.lassp.houle.RngPack.RandomApp
 
RandomElement - class edu.cornell.lassp.houle.RngPack.RandomElement.
RandomElement is an abstract class that encapsulates uniform random number generators.
RandomElement() - Constructor for class edu.cornell.lassp.houle.RngPack.RandomElement
 
RandomEngine - class cern.jet.random.engine.RandomEngine.
Abstract base class for uniform pseudo-random number generating engines.
randomInstance(int, boolean, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
generates random numbers from
RandomJava - class edu.cornell.lassp.houle.RngPack.RandomJava.
RandomJava is a class wrapper for the Math.random() generator that comes with Java.
RandomJava() - Constructor for class edu.cornell.lassp.houle.RngPack.RandomJava
 
randomMatrix(int, MersenneTwister) - Static method in class cern.colt.matrix.impl.TestMatrix2D
 
RandomSampler - class cern.jet.random.sampling.RandomSampler.
Space and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers; Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47).
RandomSampler(long, long, long, RandomElement) - Constructor for class cern.jet.random.sampling.RandomSampler
Constructs a random sampler that computes and delivers sorted random sets in blocks.
RandomSamplingAssistant - class cern.jet.random.sampling.RandomSamplingAssistant.
Conveniently computes a stable Simple Random Sample Without Replacement (SRSWOR) subsequence of n elements from a given input sequence of N elements; Example: Computing a sublist of n=3 random elements from a list (1,...,50) may yield the sublist (7,13,47).
RandomSamplingAssistant(long, long, RandomElement) - Constructor for class cern.jet.random.sampling.RandomSamplingAssistant
Constructs a random sampler that samples n random elements from an input sequence of N elements.
RandomSeedable - class edu.cornell.lassp.houle.RngPack.RandomSeedable.
RandomSeedable is an abstract class that extends the RandomElement class to include the ability to automatically generate a valid long seed from the clock.
RandomSeedable() - Constructor for class edu.cornell.lassp.houle.RngPack.RandomSeedable
 
RandomSeedGenerator - class cern.jet.random.engine.RandomSeedGenerator.
Deterministic seed generator for pseudo-random number generators.
RandomSeedGenerator() - Constructor for class cern.jet.random.engine.RandomSeedGenerator
Constructs and returns a new seed generator.
RandomSeedGenerator(int, int) - Constructor for class cern.jet.random.engine.RandomSeedGenerator
Constructs and returns a new seed generator; you normally won't need to use this method.
RandomSeedTable - class cern.jet.random.engine.RandomSeedTable.
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
RandomShuffle - class edu.cornell.lassp.houle.RngPack.RandomShuffle.
RandomShuffle uses one random number generator to shuffle the numbers produced by another to obliterate sequential correlations.
RandomShuffle(RandomElement, RandomElement, int) - Constructor for class edu.cornell.lassp.houle.RngPack.RandomShuffle
 
Ranecu - class edu.cornell.lassp.houle.RngPack.Ranecu.
Ranecu is an advanced multiplicative linear congruential random number generator with a period of aproximately 1018.
Ranecu() - Constructor for class edu.cornell.lassp.houle.RngPack.Ranecu
Initialize RANECU with the default seeds from James.
Ranecu(Date) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranecu
 
Ranecu(int, int) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranecu
Initialize RANECU with two specified integer seeds.
Ranecu(long) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranecu
 
Range - class jal.BYTE.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.CHAR.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.DOUBLE.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.FLOAT.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.INT.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.LONG.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.Object.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.SHORT.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range - class jal.String.Range.
A range of values within an array, consisting of the array, the index of the first element in the range, and an index one past the range.
Range(byte[]) - Constructor for class jal.BYTE.Range
Constructs a Range that represents an entire array.
Range(byte[], int, int) - Constructor for class jal.BYTE.Range
Constructs a Range.
Range(char[]) - Constructor for class jal.CHAR.Range
Constructs a Range that represents an entire array.
Range(char[], int, int) - Constructor for class jal.CHAR.Range
Constructs a Range.
Range(double[]) - Constructor for class jal.DOUBLE.Range
Constructs a Range that represents an entire array.
Range(double[], int, int) - Constructor for class jal.DOUBLE.Range
Constructs a Range.
Range(float[]) - Constructor for class jal.FLOAT.Range
Constructs a Range that represents an entire array.
Range(float[], int, int) - Constructor for class jal.FLOAT.Range
Constructs a Range.
Range(int[]) - Constructor for class jal.INT.Range
Constructs a Range that represents an entire array.
Range(int[], int, int) - Constructor for class jal.INT.Range
Constructs a Range.
Range(long[]) - Constructor for class jal.LONG.Range
Constructs a Range that represents an entire array.
Range(long[], int, int) - Constructor for class jal.LONG.Range
Constructs a Range.
Range(Object[]) - Constructor for class jal.Object.Range
Constructs a Range that represents an entire array.
Range(Object[], int, int) - Constructor for class jal.Object.Range
Constructs a Range.
Range(short[]) - Constructor for class jal.SHORT.Range
Constructs a Range that represents an entire array.
Range(short[], int, int) - Constructor for class jal.SHORT.Range
Constructs a Range.
Range(String[]) - Constructor for class jal.String.Range
Constructs a Range that represents an entire array.
Range(String[], int, int) - Constructor for class jal.String.Range
Constructs a Range.
rank() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rankInterpolated(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
Ranlux - class edu.cornell.lassp.houle.RngPack.Ranlux.
RANLUX is an advanced pseudo-random number generator based on the RCARRY algorithm proposed in 1991 by Marsaglia and Zaman.
Ranlux() - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Default initialization of RANLUX.
Ranlux(Date) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Initialize RANLUX with default luxury level and a Date object.
Ranlux(int) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Initialize RANLUX with default luxury level and a specified seed.
Ranlux(int, Date) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Initialize RANLUX with specified luxury level and a Date object.
Ranlux(int, int) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Initialize RANLUX with specified luxury level and seed.
Ranlux(int, long) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Initialize RANLUX with specified luxury level and seed.
Ranlux(long) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranlux
Initialize RANLUX with default luxury level and a specified seed.
Ranmar - class edu.cornell.lassp.houle.RngPack.Ranmar.
RANMAR is a lagged Fibonacci generator proposed by Marsaglia and Zaman and is a good research grade generator.
Ranmar() - Constructor for class edu.cornell.lassp.houle.RngPack.Ranmar
Initialize Ranmar with a default seed taken from Marsaglia and Zaman's paper.
Ranmar(Date) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranmar
Seed RANMAR from the clock.
Ranmar(int) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranmar
Initialize Ranmar with a specified integer seed
Ranmar(long) - Constructor for class edu.cornell.lassp.houle.RngPack.Ranmar
Initialize Ranmar with a specified long seed
raw() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class cern.jet.random.engine.MersenneTwister64
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class edu.cornell.lassp.houle.RngPack.RandomElement
Returns a uniformly distributed pseudo-random number.
raw() - Method in class edu.cornell.lassp.houle.RngPack.RandomJava
Wrapper for Math.random().
raw() - Method in class edu.cornell.lassp.houle.RngPack.Ranecu
 
raw() - Method in class edu.cornell.lassp.houle.RngPack.Ranlux
Returns a uniformly distributed pseudo-random double in the range (0,1).
raw() - Method in class edu.cornell.lassp.houle.RngPack.RandomShuffle
The generator.
raw() - Method in class edu.cornell.lassp.houle.RngPack.Ranmar
Returns a uniformly distributed pseudo-random double in the range (0,1).
raw(double[]) - Method in class edu.cornell.lassp.houle.RngPack.RandomElement
Fill an entire array with doubles.
raw(double[], int) - Method in class edu.cornell.lassp.houle.RngPack.RandomElement
Fill part or all of an array with doubles.
raw(double[], int) - Method in class edu.cornell.lassp.houle.RngPack.Ranecu
This is an inline version that returns an array of doubles for speed.
raw(double[], int) - Method in class edu.cornell.lassp.houle.RngPack.Ranmar
A version of the generator for filling arrays, inlined for speed
RCDoubleMatrix2D - class cern.colt.matrix.impl.RCDoubleMatrix2D.
Sparse row-compressed 2-d matrix holding double elements.
RCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
Constructs a matrix with a copy of the given values.
RCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
read(byte[], int, boolean[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, byte[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, char[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, double[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, float[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, int[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, long[], int, int) - Static method in class cern.colt.io.Converting
 
read(byte[], int, short[], int, int) - Static method in class cern.colt.io.Converting
 
readBoolean(byte[], int) - Static method in class cern.colt.io.Converting
 
readByte(byte[], int) - Static method in class cern.colt.io.Converting
 
readChar(byte[], int) - Static method in class cern.colt.io.Converting
 
readDouble(byte[], int) - Static method in class cern.colt.io.Converting
 
ReaderPreferenceReadWriteLock - class edu.oswego.cs.dl.util.concurrent.ReaderPreferenceReadWriteLock.
A ReadWriteLock that prefers waiting readers over waiting writers when there is contention.
ReaderPreferenceReadWriteLock() - Constructor for class edu.oswego.cs.dl.util.concurrent.ReaderPreferenceReadWriteLock
 
readerSync() - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
Return the Sync object managing read-only operations
readerSync() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
Return the Sync object managing read-only operations
readFloat(byte[], int) - Static method in class cern.colt.io.Converting
 
readInt(byte[], int) - Static method in class cern.colt.io.Converting
 
readLock() - Method in interface edu.oswego.cs.dl.util.concurrent.ReadWriteLock
get the readLock
readLock() - Method in class edu.oswego.cs.dl.util.concurrent.WriterPreferenceReadWriteLock
 
readLock() - Method in class edu.oswego.cs.dl.util.concurrent.FIFOReadWriteLock
 
readLong(byte[], int) - Static method in class cern.colt.io.Converting
 
readShort(byte[], int) - Static method in class cern.colt.io.Converting
 
readUnsignedByte(byte[], int) - Static method in class cern.colt.io.Converting
 
readUnsignedShort(byte[], int) - Static method in class cern.colt.io.Converting
 
ReadWriteLock - interface edu.oswego.cs.dl.util.concurrent.ReadWriteLock.
ReadWriteLocks maintain a pair of associated locks.
real() - Method in class com.imsl.math.Complex
Returns the real part of a Complex object.
real(Complex) - Static method in class com.imsl.math.Complex
Returns the real part of a Complex object.
ReentrantLock - class edu.oswego.cs.dl.util.concurrent.ReentrantLock.
A lock with the same semantics as builtin Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
ReentrantLock() - Constructor for class edu.oswego.cs.dl.util.concurrent.ReentrantLock
 
ReentrantWriterPreferenceReadWriteLock - class edu.oswego.cs.dl.util.concurrent.ReentrantWriterPreferenceReadWriteLock.
A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock.
ReentrantWriterPreferenceReadWriteLock() - Constructor for class edu.oswego.cs.dl.util.concurrent.ReentrantWriterPreferenceReadWriteLock
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.TimeoutSync
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.Semaphore
Release a permit
release() - Method in class edu.oswego.cs.dl.util.concurrent.QueuedSemaphore
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.LayeredSync
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.CountDown
Decrement the count.
release() - Method in class edu.oswego.cs.dl.util.concurrent.Latch
Enable all current and future acquires to pass
release() - Method in class edu.oswego.cs.dl.util.concurrent.ObservableSync
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.Mutex
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.ReentrantLock
Release the lock.
release() - Method in class edu.oswego.cs.dl.util.concurrent.WaiterPreferenceSemaphore
 
release() - Method in class edu.oswego.cs.dl.util.concurrent.NullSync
 
release() - Method in interface edu.oswego.cs.dl.util.concurrent.Sync
Potentially enable others to pass.
release(long) - Method in class edu.oswego.cs.dl.util.concurrent.Semaphore
Release N permits.
release(long) - Method in class edu.oswego.cs.dl.util.concurrent.QueuedSemaphore
Release N permits
release(long) - Method in class edu.oswego.cs.dl.util.concurrent.ReentrantLock
Release the lock N times.
release(long) - Method in class edu.oswego.cs.dl.util.concurrent.WaiterPreferenceSemaphore
Release N permits
remove_copy_if(byte[], byte[], int, int, int, Predicate) - Static method in class jal.BYTE.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(char[], char[], int, int, int, Predicate) - Static method in class jal.CHAR.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(double[], double[], int, int, int, Predicate) - Static method in class jal.DOUBLE.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(float[], float[], int, int, int, Predicate) - Static method in class jal.FLOAT.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(int[], int[], int, int, int, Predicate) - Static method in class jal.INT.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(long[], long[], int, int, int, Predicate) - Static method in class jal.LONG.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(Object[], Object[], int, int, int, Predicate) - Static method in class jal.Object.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(short[], short[], int, int, int, Predicate) - Static method in class jal.SHORT.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy_if(String[], String[], int, int, int, Predicate) - Static method in class jal.String.Modification
Copies all of the elements in a range except for those that satisfy a given condition.
remove_copy(byte[], byte[], int, int, int, byte) - Static method in class jal.BYTE.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(char[], char[], int, int, int, char) - Static method in class jal.CHAR.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(double[], double[], int, int, int, double) - Static method in class jal.DOUBLE.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(float[], float[], int, int, int, float) - Static method in class jal.FLOAT.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(int[], int[], int, int, int, int) - Static method in class jal.INT.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(long[], long[], int, int, int, long) - Static method in class jal.LONG.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(Object[], Object[], int, int, int, Object) - Static method in class jal.Object.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(short[], short[], int, int, int, short) - Static method in class jal.SHORT.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_copy(String[], String[], int, int, int, String) - Static method in class jal.String.Modification
Copies all of the elements in a range except for those that are equal to a given value.
remove_if(byte[], int, int, byte) - Static method in class jal.BYTE.Modification
Remove all elements from a range that are equal to a given value.
remove_if(byte[], int, int, Predicate) - Static method in class jal.BYTE.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(char[], int, int, char) - Static method in class jal.CHAR.Modification
Remove all elements from a range that are equal to a given value.
remove_if(char[], int, int, Predicate) - Static method in class jal.CHAR.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(double[], int, int, double) - Static method in class jal.DOUBLE.Modification
Remove all elements from a range that are equal to a given value.
remove_if(double[], int, int, Predicate) - Static method in class jal.DOUBLE.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(float[], int, int, float) - Static method in class jal.FLOAT.Modification
Remove all elements from a range that are equal to a given value.
remove_if(float[], int, int, Predicate) - Static method in class jal.FLOAT.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(int[], int, int, int) - Static method in class jal.INT.Modification
Remove all elements from a range that are equal to a given value.
remove_if(int[], int, int, Predicate) - Static method in class jal.INT.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(long[], int, int, long) - Static method in class jal.LONG.Modification
Remove all elements from a range that are equal to a given value.
remove_if(long[], int, int, Predicate) - Static method in class jal.LONG.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(Object[], int, int, Object) - Static method in class jal.Object.Modification
Remove all elements from a range that are equal to a given value.
remove_if(Object[], int, int, Predicate) - Static method in class jal.Object.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(short[], int, int, Predicate) - Static method in class jal.SHORT.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(short[], int, int, short) - Static method in class jal.SHORT.Modification
Remove all elements from a range that are equal to a given value.
remove_if(String[], int, int, Predicate) - Static method in class jal.String.Modification
Remove all elements from a range that satisfy a specified condition.
remove_if(String[], int, int, String) - Static method in class jal.String.Modification
Remove all elements from a range that are equal to a given value.
remove() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator
 
remove(int) - Method in class cern.colt.list.AbstractList
Removes the element at the specified position from the receiver.
remove(int) - Method in class cern.colt.list.adapter.LongListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.ObjectListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.DoubleListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.FloatListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.IntListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
remove(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
 
remove(Object) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
remove(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
remove(Object) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object) - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap
Removes the key (and its corresponding value) from this table.
remove(Object) - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentHashMap
Removes the key (and its corresponding value) from this table.
remove(String, int, int) - Static method in class ViolinStrings.Strings
Removes the specified number of characters from the string, starting at the specified position.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(Collection) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
removeAll(Collection) - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
removeAll(Collection) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Removes from this Collection all of its elements that are contained in the specified Collection.
removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAllOf(DoubleArrayList) - Method in class hep.aida.bin.DynamicBin1D
Removes from the receiver all elements that are contained in the specified list.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.DistinctNumberList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Remove a PropertyChangeListener for a specific property.
removeRange(int, int) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class edu.oswego.cs.dl.util.concurrent.VetoableChangeMulticaster
Remove a VetoableChangeListener for a specific property.
removeVetoableChangeListener(VetoableChangeListener) - Method in class edu.oswego.cs.dl.util.concurrent.VetoableChangeMulticaster
Remove an occurrence of a VetoableChangeListener from the listener list.
removeWords(String, int, int) - Static method in class ViolinStrings.Strings
Removes the specified number of words from the string, starting with the specified word number.
Rendezvous - class edu.oswego.cs.dl.util.concurrent.Rendezvous.
A rendezvous is a barrier that: Unlike a CyclicBarrier, is not restricted to use with fixed-sized groups of threads.
Rendezvous.RendezvousFunction - interface edu.oswego.cs.dl.util.concurrent.Rendezvous.RendezvousFunction.
Interface for functions run at rendezvous points
Rendezvous.Rotator - class edu.oswego.cs.dl.util.concurrent.Rendezvous.Rotator.
The default rendezvous function.
Rendezvous.Rotator() - Constructor for class edu.oswego.cs.dl.util.concurrent.Rendezvous.Rotator
 
Rendezvous(int) - Constructor for class edu.oswego.cs.dl.util.concurrent.Rendezvous
Create a Barrier for the indicated number of parties, and the default Rotator function to run at each barrier point.
Rendezvous(int, Rendezvous.RendezvousFunction) - Constructor for class edu.oswego.cs.dl.util.concurrent.Rendezvous
Create a Barrier for the indicated number of parties.
rendezvous(Object) - Method in class edu.oswego.cs.dl.util.concurrent.Rendezvous
Enter a rendezvous; returning after all other parties arrive.
rendezvousFunction(Object[]) - Method in interface edu.oswego.cs.dl.util.concurrent.Rendezvous.RendezvousFunction
Perform some function on the objects presented at a rendezvous.
rendezvousFunction(Object[]) - Method in class edu.oswego.cs.dl.util.concurrent.Rendezvous.Rotator
Rotate the array
repeat(DoubleMatrix1D, int) - Method in class cern.colt.matrix.DoubleFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DoubleMatrix2D, int, int) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(ObjectMatrix1D, int) - Method in class cern.colt.matrix.ObjectFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(ObjectMatrix2D, int, int) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
replace_copy_if(byte[], byte[], int, int, int, Predicate, byte) - Static method in class jal.BYTE.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(char[], char[], int, int, int, Predicate, char) - Static method in class jal.CHAR.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(double[], double[], int, int, int, Predicate, double) - Static method in class jal.DOUBLE.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(float[], float[], int, int, int, Predicate, float) - Static method in class jal.FLOAT.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(int[], int[], int, int, int, Predicate, int) - Static method in class jal.INT.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(long[], long[], int, int, int, Predicate, long) - Static method in class jal.LONG.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(Object[], Object[], int, int, int, Predicate, Object) - Static method in class jal.Object.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(short[], short[], int, int, int, Predicate, short) - Static method in class jal.SHORT.Modification
Performs copying and substitution on a range of elements.
replace_copy_if(String[], String[], int, int, int, Predicate, String) - Static method in class jal.String.Modification
Performs copying and substitution on a range of elements.
replace_copy(byte[], byte[], int, int, int, byte, byte) - Static method in class jal.BYTE.Modification
Performs copying and substitution on a range of elements.
replace_copy(char[], char[], int, int, int, char, char) - Static method in class jal.CHAR.Modification
Performs copying and substitution on a range of elements.
replace_copy(double[], double[], int, int, int, double, double) - Static method in class jal.DOUBLE.Modification
Performs copying and substitution on a range of elements.
replace_copy(float[], float[], int, int, int, float, float) - Static method in class jal.FLOAT.Modification
Performs copying and substitution on a range of elements.
replace_copy(int[], int[], int, int, int, int, int) - Static method in class jal.INT.Modification
Performs copying and substitution on a range of elements.
replace_copy(long[], long[], int, int, int, long, long) - Static method in class jal.LONG.Modification
Performs copying and substitution on a range of elements.
replace_copy(Object[], Object[], int, int, int, Object, Object) - Static method in class jal.Object.Modification
Performs copying and substitution on a range of elements.
replace_copy(short[], short[], int, int, int, short, short) - Static method in class jal.SHORT.Modification
Performs copying and substitution on a range of elements.
replace_copy(String[], String[], int, int, int, String, String) - Static method in class jal.String.Modification
Performs copying and substitution on a range of elements.
replace_if(byte[], int, int, Predicate, byte) - Static method in class jal.BYTE.Modification
Performs in-place substitution on a range of elements.
replace_if(char[], int, int, Predicate, char) - Static method in class jal.CHAR.Modification
Performs in-place substitution on a range of elements.
replace_if(double[], int, int, Predicate, double) - Static method in class jal.DOUBLE.Modification
Performs in-place substitution on a range of elements.
replace_if(float[], int, int, Predicate, float) - Static method in class jal.FLOAT.Modification
Performs in-place substitution on a range of elements.
replace_if(int[], int, int, Predicate, int) - Static method in class jal.INT.Modification
Performs in-place substitution on a range of elements.
replace_if(long[], int, int, Predicate, long) - Static method in class jal.LONG.Modification
Performs in-place substitution on a range of elements.
replace_if(Object[], int, int, Predicate, Object) - Static method in class jal.Object.Modification
Performs in-place substitution on a range of elements.
replace_if(short[], int, int, Predicate, short) - Static method in class jal.SHORT.Modification
Performs in-place substitution on a range of elements.
replace_if(String[], int, int, Predicate, String) - Static method in class jal.String.Modification
Performs in-place substitution on a range of elements.
replace(byte[], int, int, byte, byte) - Static method in class jal.BYTE.Modification
Performs in-place substitution on a range of elements.
replace(char[], int, int, char, char) - Static method in class jal.CHAR.Modification
Performs in-place substitution on a range of elements.
replace(double[], int, int, double, double) - Static method in class jal.DOUBLE.Modification
Performs in-place substitution on a range of elements.
replace(float[], int, int, float, float) - Static method in class jal.FLOAT.Modification
Performs in-place substitution on a range of elements.
replace(int[], int, int, int, int) - Static method in class jal.INT.Modification
Performs in-place substitution on a range of elements.
replace(long[], int, int, long, long) - Static method in class jal.LONG.Modification
Performs in-place substitution on a range of elements.
replace(Object[], int, int, Object, Object) - Static method in class jal.Object.Modification
Performs in-place substitution on a range of elements.
replace(short[], int, int, short, short) - Static method in class jal.SHORT.Modification
Performs in-place substitution on a range of elements.
replace(String[], int, int, String, String) - Static method in class jal.String.Modification
Performs in-place substitution on a range of elements.
replaceBoxWith(int, int, int, int, BitMatrix, int, int) - Method in class cern.colt.bitvector.BitMatrix
Replaces a box of the receiver with the contents of another matrix's box.
replaceBoxWith(int, int, int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bits in the given box to the state specified by value.
replaceFromToWith(int, int, BitVector, int) - Method in class cern.colt.bitvector.BitVector
Replaces the bits of the receiver in the given range with the bits of another bit vector.
replaceFromToWith(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bits in the given range to the state specified by value.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.AbstractBooleanList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.BooleanArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.AbstractByteList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.ByteArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.AbstractCharList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.CharArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.AbstractDoubleList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.DoubleArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.AbstractFloatList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.FloatArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.AbstractIntList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.IntArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.AbstractLongList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.LongArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.AbstractShortList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.ShortArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.ObjectArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFromTo(int, int, AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractLongList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractBooleanList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractByteList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractFloatList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractShortList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractIntList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractDoubleList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.ObjectArrayList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractCharList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
reset() - Method in class cern.colt.Timer
Resets the timer.
reset() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask
Clear the termination status of this task.
reset() - Method in interface hep.aida.IHistogram
Reset contents; as if just constructed.
reset() - Method in class hep.aida.ref.Histogram3D
 
reset() - Method in class hep.aida.ref.Histogram2D
 
reset() - Method in class hep.aida.ref.Histogram1D
 
restart() - Method in class edu.oswego.cs.dl.util.concurrent.Rendezvous
Reset to initial state.
restart() - Method in class edu.oswego.cs.dl.util.concurrent.CyclicBarrier
Reset to initial state.
restart() - Method in class edu.oswego.cs.dl.util.concurrent.ClockDaemon
Start (or restart) a thread to process commands, or wake up an existing thread if one is already running.
restart() - Method in class edu.oswego.cs.dl.util.concurrent.QueuedExecutor
Start (or restart) the background thread to process commands.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(Collection) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
retainAll(Collection) - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
retainAll(Collection) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
reverse_copy(byte[], byte[], int, int, int) - Static method in class jal.BYTE.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(byte[], int, int, int) - Static method in class jal.BYTE.Modification
 
reverse_copy(char[], char[], int, int, int) - Static method in class jal.CHAR.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(char[], int, int, int) - Static method in class jal.CHAR.Modification
 
reverse_copy(double[], double[], int, int, int) - Static method in class jal.DOUBLE.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(double[], int, int, int) - Static method in class jal.DOUBLE.Modification
 
reverse_copy(float[], float[], int, int, int) - Static method in class jal.FLOAT.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(float[], int, int, int) - Static method in class jal.FLOAT.Modification
 
reverse_copy(int[], int[], int, int, int) - Static method in class jal.INT.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(int[], int, int, int) - Static method in class jal.INT.Modification
 
reverse_copy(long[], int, int, int) - Static method in class jal.LONG.Modification
 
reverse_copy(long[], long[], int, int, int) - Static method in class jal.LONG.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(Object[], int, int, int) - Static method in class jal.Object.Modification
 
reverse_copy(Object[], Object[], int, int, int) - Static method in class jal.Object.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(short[], int, int, int) - Static method in class jal.SHORT.Modification
 
reverse_copy(short[], short[], int, int, int) - Static method in class jal.SHORT.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse_copy(String[], int, int, int) - Static method in class jal.String.Modification
 
reverse_copy(String[], String[], int, int, int) - Static method in class jal.String.Modification
Creates a copy of an input range consisting of that range in reverse order; equivalent to copy followed by reverse, but faster.
reverse() - Method in class cern.colt.list.AbstractList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractLongList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractBooleanList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractByteList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ByteArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.LongArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractFloatList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.FloatArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractShortList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractIntList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.IntArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractDoubleList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.BooleanArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ObjectArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractCharList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.CharArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ShortArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.DoubleArrayList
Reverses the elements of the receiver.
reverse(byte[], int, int) - Static method in class jal.BYTE.Modification
Reverses a sequence of elements.
reverse(char[], int, int) - Static method in class jal.CHAR.Modification
Reverses a sequence of elements.
reverse(double[], int, int) - Static method in class jal.DOUBLE.Modification
Reverses a sequence of elements.
reverse(float[], int, int) - Static method in class jal.FLOAT.Modification
Reverses a sequence of elements.
reverse(int[], int, int) - Static method in class jal.INT.Modification
Reverses a sequence of elements.
reverse(long[], int, int) - Static method in class jal.LONG.Modification
Reverses a sequence of elements.
reverse(Object[], int, int) - Static method in class jal.Object.Modification
Reverses a sequence of elements.
reverse(short[], int, int) - Static method in class jal.SHORT.Modification
Reverses a sequence of elements.
reverse(String) - Static method in class ViolinStrings.Strings
Reverses the sequence of characters contained in the string.
reverse(String[], int, int) - Static method in class jal.String.Modification
Reverses a sequence of elements.
RIGHT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the right.
rightJustify(String, int) - Static method in class ViolinStrings.Strings
Right-justifies the string in a string of the specified length.
rightJustify(String, int, char) - Static method in class ViolinStrings.Strings
Right-justifies the string in a string of the specified length.
rint - Static variable in class cern.jet.math.Functions
Function that returns Math.rint(a).
rms - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.rms().
rms() - Method in interface hep.aida.IHistogram1D
Returns the rms of the whole histogram as calculated on filling-time.
rms() - Method in class hep.aida.ref.Histogram1D
 
rms() - Method in class hep.aida.bin.AbstractBin1D
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
rms(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
rmsX() - Method in interface hep.aida.IHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in interface hep.aida.IHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in class hep.aida.ref.Histogram3D
 
rmsX() - Method in class hep.aida.ref.Histogram2D
 
rmsY() - Method in interface hep.aida.IHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in interface hep.aida.IHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in class hep.aida.ref.Histogram3D
 
rmsY() - Method in class hep.aida.ref.Histogram2D
 
rmsZ() - Method in interface hep.aida.IHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
rmsZ() - Method in class hep.aida.ref.Histogram3D
 
rotate_copy(byte[], byte[], int, int, int, int) - Static method in class jal.BYTE.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(char[], char[], int, int, int, int) - Static method in class jal.CHAR.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(double[], double[], int, int, int, int) - Static method in class jal.DOUBLE.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(float[], float[], int, int, int, int) - Static method in class jal.FLOAT.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(int[], int[], int, int, int, int) - Static method in class jal.INT.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(long[], long[], int, int, int, int) - Static method in class jal.LONG.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(Object[], Object[], int, int, int, int) - Static method in class jal.Object.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(short[], short[], int, int, int, int) - Static method in class jal.SHORT.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate_copy(String[], String[], int, int, int, int) - Static method in class jal.String.Modification
Creates a copy of an input range consisting of a rotation of that range.
rotate(byte[], int, int, int) - Static method in class jal.BYTE.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(char[], int, int, int) - Static method in class jal.CHAR.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(double[], int, int, int) - Static method in class jal.DOUBLE.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(float[], int, int, int) - Static method in class jal.FLOAT.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(int[], int, int, int) - Static method in class jal.INT.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(int, int, int, Swapper) - Static method in class cern.colt.GenericSorting
See jal.DOUBLE.Sorting Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(long[], int, int, int) - Static method in class jal.LONG.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(Object[], int, int, int) - Static method in class jal.Object.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(short[], int, int, int) - Static method in class jal.SHORT.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
rotate(String[], int, int, int) - Static method in class jal.String.Modification
Rotate a range in place: array[middle] is put in array[first], array[middle+1] is put in array[first+1], etc.
round(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
rowCompressed - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse row compressed matrices.
rows() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of rows of the receiver.
rows() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of rows.
run() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask.Wrap
 
run() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask.Seq
 
run() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask.Par
 
run() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask.Seq2
 
run() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask.Par2
 
run() - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunner
Main runloop
runWhenBlocked() - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Set the policy for blocked execution to be that the current thread executes the command if there are no available threads in the pool.

Colt 1.0.2
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.