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

P

p1evl(double, double[], int) - Static method in class cern.jet.math.Polynomial
Evaluates the given polynomial of degree N at x.
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsSortedByKey(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByValue(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
pairsSortedByValue(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
par(FJTask[]) - Static method in class edu.oswego.cs.dl.util.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke the tasks in the tasks array in parallel using coInvoke
par(FJTask, FJTask) - Static method in class edu.oswego.cs.dl.util.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke task1 and task2, in parallel
part(int, int, int, int) - Method in class cern.colt.bitvector.BitMatrix
Constructs and returns a new matrix with width columns and height rows which is a copy of the contents of the given box.
partFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.bitvector.BitVector
Constructs and returns a new bit vector which is a copy of the given range.
partFromTo(int, int, BitVector, int, long[], int) - Method in class cern.colt.list.MinMaxNumberList
Copies all elements between index from (inclusive) and to (inclusive) into part, starting at index partFrom within part.
partial_sort_copy(byte[], byte[], int, int, int, int) - Static method in class jal.BYTE.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(byte[], byte[], int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(char[], char[], int, int, int, int) - Static method in class jal.CHAR.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(char[], char[], int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(double[], double[], int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(double[], double[], int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(float[], float[], int, int, int, int) - Static method in class jal.FLOAT.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(float[], float[], int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(int[], int[], int, int, int, int) - Static method in class jal.INT.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(int[], int[], int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(long[], long[], int, int, int, int) - Static method in class jal.LONG.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(long[], long[], int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(Object[], Object[], int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(short[], short[], int, int, int, int) - Static method in class jal.SHORT.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(short[], short[], int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(String[], String[], int, int, int, int) - Static method in class jal.String.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort_copy(String[], String[], int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Copies the first N sorted elements from one range into another, where N is the length of the smaller of the two ranges.
partial_sort(byte[], int, int, int) - Static method in class jal.BYTE.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(byte[], int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(char[], int, int, int) - Static method in class jal.CHAR.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(char[], int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(double[], int, int, int) - Static method in class jal.DOUBLE.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(double[], int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(float[], int, int, int) - Static method in class jal.FLOAT.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(float[], int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(int[], int, int, int) - Static method in class jal.INT.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(int[], int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(long[], int, int, int) - Static method in class jal.LONG.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(long[], int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(Object[], int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(short[], int, int, int) - Static method in class jal.SHORT.Sorting
Partially sorts a range by arithmetic comparison: places the first middle-first elements in the range [first, middle).
partial_sort(short[], int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sort(String[], int, int, int) - Static method in class jal.String.Sorting
Partially sorts a range by alphabetical order: places the first middle-first elements in the range [first, middle).
partial_sort(String[], int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Partially sorts a range by a user-supplied comparison function: places the first middle-first elements in the range [first, middle).
partial_sum(byte[], byte[], int, int, int) - Static method in class jal.BYTE.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(byte[], byte[], int, int, int, BinaryOperator) - Static method in class jal.BYTE.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(char[], char[], int, int, int) - Static method in class jal.CHAR.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(char[], char[], int, int, int, BinaryOperator) - Static method in class jal.CHAR.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(double[], double[], int, int, int) - Static method in class jal.DOUBLE.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(double[], double[], int, int, int, BinaryOperator) - Static method in class jal.DOUBLE.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(float[], float[], int, int, int) - Static method in class jal.FLOAT.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(float[], float[], int, int, int, BinaryOperator) - Static method in class jal.FLOAT.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(int[], int[], int, int, int) - Static method in class jal.INT.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(int[], int[], int, int, int, BinaryOperator) - Static method in class jal.INT.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(long[], long[], int, int, int) - Static method in class jal.LONG.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(long[], long[], int, int, int, BinaryOperator) - Static method in class jal.LONG.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(Object[], Object[], int, int, int, BinaryOperator) - Static method in class jal.Object.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(short[], short[], int, int, int) - Static method in class jal.SHORT.Numeric
Computes the partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(short[], short[], int, int, int, BinaryOperator) - Static method in class jal.SHORT.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
partial_sum(String[], String[], int, int, int, BinaryOperator) - Static method in class jal.String.Numeric
Computes the generalized partial sums of elements in an input range and assigns them to elements in an output range.
parties() - Method in class edu.oswego.cs.dl.util.concurrent.Rendezvous
 
parties() - Method in class edu.oswego.cs.dl.util.concurrent.CyclicBarrier
 
parties() - Method in interface edu.oswego.cs.dl.util.concurrent.Barrier
Return the number of parties that must meet per barrier point.
partition(byte[], int, int, Predicate) - Static method in class jal.BYTE.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(char[], int, int, Predicate) - Static method in class jal.CHAR.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that it partitions double[] rather than int[] arrays.
partition(double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it partitions double[] rather than int[] arrays.
partition(double[], int, int, Predicate) - Static method in class jal.DOUBLE.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(DoubleArrayList, int, int, DoubleArrayList, IntArrayList) - Static method in class cern.colt.Partitioning
Equivalent to partition(list.elements(), from, to, splitters.elements(), 0, splitters.size()-1, splitIndexes.elements()).
partition(DoubleMatrix2D, int[], int, int, int, double[], int, int, int[]) - Static method in class cern.colt.matrix.doublealgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(DoubleMatrix2D, int, double[], int[]) - Static method in class cern.colt.matrix.doublealgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(float[], int, int, Predicate) - Static method in class jal.FLOAT.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(int[], int, int, int) - Static method in class cern.colt.Partitioning
Partitions (partially sorts) the given list such that all elements falling into the given interval are placed next to each other.
partition(int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Partitions (partially sorts) the given list such that all elements falling into some intervals are placed next to each other.
partition(int[], int, int, Predicate) - Static method in class jal.INT.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(IntArrayList, int, int, IntArrayList, IntArrayList) - Static method in class cern.colt.Partitioning
Equivalent to partition(list.elements(), from, to, splitters.elements(), 0, splitters.size()-1, splitIndexes.elements()).
partition(long[], int, int, Predicate) - Static method in class jal.LONG.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(Object[], int, int, Object[], int, int, int[], Comparator) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it partitions Object[] rather than int[] arrays.
partition(Object[], int, int, Object, Comparator) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that it synchronously partitions the objects of the given list by the order of the given comparator.
partition(Object[], int, int, Predicate) - Static method in class jal.Object.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(ObjectMatrix2D, int[], int, int, int, Object[], int, int, int[]) - Static method in class cern.colt.matrix.objectalgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int, Object[], int[]) - Static method in class cern.colt.matrix.objectalgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(short[], int, int, Predicate) - Static method in class jal.SHORT.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
partition(String[], int, int, Predicate) - Static method in class jal.String.Modification
Rearranges elements in a range such that all elements that satisfy a condition are placed before all elements that do not satisfy it.
Partitioning - class cern.colt.Partitioning.
Given some interval boundaries, partitions arrays such that all elements falling into an interval are placed next to each other.
Partitioning - class cern.colt.matrix.doublealgo.Partitioning.
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
Partitioning - class cern.colt.matrix.objectalgo.Partitioning.
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
pascal - Static variable in class cern.clhep.Units
 
pdf(double) - Method in class cern.jet.random.Empirical
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.StudentT
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Exponential
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.ChiSquare
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Gamma
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Normal
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Beta
Returns the cumulative distribution function.
pdf(double) - Method in class cern.jet.random.Uniform
Returns the probability distribution function (assuming a continous uniform distribution).
pdf(int) - Method in class cern.jet.random.NegativeBinomial
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.EmpiricalWalker
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Binomial
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.HyperGeometric
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Poisson
Returns the probability distribution function.
peek() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedPriorityQueue
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.Slot
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.WaitFreeQueue
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.Heap
Return least element without removing it, or null if empty
peek() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedBuffer
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronousChannel
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
peek() - Method in class edu.oswego.cs.dl.util.concurrent.FutureResult
Access the reference, even if not ready
peek() - Method in interface edu.oswego.cs.dl.util.concurrent.Channel
Return, but do not remove object at head of Channel, or null if it is empty.
perCent - Static variable in class cern.clhep.Units
 
percentFromTo(float, float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the percentage of elements in the range (from,to].
perMillion - Static variable in class cern.clhep.Units
 
permits() - Method in class edu.oswego.cs.dl.util.concurrent.Semaphore
Return the current number of available permits.
permutation(long, int) - Static method in class cern.colt.GenericPermuting
Returns the p-th permutation of the sequence [0,1,...,N-1].
permute(DoubleMatrix1D, int[], double[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given vector A such that it is permuted as specified; Useful for pivoting.
permute(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new row and column permuted selection view of matrix A; equivalent to DoubleMatrix2D.viewSelection(int[],int[]).
permute(int[], int[]) - Static method in class cern.colt.GenericPermuting
A non-generic variant of reordering, specialized for int[], same semantics.
permute(int[], Swapper, int[]) - Static method in class cern.colt.GenericPermuting
Deprecated.  
permute(int[], Swapper, int[], int[]) - Static method in class cern.colt.GenericPermuting
Generically reorders arbitrary shaped generic data g such that g[i] == g[indexes[i]].
permute(Object[], int[]) - Static method in class cern.colt.GenericPermuting
A non-generic variant of reordering, specialized for Object[], same semantics.
permuteColumns(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given matrix A such that it's columns are permuted as specified; Useful for pivoting.
permuteRows(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given matrix A such that it's rows are permuted as specified; Useful for pivoting.
PersistentObject - class cern.colt.PersistentObject.
This empty class is the common root for all persistent capable classes.
perThousand - Static variable in class cern.clhep.Units
 
petaelectronvolt - Static variable in class cern.clhep.Units
 
PeV - Static variable in class cern.clhep.Units
 
phi(double) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns how many percent of the elements contained in the receiver are <= element.
phi(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns how many percent of the elements contained in the receiver are <= element.
physicalConstants - Static variable in class cern.clhep.PhysicalConstants
Little trick to allow for "aliasing", that is, renaming this class.
PhysicalConstants - class cern.clhep.PhysicalConstants.
High Energy Physics coherent Physical Constants.
pi - Static variable in class cern.clhep.PhysicalConstants
 
pi2 - Static variable in class cern.clhep.PhysicalConstants
 
picobarn - Static variable in class cern.clhep.Units
 
picofarad - Static variable in class cern.clhep.Units
 
picosecond - Static variable in class cern.clhep.Units
 
plus - Static variable in class cern.jet.math.Functions
Function that returns a + b.
plus - Static variable in class cern.jet.math.IntFunctions
Function that returns a + b.
plus(Complex) - Method in class com.imsl.math.Complex
Returns the sum of this Complex and another Complex, this+y.
plus(Complex, Complex) - Static method in class com.imsl.math.Complex
Returns the sum of two Complex objects, x+y.
plus(Complex, double) - Static method in class com.imsl.math.Complex
Returns the sum of a Complex and a double, x+y.
plus(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a + b.
plus(double) - Method in class com.imsl.math.Complex
Returns the sum of this Complex a double, this+y.
plus(double, Complex) - Static method in class com.imsl.math.Complex
Returns the sum of a double and a Complex, x+y.
plus(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + s <=> A[i] = A[i] + s.
plus(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B <=> A[i] = A[i] + B[i].
plus(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + s <=> A[row,col] = A[row,col] + s.
plus(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B <=> A[row,col] = A[row,col] + B[row,col].
plus(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a + b.
plus(Timer) - Method in class cern.colt.Timer
T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
plusAbs - Static variable in class cern.jet.math.Functions
Function that returns Math.abs(a) + Math.abs(b).
plusDiv(double) - Static method in class cern.jet.math.PlusMult
a + b/constant.
PlusMult - class cern.jet.math.PlusMult.
Only for performance tuning of compute intensive linear algebraic computations.
plusMult(double) - Static method in class cern.jet.math.PlusMult
a + b*constant.
plusMult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a + b*constant.
plusMult(DoubleMatrix1D, DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B*s<=> A[i] = A[i] + B[i]*s.
plusMult(DoubleMatrix2D, DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B*s <=> A[row,col] = A[row,col] + B[row,col]*s.
plusReverse(double) - Method in class com.imsl.math.Complex
Returns the sum of this Complex and a double, x+this.
Poisson - class cern.jet.random.Poisson.
Poisson distribution (quick); See the math definition and animated definition.
Poisson(double, RandomElement) - Constructor for class cern.jet.random.Poisson
Constructs a poisson distribution.
poisson(int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the first k terms of the Poisson distribution.
poissonComplemented(int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 to Infinity of the Poisson distribution.
PoissonSlow - class cern.jet.random.PoissonSlow.
Poisson distribution; See the math definition and animated definition.
PoissonSlow(double, RandomElement) - Constructor for class cern.jet.random.PoissonSlow
Constructs a poisson distribution.
polevl(double, double[], int) - Static method in class cern.jet.math.Polynomial
Evaluates the given polynomial of degree N at x.
poll(long) - Method in class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
 
poll(long) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
 
poll(long) - Method in interface edu.oswego.cs.dl.util.concurrent.Takable
Return and remove an item from channel only if one is available within msecs milliseconds.
poll(long) - Method in class edu.oswego.cs.dl.util.concurrent.WaitFreeQueue
Spin until poll returns a non-null value or time elapses.
poll(long) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedBuffer
 
poll(long) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronousChannel
 
poll(long) - Method in class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
poll(long) - Method in interface edu.oswego.cs.dl.util.concurrent.Channel
Return and remove an item from channel only if one is available within msecs milliseconds.
Polynomial - class cern.jet.math.Polynomial.
Polynomial functions.
PooledExecutor - class edu.oswego.cs.dl.util.concurrent.PooledExecutor.
A tunable, extensible thread pool class.
PooledExecutor() - Constructor for class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Create a new pool with all default settings
PooledExecutor(Channel) - Constructor for class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Create a new pool that uses the supplied Channel for queuing, and with all default parameter settings.
PooledExecutor(Channel, int) - Constructor for class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Create a new pool that uses the supplied Channel for queuing, and with all default parameter settings except for maximum pool size.
PooledExecutor(int) - Constructor for class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Create a new pool with all default settings except for maximum pool size.
pooledMean(int, double, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the pooled mean of two data sequences.
pooledVariance(int, double, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the pooled variance of two data sequences.
pop_heap(byte[], int, int) - Static method in class jal.BYTE.Sorting
Removes the largest element from a heap.
pop_heap(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Removes the largest element from a heap.
pop_heap(char[], int, int) - Static method in class jal.CHAR.Sorting
Removes the largest element from a heap.
pop_heap(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Removes the largest element from a heap.
pop_heap(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Removes the largest element from a heap.
pop_heap(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Removes the largest element from a heap.
pop_heap(float[], int, int) - Static method in class jal.FLOAT.Sorting
Removes the largest element from a heap.
pop_heap(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Removes the largest element from a heap.
pop_heap(int[], int, int) - Static method in class jal.INT.Sorting
Removes the largest element from a heap.
pop_heap(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Removes the largest element from a heap.
pop_heap(long[], int, int) - Static method in class jal.LONG.Sorting
Removes the largest element from a heap.
pop_heap(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Removes the largest element from a heap.
pop_heap(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Removes the largest element from a heap.
pop_heap(short[], int, int) - Static method in class jal.SHORT.Sorting
Removes the largest element from a heap.
pop_heap(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Removes the largest element from a heap.
pop_heap(String[], int, int) - Static method in class jal.String.Sorting
Removes the largest element from a heap.
pop_heap(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Removes the largest element from a heap.
pow - Static variable in class cern.jet.math.Functions
Function that returns Math.pow(a,b).
pow - Static variable in class cern.jet.math.IntFunctions
Function that returns (int) Math.pow(a,b).
pow(Complex, Complex) - Static method in class com.imsl.math.Complex
Returns the Complex x raised to the Complex y power.
pow(Complex, double) - Static method in class com.imsl.math.Complex
Returns the Complex z raised to the x power, with a branch cut for the first parameter (z) along the negative real axis.
pow(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.pow(a,b).
pow(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = As <=> A[i] = Math.pow(A[i], s).
pow(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = AB <=> A[i] = Math.pow(A[i], B[i]).
pow(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = As <=> A[row,col] = Math.pow(A[row,col], s).
pow(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = AB <=> A[row,col] = Math.pow(A[row,col], B[row,col]).
pow(DoubleMatrix2D, int) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
pow(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns (int) Math.pow(a,b).
powlaw(double, double) - Method in class edu.cornell.lassp.houle.RngPack.RandomElement
generate a power-law distribution with exponent alpha and lower cutoff cut
Predicate - interface jal.BYTE.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.CHAR.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.DOUBLE.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.FLOAT.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.INT.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.LONG.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.Object.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.SHORT.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
Predicate - interface jal.String.Predicate.
Interface that represents a function object: a predicate that returns true or false depending on whether its argument satisfies some condition.
prev_permutation(byte[], int, int) - Static method in class jal.BYTE.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(char[], int, int) - Static method in class jal.CHAR.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(float[], int, int) - Static method in class jal.FLOAT.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(int[], int, int) - Static method in class jal.INT.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(long[], int, int) - Static method in class jal.LONG.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(short[], int, int) - Static method in class jal.SHORT.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(String[], int, int) - Static method in class jal.String.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
prev_permutation(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Transforms a range of elements into the previous permutation of those elements, where the previous permutation is defined by a lexicographical ordering of the set of all permutations.
previous() - Method in class edu.oswego.cs.dl.util.concurrent.SyncList.SyncCollectionListIterator
 
previousIndex() - Method in class edu.oswego.cs.dl.util.concurrent.SyncList.SyncCollectionListIterator
 
PrimeFinder - class cern.colt.map.PrimeFinder.
Not of interest for users; only for implementors of hashtables.
print(int) - Method in class cern.jet.random.engine.RandomSeedGenerator
Prints the next size generated seeds.
print(PrintStream, String, char) - Static method in class corejava.Format
prints a formatted number following printf conventions
print(PrintStream, String, double) - Static method in class corejava.Format
prints a formatted number following printf conventions
print(PrintStream, String, long) - Static method in class corejava.Format
prints a formatted number following printf conventions
print(PrintStream, String, String) - Static method in class corejava.Format
prints a formatted number following printf conventions
PrioritySemaphore - class edu.oswego.cs.dl.util.concurrent.PrioritySemaphore.
A Semaphore that grants requests to threads with higher Thread priority rather than lower priority when there is contention.
PrioritySemaphore(long) - Constructor for class edu.oswego.cs.dl.util.concurrent.PrioritySemaphore
Create a Semaphore with the given initial number of permits.
Probability - class cern.jet.stat.Probability.
Custom tailored numerical integration of certain probability distributions.
product() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the product, which is Prod( x[i] ).
product(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the product of a data sequence, which is Prod( data[i] ).
product(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the product, which is Prod( data[i] ).
projectionX() - Method in interface hep.aida.IHistogram2D
Create a projection parallel to the X axis.
projectionXY() - Method in interface hep.aida.IHistogram3D
Create a projection parallel to the XY plane.
projectionXZ() - Method in interface hep.aida.IHistogram3D
Create a projection parallel to the XZ plane.
projectionY() - Method in interface hep.aida.IHistogram2D
Create a projection parallel to the Y axis.
projectionYZ() - Method in interface hep.aida.IHistogram3D
Create a projection parallel to the YZ plane.
Property - class cern.colt.matrix.linalg.Property.
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
property() - Method in class cern.colt.matrix.linalg.Algebra
Returns the property object attached to this Algebra, defining tolerance.
Property(double) - Constructor for class cern.colt.matrix.linalg.Property
Constructs an instance with a tolerance of Math.abs(newTolerance).
PropertyChangeMulticaster - class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster.
This class is interoperable with java.beans.PropertyChangeSupport, but relies on a streamlined copy-on-write scheme similar to that used in CopyOnWriteArrayList.
PropertyChangeMulticaster(Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.PropertyChangeMulticaster
Constructs a PropertyChangeMulticaster object.
proton_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
push_heap(byte[], int, int) - Static method in class jal.BYTE.Sorting
Adds an element to a heap.
push_heap(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Adds an element to a heap.
push_heap(char[], int, int) - Static method in class jal.CHAR.Sorting
Adds an element to a heap.
push_heap(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Adds an element to a heap.
push_heap(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Adds an element to a heap.
push_heap(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Adds an element to a heap.
push_heap(float[], int, int) - Static method in class jal.FLOAT.Sorting
Adds an element to a heap.
push_heap(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Adds an element to a heap.
push_heap(int[], int, int) - Static method in class jal.INT.Sorting
Adds an element to a heap.
push_heap(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Adds an element to a heap.
push_heap(long[], int, int) - Static method in class jal.LONG.Sorting
Adds an element to a heap.
push_heap(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Adds an element to a heap.
push_heap(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Adds an element to a heap.
push_heap(short[], int, int) - Static method in class jal.SHORT.Sorting
Adds an element to a heap.
push_heap(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Adds an element to a heap.
push_heap(String[], int, int) - Static method in class jal.String.Sorting
Adds an element to a heap.
push_heap(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Adds an element to a heap.
put(double, int) - Method in class cern.colt.map.AbstractDoubleIntMap
Associates the given key with the given value.
put(double, int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Associates the given key with the given value.
put(int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bit with index bitIndex to the state specified by value.
put(int, double) - Method in class cern.colt.map.AbstractIntDoubleMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.AbstractIntIntMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.OpenIntIntHashMap
Associates the given key with the given value.
put(int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bit at the specified coordinate to the state specified by value.
put(int, Object) - Method in class cern.colt.map.AbstractIntObjectMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Associates the given key with the given value.
put(long[], int, boolean) - Static method in class cern.colt.bitvector.QuickBitVector
Sets the bit with index bitIndex in the bitvector bits to the state specified by value.
put(long, Object) - Method in class cern.colt.map.AbstractLongObjectMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Associates the given key with the given value.
put(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
 
put(Object) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
 
put(Object) - Method in interface edu.oswego.cs.dl.util.concurrent.Puttable
Place item in the channel, possibly waiting indefinitely until it can be accepted.
put(Object) - Method in class edu.oswego.cs.dl.util.concurrent.WaitFreeQueue
 
put(Object) - Method in class edu.oswego.cs.dl.util.concurrent.BoundedBuffer
 
put(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SynchronousChannel
 
put(Object) - Method in class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
put(Object) - Method in interface edu.oswego.cs.dl.util.concurrent.Channel
Place item in the channel, possibly waiting indefinitely until it can be accepted.
put(Object, Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
 
putAll(Map) - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
 
putLongFromTo(long[], long, int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Sets bits of a bitvector from index from to index to to the bits of value.
putLongFromTo(long, int, int) - Method in class cern.colt.bitvector.BitVector
Sets bits of the receiver from index from to index to to the bits of value.
putQuick(int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bit with index bitIndex to the state specified by value; WARNING: Does not check preconditions.
putQuick(int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bit at the specified coordinate to the state specified by value; WARNING: Does not check preconditions.
Puttable - interface edu.oswego.cs.dl.util.concurrent.Puttable.
This interface exists to enable stricter type checking for channels.

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