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

F

fact(int) - Static method in class com.imsl.math.Sfun
Returns the factorial of an integer.
factorial - Static variable in class cern.jet.math.IntFunctions
Function that returns (int) Arithmetic.factorial(a).
factorial(int) - Static method in class cern.jet.math.Arithmetic
Instantly returns the factorial k!.
farad - Static variable in class cern.clhep.Units
 
fermi - Static variable in class cern.clhep.Units
 
FIFOReadWriteLock - class edu.oswego.cs.dl.util.concurrent.FIFOReadWriteLock.
This class implements a policy for reader/writer locks in which threads contend in a First-in/First-out manner for access (modulo the limitations of FIFOSemaphore, which is used for queuing).
FIFOReadWriteLock() - Constructor for class edu.oswego.cs.dl.util.concurrent.FIFOReadWriteLock
 
FIFOSemaphore - class edu.oswego.cs.dl.util.concurrent.FIFOSemaphore.
A First-in/First-out implementation of a Semaphore.
FIFOSemaphore(long) - Constructor for class edu.oswego.cs.dl.util.concurrent.FIFOSemaphore
Create a Semaphore with the given initial number of permits.
FIFOSlot - class edu.oswego.cs.dl.util.concurrent.misc.FIFOSlot.
 
FIFOSlot() - Constructor for class edu.oswego.cs.dl.util.concurrent.misc.FIFOSlot
 
fill(byte[], int, int, byte) - Static method in class jal.BYTE.Modification
Assigns a value to every element in a range.
fill(char[], int, int, char) - Static method in class jal.CHAR.Modification
Assigns a value to every element in a range.
fill(double) - Method in interface hep.aida.IHistogram1D
Fill histogram with weight 1.
fill(double) - Method in class hep.aida.ref.Histogram1D
 
fill(double[], int, int, double) - Static method in class jal.DOUBLE.Modification
Assigns a value to every element in a range.
fill(double, double) - Method in interface hep.aida.IHistogram1D
Fill histogram with specified weight.
fill(double, double) - Method in interface hep.aida.IHistogram2D
Fill the histogram with weight 1.
fill(double, double) - Method in class hep.aida.ref.Histogram2D
 
fill(double, double) - Method in class hep.aida.ref.Histogram1D
 
fill(double, double, double) - Method in interface hep.aida.IHistogram2D
Fill the histogram with specified weight.
fill(double, double, double) - Method in interface hep.aida.IHistogram3D
Fill the histogram with weight 1; equivalent to fill(x,y,z,1)..
fill(double, double, double) - Method in class hep.aida.ref.Histogram3D
 
fill(double, double, double) - Method in class hep.aida.ref.Histogram2D
 
fill(double, double, double, double) - Method in interface hep.aida.IHistogram3D
Fill the histogram with specified weight.
fill(double, double, double, double) - Method in class hep.aida.ref.Histogram3D
 
fill(float[], int, int, float) - Static method in class jal.FLOAT.Modification
Assigns a value to every element in a range.
fill(int[], int, int, int) - Static method in class jal.INT.Modification
Assigns a value to every element in a range.
fill(long[], int, int, long) - Static method in class jal.LONG.Modification
Assigns a value to every element in a range.
fill(Object[], int, int, Object) - Static method in class jal.Object.Modification
Assigns a value to every element in a range.
fill(short[], int, int, short) - Static method in class jal.SHORT.Modification
Assigns a value to every element in a range.
fill(String[], int, int, String) - Static method in class jal.String.Modification
Assigns a value to every element in a range.
fillFromToWith(int, int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, byte) - Method in class cern.colt.list.AbstractByteList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, char) - Method in class cern.colt.list.AbstractCharList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, double) - Method in class cern.colt.list.AbstractDoubleList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, float) - Method in class cern.colt.list.AbstractFloatList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, int) - Method in class cern.colt.list.AbstractIntList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, long) - Method in class cern.colt.list.AbstractLongList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, Object) - Method in class cern.colt.list.ObjectArrayList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, short) - Method in class cern.colt.list.AbstractShortList
Sets the specified range of elements in the specified array to the specified value.
find_if_not(byte[], int, int, Predicate) - Static method in class jal.BYTE.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(char[], int, int, Predicate) - Static method in class jal.CHAR.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(double[], int, int, Predicate) - Static method in class jal.DOUBLE.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(float[], int, int, Predicate) - Static method in class jal.FLOAT.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(int[], int, int, Predicate) - Static method in class jal.INT.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(long[], int, int, Predicate) - Static method in class jal.LONG.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(Object[], int, int, Predicate) - Static method in class jal.Object.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(short[], int, int, Predicate) - Static method in class jal.SHORT.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if_not(String[], int, int, Predicate) - Static method in class jal.String.Inspection
Finds the first element in a range that does not satisfy some condition.
find_if(byte[], int, int, Predicate) - Static method in class jal.BYTE.Inspection
Finds the first element in a range that satisfies a condition.
find_if(char[], int, int, Predicate) - Static method in class jal.CHAR.Inspection
Finds the first element in a range that satisfies a condition.
find_if(double[], int, int, Predicate) - Static method in class jal.DOUBLE.Inspection
Finds the first element in a range that satisfies a condition.
find_if(float[], int, int, Predicate) - Static method in class jal.FLOAT.Inspection
Finds the first element in a range that satisfies a condition.
find_if(int[], int, int, Predicate) - Static method in class jal.INT.Inspection
Finds the first element in a range that satisfies a condition.
find_if(long[], int, int, Predicate) - Static method in class jal.LONG.Inspection
Finds the first element in a range that satisfies a condition.
find_if(Object[], int, int, Predicate) - Static method in class jal.Object.Inspection
Finds the first element in a range that satisfies a condition.
find_if(short[], int, int, Predicate) - Static method in class jal.SHORT.Inspection
Finds the first element in a range that satisfies a condition.
find_if(String[], int, int, Predicate) - Static method in class jal.String.Inspection
Finds the first element in a range that satisfies a condition.
find_not(byte[], int, int, byte) - Static method in class jal.BYTE.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(char[], int, int, char) - Static method in class jal.CHAR.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(double[], int, int, double) - Static method in class jal.DOUBLE.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(float[], int, int, float) - Static method in class jal.FLOAT.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(int[], int, int, int) - Static method in class jal.INT.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(long[], int, int, long) - Static method in class jal.LONG.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(Object[], int, int, Object) - Static method in class jal.Object.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(short[], int, int, short) - Static method in class jal.SHORT.Inspection
Finds the first element in a range that is not equal to a specified value.
find_not(String[], int, int, String) - Static method in class jal.String.Inspection
Finds the first element in a range that is not equal to a specified value.
find(byte[], int, int, byte) - Static method in class jal.BYTE.Inspection
Finds the first element in a range that is equal to a specified value.
find(char[], int, int, char) - Static method in class jal.CHAR.Inspection
Finds the first element in a range that is equal to a specified value.
find(double[], int, int, double) - Static method in class jal.DOUBLE.Inspection
Finds the first element in a range that is equal to a specified value.
find(float[], int, int, float) - Static method in class jal.FLOAT.Inspection
Finds the first element in a range that is equal to a specified value.
find(int[], int, int, int) - Static method in class jal.INT.Inspection
Finds the first element in a range that is equal to a specified value.
find(long[], int, int, long) - Static method in class jal.LONG.Inspection
Finds the first element in a range that is equal to a specified value.
find(Object[], int, int, Object) - Static method in class jal.Object.Inspection
Finds the first element in a range that is equal to a specified value.
find(short[], int, int, short) - Static method in class jal.SHORT.Inspection
Finds the first element in a range that is equal to a specified value.
find(String[], int, int, String) - Static method in class jal.String.Inspection
Finds the first element in a range that is equal to a specified value.
fine_structure_const - Static variable in class cern.clhep.PhysicalConstants
 
firePropertyChange(PropertyChangeEvent) - Method in class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Report a boolean bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Report an int bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Report a bound property update to any registered listeners.
fireVetoableChange(PropertyChangeEvent) - Method in class edu.oswego.cs.dl.util.concurrent.VetoableChangeMulticaster
Report a vetoable property update to any registered listeners.
fireVetoableChange(String, boolean, boolean) - Method in class edu.oswego.cs.dl.util.concurrent.VetoableChangeMulticaster
Report a vetoable property update to any registered listeners.
fireVetoableChange(String, int, int) - Method in class edu.oswego.cs.dl.util.concurrent.VetoableChangeMulticaster
Report a vetoable property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class edu.oswego.cs.dl.util.concurrent.VetoableChangeMulticaster
Report a vetoable property update to any registered listeners.
first - Variable in class jal.BYTE.Range
Index of the first element in the range.
first - Variable in class jal.CHAR.Range
Index of the first element in the range.
first - Variable in class jal.DOUBLE.Range
Index of the first element in the range.
first - Variable in class jal.FLOAT.Range
Index of the first element in the range.
first - Variable in class jal.INT.Range
Index of the first element in the range.
first - Variable in class jal.LONG.Range
Index of the first element in the range.
first - Variable in class jal.Object.Range
Index of the first element in the range.
first - Variable in class jal.SHORT.Range
Index of the first element in the range.
first - Variable in class jal.String.Range
Index of the first element in the range.
first() - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
 
firstKey() - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
 
FixedAxis - class hep.aida.ref.FixedAxis.
Fixed-width axis; A reference implementation of hep.aida.IAxis.
FixedAxis(int, double, double) - Constructor for class hep.aida.ref.FixedAxis
Create an Axis
FJTask - class edu.oswego.cs.dl.util.concurrent.FJTask.
Abstract base class for Fork/Join Tasks.
FJTask.Par - class edu.oswego.cs.dl.util.concurrent.FJTask.Par.
A new Par, when executed, runs the tasks provided in the constructor in parallel using coInvoke(tasks).
FJTask.Par(FJTask[]) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Par
Construct a Seq that, when executed, will process each of the tasks in the tasks array in parallel
FJTask.Par(FJTask, FJTask) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Par
Two-task constructor, for compatibility with previous release.
FJTask.Par2 - class edu.oswego.cs.dl.util.concurrent.FJTask.Par2.
A new Par(task1, task2), when executed, runs task1 and task2 in parallel using coInvoke(task1, task2).
FJTask.Par2(FJTask, FJTask) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Par2
 
FJTask.Seq - class edu.oswego.cs.dl.util.concurrent.FJTask.Seq.
A new Seq, when executed, invokes each task provided in the constructor, in order.
FJTask.Seq(FJTask[]) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Seq
Construct a Seq that, when executed, will process each of the tasks in the tasks array in order
FJTask.Seq(FJTask, FJTask) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Seq
Two-task constructor, for compatibility with previous release.
FJTask.Seq2 - class edu.oswego.cs.dl.util.concurrent.FJTask.Seq2.
A new Seq2(task1, task2), when executed, invokes task1 and then task2, in order.
FJTask.Seq2(FJTask, FJTask) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Seq2
 
FJTask.Wrap - class edu.oswego.cs.dl.util.concurrent.FJTask.Wrap.
A FJTask that holds a Runnable r, and calls r.run when executed.
FJTask.Wrap(Runnable) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask.Wrap
 
FJTask() - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTask
 
FJTaskRunner - class edu.oswego.cs.dl.util.concurrent.FJTaskRunner.
Specialized Thread subclass for running FJTasks.
FJTaskRunnerGroup - class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup.
A stripped down analog of a ThreadGroup used for establishing and managing FJTaskRunner threads.
FJTaskRunnerGroup(int) - Constructor for class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Create a FJTaskRunnerGroup with the indicated number of FJTaskRunner threads.
FloatArrayList - class cern.colt.list.FloatArrayList.
Resizable list holding float elements; implemented with arrays.
FloatArrayList() - Constructor for class cern.colt.list.FloatArrayList
Constructs an empty list.
FloatArrayList(float[]) - Constructor for class cern.colt.list.FloatArrayList
Constructs a list containing the specified elements.
FloatArrayList(int) - Constructor for class cern.colt.list.FloatArrayList
Constructs an empty list with the specified initial capacity.
FloatComparator - interface cern.colt.function.FloatComparator.
A comparison function which imposes a total ordering on some collection of elements.
FloatListAdapter - class cern.colt.list.adapter.FloatListAdapter.
Adapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.2 AbstractList.
FloatListAdapter(AbstractFloatList) - Constructor for class cern.colt.list.adapter.FloatListAdapter
Constructs a list backed by the specified content list.
FloatProcedure - interface cern.colt.function.FloatProcedure.
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
floor - Static variable in class cern.jet.math.Functions
Function that returns Math.floor(a).
floor(double) - Static method in class cern.jet.math.Arithmetic
Returns the largest long <= value.
flush() - Method in class cern.colt.buffer.DoubleBuffer
Adds all internally buffered elements to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.ObjectBuffer
Adds all internally buffered elements to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.IntBuffer3D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.DoubleBuffer3D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.DoubleBuffer2D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.IntBuffer2D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.IntBuffer
Adds all internally buffered elements to the receiver's target, then resets the current buffer size to zero.
for_each(byte[], int, int, VoidFunction) - Static method in class jal.BYTE.Inspection
Applies a function to every element of a range.
for_each(char[], int, int, VoidFunction) - Static method in class jal.CHAR.Inspection
Applies a function to every element of a range.
for_each(double[], int, int, VoidFunction) - Static method in class jal.DOUBLE.Inspection
Applies a function to every element of a range.
for_each(float[], int, int, VoidFunction) - Static method in class jal.FLOAT.Inspection
Applies a function to every element of a range.
for_each(int[], int, int, VoidFunction) - Static method in class jal.INT.Inspection
Applies a function to every element of a range.
for_each(long[], int, int, VoidFunction) - Static method in class jal.LONG.Inspection
Applies a function to every element of a range.
for_each(Object[], int, int, VoidFunction) - Static method in class jal.Object.Inspection
Applies a function to every element of a range.
for_each(short[], int, int, VoidFunction) - Static method in class jal.SHORT.Inspection
Applies a function to every element of a range.
for_each(String[], int, int, VoidFunction) - Static method in class jal.String.Inspection
Applies a function to every element of a range.
forEach(BooleanProcedure) - Method in class cern.colt.list.AbstractBooleanList
Applies a procedure to each element of the receiver, if any.
forEach(BooleanProcedure) - Method in class cern.colt.list.BooleanArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ByteProcedure) - Method in class cern.colt.list.AbstractByteList
Applies a procedure to each element of the receiver, if any.
forEach(ByteProcedure) - Method in class cern.colt.list.ByteArrayList
Applies a procedure to each element of the receiver, if any.
forEach(CharProcedure) - Method in class cern.colt.list.AbstractCharList
Applies a procedure to each element of the receiver, if any.
forEach(CharProcedure) - Method in class cern.colt.list.CharArrayList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in class cern.colt.list.AbstractDoubleList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in class cern.colt.list.DoubleArrayList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Applies a procedure to each element of the receiver, if any.
forEach(FloatProcedure) - Method in class cern.colt.list.AbstractFloatList
Applies a procedure to each element of the receiver, if any.
forEach(FloatProcedure) - Method in class cern.colt.list.FloatArrayList
Applies a procedure to each element of the receiver, if any.
forEach(IntProcedure) - Method in class cern.colt.list.AbstractIntList
Applies a procedure to each element of the receiver, if any.
forEach(IntProcedure) - Method in class cern.colt.list.IntArrayList
Applies a procedure to each element of the receiver, if any.
forEach(LongProcedure) - Method in class cern.colt.list.AbstractLongList
Applies a procedure to each element of the receiver, if any.
forEach(LongProcedure) - Method in class cern.colt.list.LongArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ObjectProcedure) - Method in class cern.colt.list.ObjectArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ShortProcedure) - Method in class cern.colt.list.AbstractShortList
Applies a procedure to each element of the receiver, if any.
forEach(ShortProcedure) - Method in class cern.colt.list.ShortArrayList
Applies a procedure to each element of the receiver, if any.
forEachCoordinateInState(boolean, IntIntProcedure) - Method in class cern.colt.bitvector.BitMatrix
Applies a procedure to each coordinate that holds a bit in the given state.
forEachIndexFromToInState(int, int, boolean, IntProcedure) - Method in class cern.colt.bitvector.BitVector
Applies a procedure to each bit index within the specified range that holds a bit in the given state.
forEachKey(DoubleProcedure) - Method in class cern.colt.map.AbstractDoubleIntMap
Applies a procedure to each key of the receiver, if any.
forEachKey(DoubleProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(LongProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
Applies a procedure to each key of the receiver, if any.
forEachKey(LongProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
Applies a procedure to each key of the receiver, if any.
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Assigns the result of a function to each non-zero cell; x[row,col] = function(x[row,col]).
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.AbstractDoubleIntMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntIntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntIntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntObjectProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntObjectProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(LongObjectProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(LongObjectProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
fork() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask
Arrange for execution of a strictly dependent task.
form(char) - Method in class corejava.Format
Formats a character into a string (like sprintf in C)
form(double) - Method in interface cern.colt.matrix.impl.Former
Formats a double into a string (like sprintf in C).
form(double) - Method in class corejava.Format
Formats a double into a string (like sprintf in C)
form(long) - Method in class corejava.Format
Formats a long integer into a string (like sprintf in C)
form(String) - Method in class corejava.Format
Formats a string into a larger string (like sprintf in C)
Format - class corejava.Format.
A class for formatting numbers that follows printf conventions.
format(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representations of all cells; no alignment considered.
Format(String) - Constructor for class corejava.Format
Constructs and returns a new format instance.
Formatter - class cern.colt.matrix.doublealgo.Formatter.
Flexible, well human readable matrix print formatting; By default decimal point aligned.
Formatter - class cern.colt.matrix.objectalgo.Formatter.
Flexible, well human readable matrix print formatting.
Formatter() - Constructor for class cern.colt.matrix.doublealgo.Formatter
Constructs and returns a matrix formatter with format "%G".
Formatter() - Constructor for class cern.colt.matrix.objectalgo.Formatter
Constructs and returns a matrix formatter with alignment LEFT.
Formatter(String) - Constructor for class cern.colt.matrix.doublealgo.Formatter
Constructs and returns a matrix formatter.
Formatter(String) - Constructor for class cern.colt.matrix.objectalgo.Formatter
Constructs and returns a matrix formatter.
Former - interface cern.colt.matrix.impl.Former.
Formats a double into a string (like sprintf in C).
FormerFactory - class cern.colt.matrix.impl.FormerFactory.
Factory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
FormerFactory() - Constructor for class cern.colt.matrix.impl.FormerFactory
 
Fraction - class edu.oswego.cs.dl.util.concurrent.misc.Fraction.
An immutable class representing fractions as pairs of longs.
Fraction(Fraction) - Constructor for class edu.oswego.cs.dl.util.concurrent.misc.Fraction
Create a fraction with the same value as Fraction f
Fraction(long, long) - Constructor for class edu.oswego.cs.dl.util.concurrent.misc.Fraction
Create a Fraction equal in value to num / den
frequencies(DoubleArrayList, DoubleArrayList, IntArrayList) - Static method in class cern.jet.stat.Descriptive
Computes the frequency (number of occurances, count) of each distinct value in the given sorted data.
frequencies(DoubleArrayList, IntArrayList) - Method in class hep.aida.bin.DynamicBin1D
Computes the frequency (number of occurances, count) of each distinct element.
functions - Static variable in class cern.jet.math.Functions
Little trick to allow for "aliasing", that is, renaming this class.
functions - Static variable in class hep.aida.bin.BinFunctions1D
Little trick to allow for "aliasing", that is, renaming this class.
Functions - class cern.jet.math.Functions.
Function objects to be passed to generic methods.
FutureResult - class edu.oswego.cs.dl.util.concurrent.FutureResult.
A class maintaining a single reference variable serving as the result of an operation.
FutureResult() - Constructor for class edu.oswego.cs.dl.util.concurrent.FutureResult
Create an initially unset FutureResult

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.