Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractParallelAnyArray - Class in extra166y
-
Abstract class serving as the basis of parallel array classes across types.
- add(K) - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Adds the specified element to this set if there is not already an element equivalent to the given element with respect to this set's Equivalence.
- addAll(double[]) - Method in class extra166y.ParallelDoubleArray
-
Equivalent to asList().addAll but specialized for array arguments and likely to be more efficient.
- addAll(long[]) - Method in class extra166y.ParallelLongArray
-
Equivalent to asList().addAll but specialized for array arguments and likely to be more efficient.
- addAll(ParallelArrayWithMapping<V, T>) - Method in class extra166y.ParallelArray
-
Appends all (possibly bounded, filtered, or mapped) elements of the given ParallelArray, resizing and/or reallocating this array if necessary.
- addAll(ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Appends all (possibly bounded, filtered, or mapped) elements of the given ParallelDoubleArray, resizing and/or reallocating this array if necessary.
- addAll(ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Appends all (possibly bounded, filtered, or mapped) elements of the given ParallelDoubleArray, resizing and/or reallocating this array if necessary.
- addAll(T[]) - Method in class extra166y.ParallelArray
-
Equivalent to asList().addAll but specialized for array arguments and likely to be more efficient.
- all() - Method in class extra166y.ParallelArray
-
Returns a new ParallelArray holding all elements
- all() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns a new ParallelDoubleArray holding mappings
- all() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns a new ParallelLongArray holding mappings
- all() - Method in class extra166y.ParallelArrayWithMapping
-
Returns a new ParallelArray holding elements
- all() - Method in class extra166y.ParallelDoubleArray
-
Returns a new ParallelDoubleArray holding all elements
- all() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns a new ParallelDoubleArray holding elements
- all() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns a new ParallelLongArray holding mappings
- all() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns a new ParallelArray holding elements
- all() - Method in class extra166y.ParallelLongArray
-
Returns a new ParallelLongArray holding all elements
- all() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns a new ParallelDoubleArray holding mappings
- all() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns a new ParallelLongArray holding elements
- all() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns a new ParallelArray holding mapped elements
- all(Class<? super T>) - Method in class extra166y.ParallelArray
-
Returns a new ParallelArray with the given element type holding all elements
- all(Class<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns a new ParallelArray with the given element type holding elements
- all(Class<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns a new ParallelArray with the given element type holding elements
- all(Class<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns a new ParallelArray with the given element type holding all elements
- allNonidenticalElements() - Method in class extra166y.ParallelArray
-
Returns a new ParallelArray containing only the non-null unique elements of this array (that is, without any duplicates), using reference identity to test for duplication.
- allNonidenticalElements() - Method in class extra166y.ParallelArrayWithFilter
-
Returns a new ParallelArray containing only non-null unique elements (that is, without any duplicates).
- allUniqueElements() - Method in class extra166y.ParallelArray
-
Returns a new ParallelArray containing only the non-null unique elements of this array (that is, without any duplicates), using each element's equals method to test for duplication.
- allUniqueElements() - Method in class extra166y.ParallelArrayWithFilter
-
Returns a new ParallelArray containing only non-null unique elements (that is, without any duplicates).
- allUniqueElements() - Method in class extra166y.ParallelDoubleArray
-
Returns a new ParallelDoubleArray containing only the unique elements of this array (that is, without any duplicates).
- allUniqueElements() - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Returns a new ParallelDoubleArray containing only unique elements (that is, without any duplicates).
- allUniqueElements() - Method in class extra166y.ParallelLongArray
-
Returns a new ParallelLongArray containing only the unique elements of this array (that is, without any duplicates).
- allUniqueElements() - Method in class extra166y.ParallelLongArrayWithFilter
-
Returns a new ParallelLongArray containing only unique elements (that is, without any duplicates).
- andPredicate(Ops.DoublePredicate, Ops.DoublePredicate) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the conjunction of its contained predicates
- andPredicate(Ops.LongPredicate, Ops.LongPredicate) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the conjunction of its contained predicates
- andPredicate(Ops.Predicate<S>, Ops.Predicate<? super T>) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the conjunction of its contained predicates
- any() - Method in class extra166y.ParallelArrayWithMapping
-
Returns some element matching bound and filter constraints, or null if none.
- any() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns mapping of some element matching bound and filter constraints, or null if none.
- any() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns mapping of some element matching bound and filter constraints, or null if none.
- anyIndex() - Method in class extra166y.AbstractParallelAnyArray
-
Returns the index of some element matching bound and filter constraints, or -1 if none.
- apply(Ops.DoubleProcedure) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Applies the given procedure
- apply(Ops.DoubleProcedure) - Method in class extra166y.ParallelDoubleArray
-
Applies the given procedure to elements
- apply(Ops.DoubleProcedure) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Applies the given procedure to elements
- apply(Ops.DoubleProcedure) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Applies the given procedure
- apply(Ops.LongProcedure) - Method in class extra166y.ParallelArrayWithLongMapping
-
Applies the given procedure
- apply(Ops.LongProcedure) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Applies the given procedure
- apply(Ops.LongProcedure) - Method in class extra166y.ParallelLongArray
-
Applies the given procedure to elements
- apply(Ops.LongProcedure) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Applies the given procedure to elements
- apply(Ops.Procedure<? super T>) - Method in class extra166y.ParallelArray
-
Applies the given procedure to elements
- apply(Ops.Procedure<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Applies the given procedure to elements
- apply(Ops.Procedure<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Applies the given procedure to mapped elements
- apply(Ops.Procedure<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Applies the given procedure to mapped elements
- asList() - Method in class extra166y.ParallelArray
-
Returns a view of this ParallelArray as a List.
- asList() - Method in class extra166y.ParallelDoubleArray
-
Returns a view of this ParallelDoubleArray as a List.
- asList() - Method in class extra166y.ParallelLongArray
-
Returns a view of this ParallelLongArray as a List.
- average() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the arithmetic average of all elements
- average() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the arithmetic average of all elements
B
- binarySearch(double) - Method in class extra166y.ParallelDoubleArray
-
Assuming this array is sorted, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(double) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Assuming this array is sorted, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(double, Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Assuming this array is sorted with respect to the given comparator, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(double, Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Assuming this array is sorted with respect to the given comparator, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(long) - Method in class extra166y.ParallelLongArray
-
Assuming this array is sorted, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(long) - Method in class extra166y.ParallelLongArrayWithBounds
-
Assuming this array is sorted, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(long, Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Assuming this array is sorted with respect to the given comparator, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(long, Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithBounds
-
Assuming this array is sorted with respect to the given comparator, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(T) - Method in class extra166y.ParallelArray
-
Assuming this array is sorted, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(T) - Method in class extra166y.ParallelArrayWithBounds
-
Assuming this array is sorted, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(T, Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Assuming this array is sorted with respect to the given comparator, returns the index of an element equal to given target, or -1 if not present.
- binarySearch(T, Comparator<? super T>) - Method in class extra166y.ParallelArrayWithBounds
-
Assuming this array is sorted with respect to the given comparator, returns the index of an element equal to given target, or -1 if not present.
C
- castedComparator() - Static method in class extra166y.CommonOps
-
Returns a Comparator that casts its arguments as Comparable on each comparison, throwing ClassCastException on failure.
- castedMaxReducer() - Static method in class extra166y.CommonOps
-
Returns a reducer returning maximum of two values, or null if both arguments are null, and that casts its arguments as Comparable on each comparison, throwing ClassCastException on failure.
- castedMinReducer() - Static method in class extra166y.CommonOps
-
Returns a reducer returning minimum of two values, or null if both arguments are null, and that casts its arguments as Comparable on each comparison, throwing ClassCastException on failure.
- clear() - Method in class extra166y.CustomConcurrentHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Removes all of the elements from this set.
- CommonOps - Class in extra166y
-
A collection of static factory methods providing commonly useful implementations of operations.
- compare(double, double) - Method in interface extra166y.Ops.DoubleComparator
- compare(int, int) - Method in interface extra166y.Ops.IntComparator
- compare(long, long) - Method in interface extra166y.Ops.LongComparator
- compoundOp(Ops.DoubleOp, Ops.DoubleOp) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleOp, Ops.DoubleToLong) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleOp, Ops.DoubleToObject<? extends T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleToLong, Ops.LongOp) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleToLong, Ops.LongToDouble) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleToLong, Ops.LongToObject<? extends T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleToObject<? extends T>, Ops.ObjectToDouble<? super T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleToObject<? extends T>, Ops.ObjectToLong<? super T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.DoubleToObject<? extends T>, Ops.Op<? super T, ? extends V>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongOp, Ops.LongOp) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongOp, Ops.LongToDouble) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongOp, Ops.LongToObject<? extends T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongToDouble, Ops.DoubleOp) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongToDouble, Ops.DoubleToLong) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongToDouble, Ops.DoubleToObject<? extends T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongToObject<? extends T>, Ops.ObjectToDouble<? super T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongToObject<? extends T>, Ops.ObjectToLong<? super T>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.LongToObject<? extends T>, Ops.Op<? super T, ? extends V>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.ObjectToDouble<? super T>, Ops.DoubleOp) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.ObjectToDouble<? super T>, Ops.DoubleToLong) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.ObjectToDouble<? super T>, Ops.DoubleToObject<? extends V>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.ObjectToLong<? super T>, Ops.LongOp) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.ObjectToLong<? super T>, Ops.LongToDouble) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.ObjectToLong<? super T>, Ops.LongToObject<? extends V>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.Op<? super T, ? extends U>, Ops.ObjectToDouble<? super U>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.Op<? super T, ? extends U>, Ops.ObjectToLong<? super U>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compoundOp(Ops.Op<? super T, ? extends U>, Ops.Op<? super U, ? extends V>) - Static method in class extra166y.CommonOps
-
Returns a composite mapper that applies a second mapper to the results of applying the first one
- compute(K, CustomConcurrentHashMap.RemappingFunction<? super K, V>) - Method in class extra166y.CustomConcurrentHashMap
-
Updates the mapping for the given key with the result of the given remappingFunction.
- computeIfAbsent(K, CustomConcurrentHashMap.MappingFunction<? super K, ? extends V>) - Method in class extra166y.CustomConcurrentHashMap
-
If the specified key is not already associated with a value, computes its value using the given mappingFunction, and if non-null, enters it into the map.
- contains(Object) - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Returns true if this set contains an element equivalent to the given element with respect to this set's Equivalence.
- containsKey(Object) - Method in class extra166y.CustomConcurrentHashMap
-
Returns true if this map contains a key equivalent to the given key with respect to this map's key Equivalence.
- containsValue(Object) - Method in class extra166y.CustomConcurrentHashMap
-
Returns true if this map maps one or more keys to a value equivalent to the given value with respect to this map's value Equivalence.
- create(int, Class<? super T>, ForkJoinPool) - Static method in class extra166y.ParallelArray
-
Creates a new ParallelArray using the given executor and an array of the given size constructed using the indicated base element type.
- create(int, ForkJoinPool) - Static method in class extra166y.ParallelDoubleArray
-
Creates a new ParallelDoubleArray using the given executor and an array of the given size
- create(int, ForkJoinPool) - Static method in class extra166y.ParallelLongArray
-
Creates a new ParallelLongArray using the given executor and an array of the given size
- createEmpty(int, Class<? super T>, ForkJoinPool) - Static method in class extra166y.ParallelArray
-
Creates a new ParallelArray using the given executor and an array of the given size constructed using the indicated base element type, but with an initial effective size of zero, enabling incremental insertion via
ParallelArray.asList()
operations. - createEmpty(int, ForkJoinPool) - Static method in class extra166y.ParallelDoubleArray
-
Creates a new ParallelDoubleArray using the given executor and an array of the given size, but with an initial effective size of zero, enabling incremental insertion via
ParallelDoubleArray.asList()
operations. - createEmpty(int, ForkJoinPool) - Static method in class extra166y.ParallelLongArray
-
Creates a new ParallelLongArray using the given executor and an array of the given size, but with an initial effective size of zero, enabling incremental insertion via
ParallelLongArray.asList()
operations. - createFromCopy(double[], ForkJoinPool) - Static method in class extra166y.ParallelDoubleArray
-
Creates a new ParallelDoubleArray using the given executor and initially holding copies of the given source elements.
- createFromCopy(int, double[], ForkJoinPool) - Static method in class extra166y.ParallelDoubleArray
-
Creates a new ParallelDoubleArray using an array of the given size, initially holding copies of the given source truncated or padded with zeros to obtain the specified length.
- createFromCopy(int, long[], ForkJoinPool) - Static method in class extra166y.ParallelLongArray
-
Creates a new ParallelLongArray using an array of the given size, initially holding copies of the given source truncated or padded with zeros to obtain the specified length.
- createFromCopy(int, T[], ForkJoinPool) - Static method in class extra166y.ParallelArray
-
Creates a new ParallelArray using an array of the given size, initially holding copies of the given source truncated or padded with nulls to obtain the specified length.
- createFromCopy(long[], ForkJoinPool) - Static method in class extra166y.ParallelLongArray
-
Creates a new ParallelLongArray using the given executor and initially holding copies of the given source elements.
- createFromCopy(T[], ForkJoinPool) - Static method in class extra166y.ParallelArray
-
Creates a new ParallelArray using the given executor and initially holding copies of the given source elements.
- createUsingHandoff(double[], ForkJoinPool) - Static method in class extra166y.ParallelDoubleArray
-
Creates a new ParallelDoubleArray initially using the given array and executor.
- createUsingHandoff(long[], ForkJoinPool) - Static method in class extra166y.ParallelLongArray
-
Creates a new ParallelLongArray initially using the given array and executor.
- createUsingHandoff(T[], ForkJoinPool) - Static method in class extra166y.ParallelArray
-
Creates a new ParallelArray initially using the given array and executor.
- cumulate(Ops.DoubleReducer, double) - Method in class extra166y.ParallelDoubleArray
-
Replaces each element with the running cumulation of applying the given reducer.
- cumulate(Ops.DoubleReducer, double) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Replaces each element with the running cumulation of applying the given reducer.
- cumulate(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArray
-
Replaces each element with the running cumulation of applying the given reducer.
- cumulate(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArrayWithBounds
-
Replaces each element with the running cumulation of applying the given reducer.
- cumulate(Ops.Reducer<T>, T) - Method in class extra166y.ParallelArray
-
Replaces each element with the running cumulation of applying the given reducer.
- cumulate(Ops.Reducer<T>, T) - Method in class extra166y.ParallelArrayWithBounds
-
Replaces each element with the running cumulation of applying the given reducer.
- cumulateSum() - Method in class extra166y.ParallelDoubleArray
-
Replaces each element with the running sum
- cumulateSum() - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Replaces each element with the running sum
- cumulateSum() - Method in class extra166y.ParallelLongArray
-
Replaces each element with the running sum
- cumulateSum() - Method in class extra166y.ParallelLongArrayWithBounds
-
Replaces each element with the running sum
- CustomConcurrentHashMap<K,
V> - Class in extra166y -
A
invalid reference
java.util.ConcurrentMap
- CustomConcurrentHashMap() - Constructor for class extra166y.CustomConcurrentHashMap
-
Creates a new CustomConcurrentHashMap with strong keys and values, and equality-based equivalence.
- CustomConcurrentHashMap(CustomConcurrentHashMap.Strength, CustomConcurrentHashMap.Equivalence<? super K>, CustomConcurrentHashMap.Strength, CustomConcurrentHashMap.Equivalence<? super V>, int) - Constructor for class extra166y.CustomConcurrentHashMap
-
Creates a new CustomConcurrentHashMap with the given parameters
- CustomConcurrentHashMap.Equivalence<K> - Interface in extra166y
-
An object performing equality comparisons, along with a hash function consistent with this comparison.
- CustomConcurrentHashMap.KeySet<K> - Class in extra166y
-
A hash-based set with properties identical to those of
Collections.newSetFromMap
applied to aCustomConcurrentHashMap
, but possibly more space-efficient. - CustomConcurrentHashMap.MappingFunction<K,
V> - Interface in extra166y -
A function computing a mapping from the given key to a value, or
null
if there is no mapping. - CustomConcurrentHashMap.RemappingFunction<K,
V> - Interface in extra166y -
A function computing a new mapping from the given key and its current value to a new value, or
null
if there is no mapping - CustomConcurrentHashMap.Strength - Enum in extra166y
-
The strength of keys and values that may be held by maps.
D
- defaultExecutor() - Static method in class extra166y.ParallelArray
-
Returns a common default executor for use in ParallelArrays.
- defaultExecutor() - Static method in class extra166y.ParallelDoubleArray
-
Returns a common default executor for use in ParallelArrays.
- defaultExecutor() - Static method in class extra166y.ParallelLongArray
-
Returns a common default executor for use in ParallelArrays.
- doubleAdder() - Static method in class extra166y.CommonOps
-
Returns a reducer that adds two double elements
- doubleEqualityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument == the second
- doubleInequalityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument != the second
- doubleMaxReducer(Ops.DoubleComparator) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the maximum of two double elements, using the given comparator
- doubleMinReducer(Ops.DoubleComparator) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the minimum of two double elements, using the given comparator
- doubleRandom() - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values between zero and one, with the same properties as
Random.nextDouble()
- doubleRandom(double) - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values between zero and the given bound, with the same properties as
Random.nextDouble()
. - doubleRandom(double, double) - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values between the given least value (inclusive) and bound (exclusive)
E
- entrySet() - Method in class extra166y.CustomConcurrentHashMap
-
Returns a
Set
view of the mappings contained in this map. - equal(K, Object) - Method in interface extra166y.CustomConcurrentHashMap.Equivalence
-
Returns true if the given objects are considered equal.
- equalityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument equals the second
- equals(Object) - Method in class extra166y.CustomConcurrentHashMap
-
Compares the specified object with this map for equality.
- EQUALS - Static variable in class extra166y.CustomConcurrentHashMap
-
An Equivalence object performing
Object.equals(java.lang.Object)
based comparisons and usingObject.hashCode()
hashing - extra166y - package extra166y
-
Collections supporting parallel operations.
G
- get(int) - Method in class extra166y.ParallelArray
-
Returns the element of the array at the given index
- get(int) - Method in class extra166y.ParallelDoubleArray
-
Returns the element of the array at the given index
- get(int) - Method in class extra166y.ParallelLongArray
-
Returns the element of the array at the given index
- get(Object) - Method in class extra166y.CustomConcurrentHashMap
-
Returns the value associated with a key equivalent to the given key with respect to this map's key Equivalence, or
null
if no such mapping exists - getArray() - Method in class extra166y.ParallelArray
-
Returns the underlying array used for computations
- getArray() - Method in class extra166y.ParallelDoubleArray
-
Returns the underlying array used for computations
- getArray() - Method in class extra166y.ParallelLongArray
-
Returns the underlying array used for computations
- getExecutor() - Method in class extra166y.ParallelArray
-
Returns the executor used for computations
- getExecutor() - Method in class extra166y.ParallelDoubleArray
-
Returns the executor used for computations
- getExecutor() - Method in class extra166y.ParallelLongArray
-
Returns the executor used for computations
H
- hasAllEqualElements(ParallelArrayWithMapping<U, V>) - Method in class extra166y.ParallelArray
-
Returns true if all elements at the same relative positions of this and other array are equal.
- hasAllEqualElements(ParallelArrayWithMapping<U, V>) - Method in class extra166y.ParallelArrayWithFilter
-
Returns true if all elements at the same relative positions of this and other array are equal.
- hasAllEqualElements(ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns true if all elements at the same relative positions of this and other array are equal.
- hasAllEqualElements(ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Returns true if all elements at the same relative positions of this and other array are equal.
- hasAllEqualElements(ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Returns true if all elements at the same relative positions of this and other array are equal.
- hasAllEqualElements(ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithFilter
-
Returns true if all elements at the same relative positions of this and other array are equal.
- hasAllIdenticalElements(ParallelArrayWithMapping<U, V>) - Method in class extra166y.ParallelArray
-
Returns true if all elements at the same relative positions of this and other array are identical.
- hasAllIdenticalElements(ParallelArrayWithMapping<U, V>) - Method in class extra166y.ParallelArrayWithFilter
-
Returns true if all elements at the same relative positions of this and other array are identical.
- hash(Object) - Method in interface extra166y.CustomConcurrentHashMap.Equivalence
-
Returns a hash value such that equal(a, b) implies hash(a)==hash(b).
- hashCode() - Method in class extra166y.CustomConcurrentHashMap
-
Returns the sum of the hash codes of each entry in this map's entrySet() view, which in turn are the hash codes computed using key and value Equivalences for this Map.
- hashCode() - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Returns the sum of the hash codes of each element, as computed by this set's Equivalence.
I
- IDENTITY - Static variable in class extra166y.CustomConcurrentHashMap
-
An Equivalence object performing identity-based comparisons and using
System.identityHashCode(java.lang.Object)
for hashing - identityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument == the second
- indexOf(double) - Method in class extra166y.ParallelDoubleArray
-
Returns the index of some element equal to given target, or -1 if not present
- indexOf(double) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Returns the index of some element equal to given target, or -1 if not present
- indexOf(long) - Method in class extra166y.ParallelLongArray
-
Returns the index of some element equal to given target, or -1 if not present
- indexOf(long) - Method in class extra166y.ParallelLongArrayWithBounds
-
Returns the index of some element equal to given target, or -1 if not present
- indexOf(T) - Method in class extra166y.ParallelArray
-
Returns the index of some element equal to given target, or -1 if not present
- indexOf(T) - Method in class extra166y.ParallelArrayWithBounds
-
Returns the index of some element equal to given target, or -1 if not present
- indexOfMax() - Method in interface extra166y.ParallelArray.SummaryStatistics
-
Return the index of the maximum element, or -1 if empty
- indexOfMax() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the index of the maximum element, or -1 if empty
- indexOfMax() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the index of the maximum element, or -1 if empty
- indexOfMin() - Method in interface extra166y.ParallelArray.SummaryStatistics
-
Return the index of the minimum element, or -1 if empty
- indexOfMin() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the index of the minimum element, or -1 if empty
- indexOfMin() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the index of the minimum element, or -1 if empty
- inequalityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument !equals the second
- instanceofPredicate(Class) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if its argument is an instance of (see
Class.isInstance(java.lang.Object)
the given type (class). - intAdder() - Static method in class extra166y.CommonOps
-
Returns a reducer that adds two int elements
- intEqualityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument == the second
- intern(K) - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Returns an element equivalent to the given element with respect to this set's Equivalence, if such an element exists, else adds and returns the given element.
- intInequalityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument != the second
- intRandom() - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values with the same properties as
Random.nextInt()
- intRandom(int) - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values with the same properties as
Random.nextInt(int)
- intRandom(int, int) - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values between the given least value (inclusive) and bound (exclusive)
- isAssignablePredicate(Class) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if its argument is assignable from (see
Class.isAssignableFrom(java.lang.Class<?>)
the given type (class). - isEmpty() - Method in class extra166y.AbstractParallelAnyArray
-
Returns true if there are no elements
- isEmpty() - Method in class extra166y.CustomConcurrentHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Returns true if this set contains no elements.
- isNonNullPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if its argument is non-null
- isNullPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if its argument is null
- iterator() - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Returns a weakly consistent iterator over the elements in this set, that may reflect some, all or none of the changes made to the set after the iterator was created.
- iterator() - Method in class extra166y.ParallelArray
-
Returns an iterator stepping through each element of the array up to the current limit.
- iterator() - Method in class extra166y.ParallelDoubleArray
-
Returns an iterator stepping through each element of the array up to the current limit.
- iterator() - Method in class extra166y.ParallelLongArray
-
Returns an iterator stepping through each element of the array up to the current limit.
K
- keySet() - Method in class extra166y.CustomConcurrentHashMap
-
Returns a
Set
view of the keys contained in this map. - KeySet(CustomConcurrentHashMap.Strength, CustomConcurrentHashMap.Equivalence<? super K>, int) - Constructor for class extra166y.CustomConcurrentHashMap.KeySet
-
Creates a set with the given parameters
L
- longAdder() - Static method in class extra166y.CommonOps
-
Returns a reducer that adds two long elements
- longEqualityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument == the second
- longInequalityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument == the second
- longMaxReducer(Ops.LongComparator) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the maximum of two long elements, using the given comparator
- longMinReducer(Ops.LongComparator) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the minimum of two long elements, using the given comparator
- longRandom() - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values with the same properties as
Random.nextLong()
- longRandom(long) - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values with the same properties as
Random.nextInt(int)
- longRandom(long, long) - Static method in class extra166y.CommonOps
-
Returns a generator producing uniform random values between the given least value (inclusive) and bound (exclusive).
M
- map(K) - Method in interface extra166y.CustomConcurrentHashMap.MappingFunction
-
Returns a value for the given key, or null if there is no mapping.
- max() - Method in class extra166y.ParallelArray
-
Returns the maximum element, or null if empty assuming that all elements are Comparables
- max() - Method in interface extra166y.ParallelArray.SummaryStatistics
-
Return the maximum element, or null if empty
- max() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max() - Method in class extra166y.ParallelArrayWithMapping
-
Returns the maximum element, or null if empty assuming that all elements are Comparables
- max() - Method in class extra166y.ParallelDoubleArray
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the maximum element, or -Double.MAX_VALUE if empty
- max() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the maximum mapped element, or null if empty assuming that all elements are Comparables
- max() - Method in class extra166y.ParallelLongArray
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the maximum element, or Long.MIN_VALUE if empty
- max() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the maximum mapped element, or null if empty assuming that all elements are Comparables
- max(Ops.DoubleComparator) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max(Ops.DoubleComparator) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- max(Ops.LongComparator) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Ops.LongComparator) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Returns the maximum element, or null if empty
- max(Comparator<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns the maximum element, or null if empty
- max(Comparator<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the maximum mapped element, or null if empty
- max(Comparator<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the maximum mapped element, or null if empty
- maxReducer(Comparator<? super T>) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the maximum of two elements, using the given comparator, and treating null as less than any non-null element.
- min() - Method in class extra166y.ParallelArray
-
Returns the minimum element, or null if empty, assuming that all elements are Comparables
- min() - Method in interface extra166y.ParallelArray.SummaryStatistics
-
Return the minimum element, or null if empty
- min() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelArrayWithMapping
-
Returns the minimum element, or null if empty, assuming that all elements are Comparables
- min() - Method in class extra166y.ParallelDoubleArray
-
Returns the minimum element, or Double.MAX_VALUE if empty,
- min() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the minimum element, or Double.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the minimum mapped element, or null if empty, assuming that all elements are Comparables
- min() - Method in class extra166y.ParallelLongArray
-
Returns the minimum element, or Long.MAX_VALUE if empty,
- min() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the minimum element, or Long.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the minimum mapped element, or null if empty, assuming that all elements are Comparables
- min(Ops.DoubleComparator) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min(Ops.DoubleComparator) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns the minimum element, or Double.MAX_VALUE if empty
- min(Ops.LongComparator) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Ops.LongComparator) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Returns the minimum element, or null if empty
- min(Comparator<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns the minimum element, or null if empty
- min(Comparator<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the minimum mapped element, or null if empty
- min(Comparator<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the minimum mapped element, or null if empty
- minReducer(Comparator<? super T>) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the minimum of two elements, using the given comparator, and treating null as greater than any non-null element.
N
- naturalComparator(Class<T>) - Static method in class extra166y.CommonOps
-
Returns a Comparator for Comparable objects
- naturalDoubleComparator() - Static method in class extra166y.CommonOps
-
Returns a comparator for doubles relying on natural ordering
- naturalDoubleMaxReducer() - Static method in class extra166y.CommonOps
-
Returns a reducer returning the maximum of two double elements, using natural comparator
- naturalDoubleMinReducer() - Static method in class extra166y.CommonOps
-
Returns a reducer returning the minimum of two double elements, using natural comparator
- naturalLongComparator() - Static method in class extra166y.CommonOps
-
Returns a comparator for longs relying on natural ordering
- naturalLongMaxReducer() - Static method in class extra166y.CommonOps
-
Returns a reducer returning the maximum of two long elements, using natural comparator
- naturalLongMinReducer() - Static method in class extra166y.CommonOps
-
A reducer returning the minimum of two long elements, using natural comparator
- naturalMaxReducer(Class<T>) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the maximum of two Comparable elements, treating null as less than any non-null element.
- naturalMinReducer(Class<T>) - Static method in class extra166y.CommonOps
-
Returns a reducer returning the minimum of two Comparable elements, treating null as greater than any non-null element.
- newIntKeyIntValueMap(int) - Static method in class extra166y.CustomConcurrentHashMap
-
Returns a new map using Integer keys and values
- newIntKeyMap(CustomConcurrentHashMap.Strength, CustomConcurrentHashMap.Equivalence<? super ValueType>, int) - Static method in class extra166y.CustomConcurrentHashMap
-
Returns a new map using Integer keys and the given value parameters
- newIntValueMap(CustomConcurrentHashMap.Strength, CustomConcurrentHashMap.Equivalence<? super KeyType>, int) - Static method in class extra166y.CustomConcurrentHashMap
-
Returns a new map using the given key parameters and Integer values
- nonidentityPredicate() - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to true if the first argument != the second
- notPredicate(Ops.DoublePredicate) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the negation of its contained predicate
- notPredicate(Ops.LongPredicate) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the negation of its contained predicate
- notPredicate(Ops.Predicate<T>) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the negation of its contained predicate
O
- op() - Method in interface extra166y.Ops.Action
- op() - Method in interface extra166y.Ops.DoubleGenerator
- op() - Method in interface extra166y.Ops.Generator
- op() - Method in interface extra166y.Ops.IntGenerator
- op() - Method in interface extra166y.Ops.LongGenerator
- op(double) - Method in interface extra166y.Ops.DoubleOp
- op(double) - Method in interface extra166y.Ops.DoublePredicate
- op(double) - Method in interface extra166y.Ops.DoubleProcedure
- op(double) - Method in interface extra166y.Ops.DoubleToInt
- op(double) - Method in interface extra166y.Ops.DoubleToLong
- op(double) - Method in interface extra166y.Ops.DoubleToObject
- op(double, double) - Method in interface extra166y.Ops.BinaryDoubleOp
- op(double, double) - Method in interface extra166y.Ops.BinaryDoublePredicate
- op(double, double) - Method in interface extra166y.Ops.DoubleAndDoubleProcedure
- op(double, double) - Method in interface extra166y.Ops.DoubleAndDoubleToInt
- op(double, double) - Method in interface extra166y.Ops.DoubleAndDoubleToLong
- op(double, double) - Method in interface extra166y.Ops.DoubleAndDoubleToObject
- op(double, int) - Method in interface extra166y.Ops.DoubleAndIntPredicate
- op(double, int) - Method in interface extra166y.Ops.DoubleAndIntProcedure
- op(double, int) - Method in interface extra166y.Ops.DoubleAndIntToDouble
- op(double, int) - Method in interface extra166y.Ops.DoubleAndIntToInt
- op(double, int) - Method in interface extra166y.Ops.DoubleAndIntToLong
- op(double, int) - Method in interface extra166y.Ops.DoubleAndIntToObject
- op(double, long) - Method in interface extra166y.Ops.DoubleAndLongPredicate
- op(double, long) - Method in interface extra166y.Ops.DoubleAndLongProcedure
- op(double, long) - Method in interface extra166y.Ops.DoubleAndLongToDouble
- op(double, long) - Method in interface extra166y.Ops.DoubleAndLongToInt
- op(double, long) - Method in interface extra166y.Ops.DoubleAndLongToLong
- op(double, long) - Method in interface extra166y.Ops.DoubleAndLongToObject
- op(double, A) - Method in interface extra166y.Ops.DoubleAndObjectPredicate
- op(double, A) - Method in interface extra166y.Ops.DoubleAndObjectProcedure
- op(double, A) - Method in interface extra166y.Ops.DoubleAndObjectToDouble
- op(double, A) - Method in interface extra166y.Ops.DoubleAndObjectToInt
- op(double, A) - Method in interface extra166y.Ops.DoubleAndObjectToLong
- op(double, A) - Method in interface extra166y.Ops.DoubleAndObjectToObject
- op(int) - Method in interface extra166y.Ops.IntOp
- op(int) - Method in interface extra166y.Ops.IntPredicate
- op(int) - Method in interface extra166y.Ops.IntProcedure
- op(int) - Method in interface extra166y.Ops.IntToDouble
- op(int) - Method in interface extra166y.Ops.IntToLong
- op(int) - Method in interface extra166y.Ops.IntToObject
- op(int, double) - Method in interface extra166y.Ops.IntAndDoublePredicate
- op(int, double) - Method in interface extra166y.Ops.IntAndDoubleProcedure
- op(int, double) - Method in interface extra166y.Ops.IntAndDoubleToDouble
- op(int, double) - Method in interface extra166y.Ops.IntAndDoubleToInt
- op(int, double) - Method in interface extra166y.Ops.IntAndDoubleToLong
- op(int, double) - Method in interface extra166y.Ops.IntAndDoubleToObject
- op(int, int) - Method in interface extra166y.Ops.BinaryIntOp
- op(int, int) - Method in interface extra166y.Ops.BinaryIntPredicate
- op(int, int) - Method in interface extra166y.Ops.IntAndIntProcedure
- op(int, int) - Method in interface extra166y.Ops.IntAndIntToDouble
- op(int, int) - Method in interface extra166y.Ops.IntAndIntToLong
- op(int, int) - Method in interface extra166y.Ops.IntAndIntToObject
- op(int, long) - Method in interface extra166y.Ops.IntAndLongPredicate
- op(int, long) - Method in interface extra166y.Ops.IntAndLongProcedure
- op(int, long) - Method in interface extra166y.Ops.IntAndLongToDouble
- op(int, long) - Method in interface extra166y.Ops.IntAndLongToInt
- op(int, long) - Method in interface extra166y.Ops.IntAndLongToLong
- op(int, long) - Method in interface extra166y.Ops.IntAndLongToObject
- op(int, A) - Method in interface extra166y.Ops.IntAndObjectPredicate
- op(int, A) - Method in interface extra166y.Ops.IntAndObjectProcedure
- op(int, A) - Method in interface extra166y.Ops.IntAndObjectToDouble
- op(int, A) - Method in interface extra166y.Ops.IntAndObjectToInt
- op(int, A) - Method in interface extra166y.Ops.IntAndObjectToLong
- op(int, A) - Method in interface extra166y.Ops.IntAndObjectToObject
- op(long) - Method in interface extra166y.Ops.LongOp
- op(long) - Method in interface extra166y.Ops.LongPredicate
- op(long) - Method in interface extra166y.Ops.LongProcedure
- op(long) - Method in interface extra166y.Ops.LongToDouble
- op(long) - Method in interface extra166y.Ops.LongToInt
- op(long) - Method in interface extra166y.Ops.LongToObject
- op(long, double) - Method in interface extra166y.Ops.LongAndDoublePredicate
- op(long, double) - Method in interface extra166y.Ops.LongAndDoubleProcedure
- op(long, double) - Method in interface extra166y.Ops.LongAndDoubleToDouble
- op(long, double) - Method in interface extra166y.Ops.LongAndDoubleToInt
- op(long, double) - Method in interface extra166y.Ops.LongAndDoubleToLong
- op(long, double) - Method in interface extra166y.Ops.LongAndDoubleToObject
- op(long, int) - Method in interface extra166y.Ops.LongAndIntPredicate
- op(long, int) - Method in interface extra166y.Ops.LongAndIntProcedure
- op(long, int) - Method in interface extra166y.Ops.LongAndIntToDouble
- op(long, int) - Method in interface extra166y.Ops.LongAndIntToInt
- op(long, int) - Method in interface extra166y.Ops.LongAndIntToLong
- op(long, int) - Method in interface extra166y.Ops.LongAndIntToObject
- op(long, long) - Method in interface extra166y.Ops.BinaryLongOp
- op(long, long) - Method in interface extra166y.Ops.BinaryLongPredicate
- op(long, long) - Method in interface extra166y.Ops.LongAndLongProcedure
- op(long, long) - Method in interface extra166y.Ops.LongAndLongToDouble
- op(long, long) - Method in interface extra166y.Ops.LongAndLongToInt
- op(long, long) - Method in interface extra166y.Ops.LongAndLongToObject
- op(long, A) - Method in interface extra166y.Ops.LongAndObjectPredicate
- op(long, A) - Method in interface extra166y.Ops.LongAndObjectProcedure
- op(long, A) - Method in interface extra166y.Ops.LongAndObjectToDouble
- op(long, A) - Method in interface extra166y.Ops.LongAndObjectToInt
- op(long, A) - Method in interface extra166y.Ops.LongAndObjectToLong
- op(long, A) - Method in interface extra166y.Ops.LongAndObjectToObject
- op(A) - Method in interface extra166y.Ops.ObjectToDouble
- op(A) - Method in interface extra166y.Ops.ObjectToInt
- op(A) - Method in interface extra166y.Ops.ObjectToLong
- op(A) - Method in interface extra166y.Ops.Op
- op(A) - Method in interface extra166y.Ops.Predicate
- op(A) - Method in interface extra166y.Ops.Procedure
- op(A, double) - Method in interface extra166y.Ops.ObjectAndDoublePredicate
- op(A, double) - Method in interface extra166y.Ops.ObjectAndDoubleProcedure
- op(A, double) - Method in interface extra166y.Ops.ObjectAndDoubleToDouble
- op(A, double) - Method in interface extra166y.Ops.ObjectAndDoubleToInt
- op(A, double) - Method in interface extra166y.Ops.ObjectAndDoubleToLong
- op(A, double) - Method in interface extra166y.Ops.ObjectAndDoubleToObject
- op(A, int) - Method in interface extra166y.Ops.ObjectAndIntPredicate
- op(A, int) - Method in interface extra166y.Ops.ObjectAndIntProcedure
- op(A, int) - Method in interface extra166y.Ops.ObjectAndIntToDouble
- op(A, int) - Method in interface extra166y.Ops.ObjectAndIntToInt
- op(A, int) - Method in interface extra166y.Ops.ObjectAndIntToLong
- op(A, int) - Method in interface extra166y.Ops.ObjectAndIntToObject
- op(A, long) - Method in interface extra166y.Ops.ObjectAndLongPredicate
- op(A, long) - Method in interface extra166y.Ops.ObjectAndLongProcedure
- op(A, long) - Method in interface extra166y.Ops.ObjectAndLongToDouble
- op(A, long) - Method in interface extra166y.Ops.ObjectAndLongToInt
- op(A, long) - Method in interface extra166y.Ops.ObjectAndLongToLong
- op(A, long) - Method in interface extra166y.Ops.ObjectAndLongToObject
- op(A, B) - Method in interface extra166y.Ops.BinaryOp
- op(A, B) - Method in interface extra166y.Ops.BinaryPredicate
- op(A, B) - Method in interface extra166y.Ops.ObjectAndObjectProcedure
- op(A, B) - Method in interface extra166y.Ops.ObjectAndObjectToDouble
- op(A, B) - Method in interface extra166y.Ops.ObjectAndObjectToInt
- op(A, B) - Method in interface extra166y.Ops.ObjectAndObjectToLong
- Ops - Class in extra166y
-
Interfaces and utilities declaring per-element operations used within parallel methods on aggregates.
- Ops.Action - Interface in extra166y
- Ops.BinaryDoubleOp - Interface in extra166y
- Ops.BinaryDoublePredicate - Interface in extra166y
- Ops.BinaryIntOp - Interface in extra166y
- Ops.BinaryIntPredicate - Interface in extra166y
- Ops.BinaryLongOp - Interface in extra166y
- Ops.BinaryLongPredicate - Interface in extra166y
- Ops.BinaryOp<A,
B, - Interface in extra166yR> - Ops.BinaryPredicate<A,
B> - Interface in extra166y - Ops.DoubleAndDoubleProcedure - Interface in extra166y
- Ops.DoubleAndDoubleToInt - Interface in extra166y
- Ops.DoubleAndDoubleToLong - Interface in extra166y
- Ops.DoubleAndDoubleToObject<R> - Interface in extra166y
- Ops.DoubleAndIntPredicate - Interface in extra166y
- Ops.DoubleAndIntProcedure - Interface in extra166y
- Ops.DoubleAndIntToDouble - Interface in extra166y
- Ops.DoubleAndIntToInt - Interface in extra166y
- Ops.DoubleAndIntToLong - Interface in extra166y
- Ops.DoubleAndIntToObject<R> - Interface in extra166y
- Ops.DoubleAndLongPredicate - Interface in extra166y
- Ops.DoubleAndLongProcedure - Interface in extra166y
- Ops.DoubleAndLongToDouble - Interface in extra166y
- Ops.DoubleAndLongToInt - Interface in extra166y
- Ops.DoubleAndLongToLong - Interface in extra166y
- Ops.DoubleAndLongToObject<R> - Interface in extra166y
- Ops.DoubleAndObjectPredicate<A> - Interface in extra166y
- Ops.DoubleAndObjectProcedure<A> - Interface in extra166y
- Ops.DoubleAndObjectToDouble<A> - Interface in extra166y
- Ops.DoubleAndObjectToInt<A> - Interface in extra166y
- Ops.DoubleAndObjectToLong<A> - Interface in extra166y
- Ops.DoubleAndObjectToObject<A,
R> - Interface in extra166y - Ops.DoubleComparator - Interface in extra166y
- Ops.DoubleGenerator - Interface in extra166y
- Ops.DoubleOp - Interface in extra166y
- Ops.DoublePredicate - Interface in extra166y
- Ops.DoubleProcedure - Interface in extra166y
- Ops.DoubleReducer - Interface in extra166y
- Ops.DoubleToInt - Interface in extra166y
- Ops.DoubleToLong - Interface in extra166y
- Ops.DoubleToObject<R> - Interface in extra166y
- Ops.Generator<R> - Interface in extra166y
- Ops.IntAndDoublePredicate - Interface in extra166y
- Ops.IntAndDoubleProcedure - Interface in extra166y
- Ops.IntAndDoubleToDouble - Interface in extra166y
- Ops.IntAndDoubleToInt - Interface in extra166y
- Ops.IntAndDoubleToLong - Interface in extra166y
- Ops.IntAndDoubleToObject<R> - Interface in extra166y
- Ops.IntAndIntProcedure - Interface in extra166y
- Ops.IntAndIntToDouble - Interface in extra166y
- Ops.IntAndIntToLong - Interface in extra166y
- Ops.IntAndIntToObject<R> - Interface in extra166y
- Ops.IntAndLongPredicate - Interface in extra166y
- Ops.IntAndLongProcedure - Interface in extra166y
- Ops.IntAndLongToDouble - Interface in extra166y
- Ops.IntAndLongToInt - Interface in extra166y
- Ops.IntAndLongToLong - Interface in extra166y
- Ops.IntAndLongToObject<R> - Interface in extra166y
- Ops.IntAndObjectPredicate<A> - Interface in extra166y
- Ops.IntAndObjectProcedure<A> - Interface in extra166y
- Ops.IntAndObjectToDouble<A> - Interface in extra166y
- Ops.IntAndObjectToInt<A> - Interface in extra166y
- Ops.IntAndObjectToLong<A> - Interface in extra166y
- Ops.IntAndObjectToObject<A,
R> - Interface in extra166y - Ops.IntComparator - Interface in extra166y
- Ops.IntGenerator - Interface in extra166y
- Ops.IntOp - Interface in extra166y
- Ops.IntPredicate - Interface in extra166y
- Ops.IntProcedure - Interface in extra166y
- Ops.IntReducer - Interface in extra166y
- Ops.IntToDouble - Interface in extra166y
- Ops.IntToLong - Interface in extra166y
- Ops.IntToObject<R> - Interface in extra166y
- Ops.LongAndDoublePredicate - Interface in extra166y
- Ops.LongAndDoubleProcedure - Interface in extra166y
- Ops.LongAndDoubleToDouble - Interface in extra166y
- Ops.LongAndDoubleToInt - Interface in extra166y
- Ops.LongAndDoubleToLong - Interface in extra166y
- Ops.LongAndDoubleToObject<R> - Interface in extra166y
- Ops.LongAndIntPredicate - Interface in extra166y
- Ops.LongAndIntProcedure - Interface in extra166y
- Ops.LongAndIntToDouble - Interface in extra166y
- Ops.LongAndIntToInt - Interface in extra166y
- Ops.LongAndIntToLong - Interface in extra166y
- Ops.LongAndIntToObject<R> - Interface in extra166y
- Ops.LongAndLongProcedure - Interface in extra166y
- Ops.LongAndLongToDouble - Interface in extra166y
- Ops.LongAndLongToInt - Interface in extra166y
- Ops.LongAndLongToObject<R> - Interface in extra166y
- Ops.LongAndObjectPredicate<A> - Interface in extra166y
- Ops.LongAndObjectProcedure<A> - Interface in extra166y
- Ops.LongAndObjectToDouble<A> - Interface in extra166y
- Ops.LongAndObjectToInt<A> - Interface in extra166y
- Ops.LongAndObjectToLong<A> - Interface in extra166y
- Ops.LongAndObjectToObject<A,
R> - Interface in extra166y - Ops.LongComparator - Interface in extra166y
- Ops.LongGenerator - Interface in extra166y
- Ops.LongOp - Interface in extra166y
- Ops.LongPredicate - Interface in extra166y
- Ops.LongProcedure - Interface in extra166y
- Ops.LongReducer - Interface in extra166y
- Ops.LongToDouble - Interface in extra166y
- Ops.LongToInt - Interface in extra166y
- Ops.LongToObject<R> - Interface in extra166y
- Ops.ObjectAndDoublePredicate<A> - Interface in extra166y
- Ops.ObjectAndDoubleProcedure<A> - Interface in extra166y
- Ops.ObjectAndDoubleToDouble<A> - Interface in extra166y
- Ops.ObjectAndDoubleToInt<A> - Interface in extra166y
- Ops.ObjectAndDoubleToLong<A> - Interface in extra166y
- Ops.ObjectAndDoubleToObject<A,
R> - Interface in extra166y - Ops.ObjectAndIntPredicate<A> - Interface in extra166y
- Ops.ObjectAndIntProcedure<A> - Interface in extra166y
- Ops.ObjectAndIntToDouble<A> - Interface in extra166y
- Ops.ObjectAndIntToInt<A> - Interface in extra166y
- Ops.ObjectAndIntToLong<A> - Interface in extra166y
- Ops.ObjectAndIntToObject<A,
R> - Interface in extra166y - Ops.ObjectAndLongPredicate<A> - Interface in extra166y
- Ops.ObjectAndLongProcedure<A> - Interface in extra166y
- Ops.ObjectAndLongToDouble<A> - Interface in extra166y
- Ops.ObjectAndLongToInt<A> - Interface in extra166y
- Ops.ObjectAndLongToLong<A> - Interface in extra166y
- Ops.ObjectAndLongToObject<A,
R> - Interface in extra166y - Ops.ObjectAndObjectProcedure<A,
B> - Interface in extra166y - Ops.ObjectAndObjectToDouble<A,
B> - Interface in extra166y - Ops.ObjectAndObjectToInt<A,
B> - Interface in extra166y - Ops.ObjectAndObjectToLong<A,
B> - Interface in extra166y - Ops.ObjectToDouble<A> - Interface in extra166y
- Ops.ObjectToInt<A> - Interface in extra166y
- Ops.ObjectToLong<A> - Interface in extra166y
- Ops.Op<A,
R> - Interface in extra166y - Ops.Predicate<A> - Interface in extra166y
- Ops.Procedure<A> - Interface in extra166y
- Ops.Reducer<A> - Interface in extra166y
- orPredicate(Ops.DoublePredicate, Ops.DoublePredicate) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the disjunction of its contained predicates
- orPredicate(Ops.LongPredicate, Ops.LongPredicate) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the disjunction of its contained predicates
- orPredicate(Ops.Predicate<S>, Ops.Predicate<? super T>) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the disjunction of its contained predicates
P
- ParallelArray<T> - Class in extra166y
-
An array supporting parallel operations.
- ParallelArray(ForkJoinPool, T[], int) - Constructor for class extra166y.ParallelArray
-
Constructor for use by subclasses to create a new ParallelArray using the given executor, and initially using the supplied array, with effective size bound by the given limit.
- ParallelArray.SummaryStatistics<T> - Interface in extra166y
-
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelArray.
- ParallelArrayWithBounds<T> - Class in extra166y
-
A prefix view of ParallelArray that causes operations to apply only to elements within a given range.
- ParallelArrayWithDoubleMapping<T> - Class in extra166y
-
A prefix view of ParallelArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelArrayWithFilter<T> - Class in extra166y
-
A prefix view of ParallelArray that causes operations to apply only to elements for which a selector returns true.
- ParallelArrayWithLongMapping<T> - Class in extra166y
-
A prefix view of ParallelArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelArrayWithMapping<T,
U> - Class in extra166y -
A prefix view of ParallelArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelDoubleArray - Class in extra166y
-
An array of doubles supporting parallel operations.
- ParallelDoubleArray(ForkJoinPool, double[], int) - Constructor for class extra166y.ParallelDoubleArray
-
Constructor for use by subclasses to create a new ParallelDoubleArray using the given executor, and initially using the supplied array, with effective size bound by the given limit.
- ParallelDoubleArray.SummaryStatistics - Interface in extra166y
-
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelDoubleArray.
- ParallelDoubleArrayWithBounds - Class in extra166y
-
A prefix view of ParallelDoubleArray that causes operations to apply only to elements within a given range.
- ParallelDoubleArrayWithDoubleMapping - Class in extra166y
-
A prefix view of ParallelArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelDoubleArrayWithFilter - Class in extra166y
-
A prefix view of ParallelDoubleArray that causes operations to apply only to elements for which a selector returns true.
- ParallelDoubleArrayWithLongMapping - Class in extra166y
-
A prefix view of ParallelDoubleArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelDoubleArrayWithMapping<U> - Class in extra166y
-
A prefix view of ParallelDoubleArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelLongArray - Class in extra166y
-
An array of longs supporting parallel operations.
- ParallelLongArray(ForkJoinPool, long[], int) - Constructor for class extra166y.ParallelLongArray
-
Constructor for use by subclasses to create a new ParallelLongArray using the given executor, and initially using the supplied array, with effective size bound by the given limit.
- ParallelLongArray.SummaryStatistics - Interface in extra166y
-
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelLongArray.
- ParallelLongArrayWithBounds - Class in extra166y
-
A prefix view of ParallelLongArray that causes operations to apply only to elements within a given range.
- ParallelLongArrayWithDoubleMapping - Class in extra166y
-
A prefix view of ParallelLongArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelLongArrayWithFilter - Class in extra166y
-
A prefix view of ParallelLongArray that causes operations to apply only to elements for which a selector returns true.
- ParallelLongArrayWithLongMapping - Class in extra166y
-
A prefix view of ParallelLongArray that causes operations to apply to mappings of elements, not to the elements themselves.
- ParallelLongArrayWithMapping<U> - Class in extra166y
-
A prefix view of ParallelLongArray that causes operations to apply to mappings of elements, not to the elements themselves.
- precumulate(Ops.DoubleReducer, double) - Method in class extra166y.ParallelDoubleArray
-
Replaces each element with the cumulation of applying the given reducer to all previous values, and returns the total reduction.
- precumulate(Ops.DoubleReducer, double) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Replaces each element with the cumulation of applying the given reducer to all previous values, and returns the total reduction.
- precumulate(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArray
-
Replaces each element with the cumulation of applying the given reducer to all previous values, and returns the total reduction.
- precumulate(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArrayWithBounds
-
Replaces each element with the cumulation of applying the given reducer to all previous values, and returns the total reduction.
- precumulate(Ops.Reducer<T>, T) - Method in class extra166y.ParallelArray
-
Replaces each element with the cumulation of applying the given reducer to all previous values, and returns the total reduction.
- precumulate(Ops.Reducer<T>, T) - Method in class extra166y.ParallelArrayWithBounds
-
Replaces each element with the cumulation of applying the given reducer to all previous values, and returns the total reduction.
- precumulateSum() - Method in class extra166y.ParallelDoubleArray
-
Replaces each element with its prefix sum
- precumulateSum() - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Replaces each element with its prefix sum
- precumulateSum() - Method in class extra166y.ParallelLongArray
-
Replaces each element with its prefix sum
- precumulateSum() - Method in class extra166y.ParallelLongArrayWithBounds
-
Replaces each element with its prefix sum
- put(K, V) - Method in class extra166y.CustomConcurrentHashMap
-
Maps the specified key to the specified value in this map.
- putAll(Map<? extends K, ? extends V>) - Method in class extra166y.CustomConcurrentHashMap
-
Copies all of the mappings from the specified map to this one.
- putIfAbsent(K, V) - Method in class extra166y.CustomConcurrentHashMap
R
- reduce(Ops.DoubleReducer, double) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns reduction of mapped elements
- reduce(Ops.DoubleReducer, double) - Method in class extra166y.ParallelDoubleArray
-
Returns reduction of elements
- reduce(Ops.DoubleReducer, double) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns reduction of elements
- reduce(Ops.DoubleReducer, double) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns reduction of mapped elements
- reduce(Ops.LongReducer, long) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns reduction of mapped elements
- reduce(Ops.LongReducer, long) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns reduction of mapped elements
- reduce(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArray
-
Returns reduction of elements
- reduce(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns reduction of elements
- reduce(Ops.Reducer<T>, T) - Method in class extra166y.ParallelArray
-
Returns reduction of elements
- reduce(Ops.Reducer<U>, U) - Method in class extra166y.ParallelArrayWithMapping
-
Returns reduction of elements
- reduce(Ops.Reducer<U>, U) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns reduction of mapped elements
- reduce(Ops.Reducer<U>, U) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns reduction of mapped elements
- remap(K, V) - Method in interface extra166y.CustomConcurrentHashMap.RemappingFunction
-
Returns a new value for the given key and its current, or null if there is no mapping.
- remove(Object) - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Removes an element equivalent to the given element with respect to this set's Equivalence, if one is present.
- remove(Object) - Method in class extra166y.CustomConcurrentHashMap
-
Removes the mapping for the specified key.
- remove(Object, Object) - Method in class extra166y.CustomConcurrentHashMap
- removeAll(Ops.DoublePredicate) - Method in class extra166y.ParallelDoubleArray
-
Removes from the array all elements for which the given selector holds.
- removeAll(Ops.LongPredicate) - Method in class extra166y.ParallelLongArray
-
Removes from the array all elements for which the given selector holds.
- removeAll(Ops.Predicate<? super T>) - Method in class extra166y.ParallelArray
-
Removes from the array all elements for which the given selector holds.
- removeConsecutiveDuplicates() - Method in class extra166y.ParallelArray
-
Removes consecutive elements that are equal (or null), shifting others leftward, and possibly decreasing size.
- removeConsecutiveDuplicates() - Method in class extra166y.ParallelDoubleArray
-
Removes consecutive elements that are equal, shifting others leftward, and possibly decreasing size.
- removeConsecutiveDuplicates() - Method in class extra166y.ParallelLongArray
-
Removes consecutive elements that are equal, shifting others leftward, and possibly decreasing size.
- removeNulls() - Method in class extra166y.ParallelArray
-
Removes null elements, shifting others leftward, and possibly decreasing size.
- replace(K, V) - Method in class extra166y.CustomConcurrentHashMap
- replace(K, V, V) - Method in class extra166y.CustomConcurrentHashMap
- replaceWithGeneratedValue(Ops.DoubleGenerator) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with the results of applying the given generator.
- replaceWithGeneratedValue(Ops.DoubleGenerator) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with results of applying the given generator.
- replaceWithGeneratedValue(Ops.Generator<? extends T>) - Method in class extra166y.ParallelArray
-
Replaces elements with the results of applying the given generator.
- replaceWithGeneratedValue(Ops.Generator<? extends T>) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with results of applying the given generator.
- replaceWithGeneratedValue(Ops.LongGenerator) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the results of applying the given generator.
- replaceWithGeneratedValue(Ops.LongGenerator) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with results of applying the given generator.
- replaceWithMappedIndex(Ops.IntAndDoubleToDouble) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with the results of applying the given mapping to each index and current element value
- replaceWithMappedIndex(Ops.IntAndDoubleToDouble) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with the results of applying the given mapping to each index and current element value
- replaceWithMappedIndex(Ops.IntAndLongToLong) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the results of applying the given mapping to each index and current element value
- replaceWithMappedIndex(Ops.IntAndLongToLong) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with the results of applying the given mapping to each index and current element value.
- replaceWithMappedIndex(Ops.IntAndObjectToObject<? super T, ? extends T>) - Method in class extra166y.ParallelArray
-
Replaces elements with the results of applying the given mapping to each index and current element value
- replaceWithMappedIndex(Ops.IntAndObjectToObject<? super T, ? extends T>) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with the results of applying the given mapping to each index and current element value
- replaceWithMappedIndex(Ops.IntToDouble) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with the results of applying the given op to their indices.
- replaceWithMappedIndex(Ops.IntToDouble) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with the results of applying the given op to their indices
- replaceWithMappedIndex(Ops.IntToLong) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the results of applying the given op to their indices.
- replaceWithMappedIndex(Ops.IntToLong) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with the results of applying the given op to their indices.
- replaceWithMappedIndex(Ops.IntToObject<? extends T>) - Method in class extra166y.ParallelArray
-
Replaces elements with the results of applying the given mapping to their indices.
- replaceWithMappedIndex(Ops.IntToObject<? extends T>) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with the results of applying the given op to their indices
- replaceWithMapping(Ops.BinaryDoubleOp, double[]) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryDoubleOp, double[]) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryLongOp, long[]) - Method in class extra166y.ParallelLongArray
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryLongOp, long[]) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with results of applying op(thisElement, otherElement).
- replaceWithMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with results of applying op(thisElement, otherElement).
- replaceWithMapping(Ops.BinaryOp<? super T, ? super V, ? extends T>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArray
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryOp<? super T, ? super V, ? extends T>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryOp<T, T, T>, T[]) - Method in class extra166y.ParallelArray
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryOp<T, T, T>, T[]) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with results of applying op(thisElement, otherElement)
- replaceWithMapping(Ops.DoubleOp) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with the results of applying the given op to their current values.
- replaceWithMapping(Ops.DoubleOp) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with the results of applying the given op to their current values.
- replaceWithMapping(Ops.LongOp) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the results of applying the given op to their current values.
- replaceWithMapping(Ops.LongOp) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with the results of applying the given op to their current values.
- replaceWithMapping(Ops.Op<? super T, ? extends T>) - Method in class extra166y.ParallelArray
-
Replaces elements with the results of applying the given transform to their current values.
- replaceWithMapping(Ops.Op<? super T, ? extends T>) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with the results of applying the given op to their current values.
- replaceWithValue(double) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with the given value.
- replaceWithValue(double) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with the given value.
- replaceWithValue(long) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the given value.
- replaceWithValue(long) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with the given value.
- replaceWithValue(T) - Method in class extra166y.ParallelArray
-
Replaces elements with the given value.
- replaceWithValue(T) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with the given value.
S
- sequentially() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelArrayWithMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- sequentially() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an Iterable view to sequentially step through mapped elements also obeying bound and filter constraints, without performing computations to evaluate them in parallel
- set(int, double) - Method in class extra166y.ParallelDoubleArray
-
Sets the element of the array at the given index to the given value
- set(int, long) - Method in class extra166y.ParallelLongArray
-
Sets the element of the array at the given index to the given value
- set(int, T) - Method in class extra166y.ParallelArray
-
Sets the element of the array at the given index to the given value
- setLimit(int) - Method in class extra166y.ParallelArray
-
Ensures that the underlying array can be accessed up to the given upper bound, reallocating and copying the underlying array to expand if necessary.
- setLimit(int) - Method in class extra166y.ParallelDoubleArray
-
Ensures that the underlying array can be accessed up to the given upper bound, reallocating and copying the underlying array to expand if necessary.
- setLimit(int) - Method in class extra166y.ParallelLongArray
-
Ensures that the underlying array can be accessed up to the given upper bound, reallocating and copying the underlying array to expand if necessary.
- size() - Method in class extra166y.AbstractParallelAnyArray
-
Return the number of elements selected using bound or filter restrictions.
- size() - Method in class extra166y.CustomConcurrentHashMap.KeySet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class extra166y.CustomConcurrentHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class extra166y.ParallelArray
-
Returns the effective size of the underlying array.
- size() - Method in interface extra166y.ParallelArray.SummaryStatistics
-
Return the number of elements
- size() - Method in class extra166y.ParallelDoubleArray
-
Returns the effective size of the underlying array.
- size() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the number of elements
- size() - Method in class extra166y.ParallelLongArray
-
Returns the effective size of the underlying array.
- size() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the number of elements
- soft - Enum constant in enum extra166y.CustomConcurrentHashMap.Strength
- SOFT - Static variable in class extra166y.CustomConcurrentHashMap
-
The strength of soft references
- sort() - Method in class extra166y.ParallelArray
-
Sorts the array, assuming all elements are Comparable.
- sort() - Method in class extra166y.ParallelArrayWithBounds
-
Sorts the elements, assuming all elements are Comparable.
- sort() - Method in class extra166y.ParallelDoubleArray
-
Sorts the array, assuming all elements are Comparable.
- sort() - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Sorts the elements, assuming all elements are Comparable.
- sort() - Method in class extra166y.ParallelLongArray
-
Sorts the array, assuming all elements are Comparable.
- sort() - Method in class extra166y.ParallelLongArrayWithBounds
-
Sorts the elements, assuming all elements are Comparable.
- sort(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Sorts the array.
- sort(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Sorts the elements.
- sort(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Sorts the array.
- sort(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithBounds
-
Sorts the elements.
- sort(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Sorts the array.
- sort(Comparator<? super T>) - Method in class extra166y.ParallelArrayWithBounds
-
Sorts the elements.
- strong - Enum constant in enum extra166y.CustomConcurrentHashMap.Strength
- STRONG - Static variable in class extra166y.CustomConcurrentHashMap
-
The strength of ordinary references
- sum() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns the sum of elements
- sum() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the sum of elements
- sum() - Method in class extra166y.ParallelDoubleArray
-
Returns the sum of elements
- sum() - Method in interface extra166y.ParallelDoubleArray.SummaryStatistics
-
Return the sum of all elements
- sum() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns the sum of elements
- sum() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the sum of elements
- sum() - Method in class extra166y.ParallelLongArray
-
Returns the sum of elements
- sum() - Method in interface extra166y.ParallelLongArray.SummaryStatistics
-
Return the sum of all elements
- sum() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns the sum of elements
- sum() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the sum of elements
- summary() - Method in class extra166y.ParallelArray
-
Returns summary statistics, assuming that all elements are Comparables
- summary() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelArrayWithMapping
-
Returns summary statistics, assuming that all elements are Comparables
- summary() - Method in class extra166y.ParallelDoubleArray
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns summary statistics, assuming that all elements are Comparables
- summary() - Method in class extra166y.ParallelLongArray
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns summary statistics, using natural comparator
- summary() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns summary statistics, assuming that all elements are Comparables
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns summary statistics
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Returns summary statistics, using the given comparator to locate minimum and maximum elements.
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns summary statistics
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns summary statistics
- summary(Ops.LongComparator) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns summary statistics
- summary(Ops.LongComparator) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns summary statistics
- summary(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Returns summary statistics, using the given comparator to locate minimum and maximum elements.
- summary(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns summary statistics
- summary(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Returns summary statistics, using the given comparator to locate minimum and maximum elements.
- summary(Comparator<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns summary statistics, using the given comparator to locate minimum and maximum elements.
- summary(Comparator<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns summary statistics, using the given comparator to locate minimum and maximum elements.
- summary(Comparator<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns summary statistics, using the given comparator to locate minimum and maximum elements.
T
- toString() - Method in class extra166y.ParallelArray
-
Equivalent to asList().toString()
- toString() - Method in class extra166y.ParallelDoubleArray
-
Equivalent to asList().toString()
- toString() - Method in class extra166y.ParallelLongArray
-
Equivalent to asList().toString()
V
- valueOf(String) - Static method in enum extra166y.CustomConcurrentHashMap.Strength
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum extra166y.CustomConcurrentHashMap.Strength
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class extra166y.CustomConcurrentHashMap
-
Returns a
Collection
view of the values contained in this map.
W
- weak - Enum constant in enum extra166y.CustomConcurrentHashMap.Strength
- WEAK - Static variable in class extra166y.CustomConcurrentHashMap
-
The strength of weak references
- withBounds(int, int) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).
- withBounds(int, int) - Method in class extra166y.ParallelArrayWithBounds
-
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).
- withBounds(int, int) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).
- withBounds(int, int) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).
- withBounds(int, int) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).
- withBounds(int, int) - Method in class extra166y.ParallelLongArrayWithBounds
-
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).
- withFilter(Ops.BinaryDoublePredicate, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true
- withFilter(Ops.BinaryDoublePredicate, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given binary selector returns true
- withFilter(Ops.BinaryLongPredicate, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true
- withFilter(Ops.BinaryLongPredicate, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given binary selector returns true.
- withFilter(Ops.BinaryPredicate<? super T, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true
- withFilter(Ops.BinaryPredicate<? super T, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given binary selector returns true
- withFilter(Ops.DoublePredicate) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate only on the elements of the array for which the given selector returns true
- withFilter(Ops.DoublePredicate) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given selector returns true
- withFilter(Ops.LongPredicate) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate only on the elements of the array for which the given selector returns true
- withFilter(Ops.LongPredicate) - Method in class extra166y.ParallelLongArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given selector returns true.
- withFilter(Ops.Predicate<? super T>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate only on the elements of the array for which the given selector returns true
- withFilter(Ops.Predicate<? super T>) - Method in class extra166y.ParallelArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given selector returns true
- withIndexedFilter(Ops.IntAndDoublePredicate) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate only on elements for which the given indexed selector returns true
- withIndexedFilter(Ops.IntAndDoublePredicate) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given indexed selector returns true
- withIndexedFilter(Ops.IntAndLongPredicate) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate only on elements for which the given indexed selector returns true
- withIndexedFilter(Ops.IntAndLongPredicate) - Method in class extra166y.ParallelLongArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given indexed selector returns true.
- withIndexedFilter(Ops.IntAndObjectPredicate<? super T>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate only on elements for which the given indexed selector returns true
- withIndexedFilter(Ops.IntAndObjectPredicate<? super T>) - Method in class extra166y.ParallelArrayWithFilter
-
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given indexed selector returns true
- withIndexedMapping(Ops.IntAndDoubleToDouble) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToDouble) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToDouble) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToDouble) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToLong) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToLong) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToLong) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToLong) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToObject<? extends U>) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToObject<? extends V>) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToObject<? extends V>) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndDoubleToObject<? extends V>) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToDouble) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToDouble) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToDouble) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndLongToDouble) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToLong) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToLong) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToLong) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndLongToLong) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToObject<? extends U>) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndLongToObject<? extends V>) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToObject<? extends V>) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndLongToObject<? extends V>) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToDouble<? super T>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToDouble<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToDouble<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToDouble<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToLong<? super T>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToLong<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToLong<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToLong<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToObject<? super T, ? extends U>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToObject<? super U, ? extends V>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToObject<? super U, ? extends V>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withIndexedMapping(Ops.IntAndObjectToObject<? super U, ? extends V>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
- withMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryOp<? super T, ? super U, ? extends V>, ParallelArrayWithMapping<W, U>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryOp<? super U, ? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryOp<? super U, ? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.BinaryOp<? super U, ? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToLong, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToLong, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToLong, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToLong, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.DoubleOp) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleOp) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleOp) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleOp) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToLong) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToLong) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToLong) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToLong) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToObject<? extends U>) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToObject<? extends U>) - Method in class extra166y.ParallelDoubleArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToObject<? extends U>) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.DoubleToObject<? extends U>) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongAndDoubleToDouble, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToDouble, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToDouble, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToDouble, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToLong, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndDoubleToObject<? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToDouble, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndLongToObject<? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToDouble<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToLong<? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongAndObjectToObject<? super V, ? extends W>, ParallelArrayWithMapping<X, V>) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.LongOp) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongOp) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongOp) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongOp) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToDouble) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToDouble) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToDouble) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToDouble) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToObject<? extends U>) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToObject<? extends U>) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToObject<? extends U>) - Method in class extra166y.ParallelLongArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.LongToObject<? extends U>) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.ObjectAndDoubleToDouble<? super T>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToDouble<? super U>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToDouble<? super U>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToDouble<? super U>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToLong<? super T>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToLong<? super U>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToLong<? super U>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToLong<? super U>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToObject<? super T, ? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToObject<? super U, ? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToObject<? super U, ? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndDoubleToObject<? super U, ? extends V>, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToDouble<? super T>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToDouble<? super U>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToDouble<? super U>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToDouble<? super U>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToLong<? super T>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToLong<? super U>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToLong<? super U>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToLong<? super U>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToObject<? super T, ? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToObject<? super U, ? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToObject<? super U, ? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndLongToObject<? super U, ? extends V>, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToDouble<? super T, ? super U>, ParallelArrayWithMapping<W, U>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToDouble<? super U, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToDouble<? super U, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToDouble<? super U, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToLong<? super T, ? super U>, ParallelArrayWithMapping<W, U>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToLong<? super U, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToLong<? super U, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectAndObjectToLong<? super U, ? super V>, ParallelArrayWithMapping<W, V>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
- withMapping(Ops.ObjectToDouble<? super T>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.ObjectToDouble<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.ObjectToDouble<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.ObjectToDouble<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.ObjectToLong<? super T>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.ObjectToLong<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.ObjectToLong<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.ObjectToLong<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.Op<? super T, ? extends U>) - Method in class extra166y.ParallelArray
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
- withMapping(Ops.Op<? super U, ? extends V>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.Op<? super U, ? extends V>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
- withMapping(Ops.Op<? super U, ? extends V>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
All Classes and Interfaces|All Packages|Serialized Form