- 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(T[]) - Method in class extra166y.ParallelArray
-
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(double[]) - Method in class extra166y.ParallelDoubleArray
-
Equivalent to asList().addAll but specialized for
array arguments and likely to be more efficient.
- 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(long[]) - Method in class extra166y.ParallelLongArray
-
Equivalent to asList().addAll but specialized for array
arguments and likely to be more efficient.
- 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.
- all() - Method in class extra166y.ParallelArray
-
Returns a new ParallelArray holding all elements
- all(Class<? super T>) - Method in class extra166y.ParallelArray
-
Returns a new ParallelArray with the given element type 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(Class<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns a new ParallelArray with the given element type
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(Class<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns a new ParallelArray with the given element type 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 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.Predicate<S>, Ops.Predicate<? super T>) - Static method in class extra166y.CommonOps
-
Returns a predicate evaluating to the conjunction of its contained predicates
- 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
- 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.Procedure<? super T>) - Method in class extra166y.ParallelArray
-
Applies the given procedure to elements
- apply(Ops.DoubleProcedure) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Applies the given procedure
- apply(Ops.LongProcedure) - Method in class extra166y.ParallelArrayWithLongMapping
-
Applies the given procedure
- apply(Ops.Procedure<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Applies the given procedure to elements
- 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.LongProcedure) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Applies the given procedure
- apply(Ops.Procedure<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Applies the given procedure to mapped elements
- apply(Ops.LongProcedure) - Method in class extra166y.ParallelLongArray
-
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.ParallelLongArrayWithLongMapping
-
Applies the given procedure to 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
- 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.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
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
- 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(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.
- 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(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(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(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.
- createUsingHandoff(T[], ForkJoinPool) - Static method in class extra166y.ParallelArray
-
Creates a new ParallelArray initially using the given array and
executor.
- 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.
- 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.
- 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.
- 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 java.util.ConcurrentMap
supporting user-defined
equivalence comparisons, soft, weak, or strong keys and values, and
user-supplied computational methods for setting and updating
values.
- 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() - Constructor for class extra166y.CustomConcurrentHashMap
-
Creates a new CustomConcurrentHashMap with strong keys and
values, and equality-based equivalence.
- 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 a
CustomConcurrentHashMap
, 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.
- map(K) - Method in interface extra166y.CustomConcurrentHashMap.MappingFunction
-
Returns a value for the given key, or null if there is no
mapping.
- max(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Returns the maximum element, or null if empty
- 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(Ops.DoubleComparator) - 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(Ops.LongComparator) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Comparator<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns the maximum element, or null if empty
- max() - Method in class extra166y.ParallelArrayWithMapping
-
Returns the maximum element, or null if empty
assuming that all elements are Comparables
- max(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Returns the maximum element, or -Double.MAX_VALUE if empty
- 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(Ops.DoubleComparator) - 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(Ops.LongComparator) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Comparator<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the maximum mapped element, or null if empty
- max() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the maximum mapped element, or null if empty
assuming that all elements are Comparables
- max(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Returns the maximum element, or Long.MIN_VALUE if empty
- 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(Ops.DoubleComparator) - 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(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the maximum element, or Long.MIN_VALUE if empty
- max(Comparator<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the maximum mapped element, or null if empty
- max() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the maximum mapped element, or null if empty
assuming that all elements are Comparables
- 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(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Returns the minimum element, or null if empty
- 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(Ops.DoubleComparator) - 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(Ops.LongComparator) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Comparator<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns the minimum element, or null if empty
- min() - Method in class extra166y.ParallelArrayWithMapping
-
Returns the minimum element, or null if empty,
assuming that all elements are Comparables
- min(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Returns the minimum element, or Double.MAX_VALUE if empty
- 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(Ops.DoubleComparator) - 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(Ops.LongComparator) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Comparator<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the minimum mapped element, or null if empty
- min() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns the minimum mapped element, or null if empty,
assuming that all elements are Comparables
- min(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Returns the minimum element, or Long.MAX_VALUE if empty
- 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(Ops.DoubleComparator) - 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(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns the minimum element, or Long.MAX_VALUE if empty
- min(Comparator<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the minimum mapped element, or null if empty
- min() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns the minimum mapped element, or null if empty,
assuming that all elements are Comparables
- 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.
- reduce(Ops.Reducer<T>, T) - Method in class extra166y.ParallelArray
-
Returns reduction of elements
- reduce(Ops.DoubleReducer, double) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns reduction of mapped elements
- reduce(Ops.LongReducer, long) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns reduction of mapped elements
- reduce(Ops.Reducer<U>, U) - Method in class extra166y.ParallelArrayWithMapping
-
Returns reduction of 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.LongReducer, long) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns reduction of mapped elements
- reduce(Ops.Reducer<U>, U) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns reduction of mapped elements
- reduce(Ops.LongReducer, long) - Method in class extra166y.ParallelLongArray
-
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.ParallelLongArrayWithLongMapping
-
Returns reduction of 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.Predicate<? super T>) - Method in class extra166y.ParallelArray
-
Removes from the array all elements for which the given
selector holds.
- 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.
- 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.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.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.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.IntToObject<? extends T>) - Method in class extra166y.ParallelArray
-
Replaces elements with the results of applying the given
mapping to their indices.
- 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.IntToObject<? extends T>) - Method in class extra166y.ParallelArrayWithFilter
-
Replaces elements with the results of applying the given
op to their indices
- 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.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.IntToDouble) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with the results of applying the given
op to their indices
- 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.IntToLong) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the results of applying the given
op to their indices.
- 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.IntToLong) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with the results of applying the given
op to their indices.
- 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.
- 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.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<T, T, T>, T[]) - Method in class extra166y.ParallelArray
-
Replaces elements with results of applying
op(thisElement, otherElement)
- 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.
- 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.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.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with results of applying
op(thisElement, otherElement)
- replaceWithMapping(Ops.BinaryDoubleOp, double[]) - Method in class extra166y.ParallelDoubleArray
-
Replaces elements with results of applying
op(thisElement, otherElement)
- replaceWithMapping(Ops.DoubleOp) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
Replaces elements with the results of applying the given
op to their current values.
- replaceWithMapping(Ops.BinaryDoubleOp, ParallelDoubleArrayWithDoubleMapping) - Method in class extra166y.ParallelDoubleArrayWithFilter
-
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.LongOp) - Method in class extra166y.ParallelLongArray
-
Replaces elements with the results of applying the given op
to their current values.
- replaceWithMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArray
-
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.LongOp) - Method in class extra166y.ParallelLongArrayWithFilter
-
Replaces elements with the results of applying the given
op to their current values.
- replaceWithMapping(Ops.BinaryLongOp, ParallelLongArrayWithLongMapping) - Method in class extra166y.ParallelLongArrayWithFilter
-
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).
- 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.
- 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.
- 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, T) - Method in class extra166y.ParallelArray
-
Sets the element of the array at the given index to the given value
- 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
- 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 - Static variable in class extra166y.CustomConcurrentHashMap
-
The strength of soft references
- sort(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Sorts the array.
- sort() - Method in class extra166y.ParallelArray
-
Sorts the array, assuming all elements are Comparable.
- sort(Comparator<? super T>) - Method in class extra166y.ParallelArrayWithBounds
-
Sorts the elements.
- sort() - Method in class extra166y.ParallelArrayWithBounds
-
Sorts the elements, assuming all elements are
Comparable.
- sort(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Sorts the array.
- sort() - Method in class extra166y.ParallelDoubleArray
-
Sorts the array, assuming all elements are Comparable.
- sort(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Sorts the elements.
- sort() - Method in class extra166y.ParallelDoubleArrayWithBounds
-
Sorts the elements, assuming all elements are
Comparable.
- sort(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Sorts the array.
- sort() - Method in class extra166y.ParallelLongArray
-
Sorts the array, assuming all elements are Comparable.
- sort(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithBounds
-
Sorts the elements.
- sort() - Method in class extra166y.ParallelLongArrayWithBounds
-
Sorts the elements, assuming all elements are
Comparable.
- 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(Comparator<? super T>) - Method in class extra166y.ParallelArray
-
Returns summary statistics, using the given comparator
to locate minimum and maximum elements.
- summary() - Method in class extra166y.ParallelArray
-
Returns summary statistics, assuming that all elements are
Comparables
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns summary statistics
- summary() - Method in class extra166y.ParallelArrayWithDoubleMapping
-
Returns summary statistics, using natural comparator
- summary(Ops.LongComparator) - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns summary statistics
- summary() - Method in class extra166y.ParallelArrayWithLongMapping
-
Returns summary statistics, using natural comparator
- summary(Comparator<? super U>) - Method in class extra166y.ParallelArrayWithMapping
-
Returns summary statistics, using the given comparator
to locate minimum and maximum elements.
- summary() - Method in class extra166y.ParallelArrayWithMapping
-
Returns summary statistics, assuming that all elements are
Comparables
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArray
-
Returns summary statistics, using the given comparator
to locate minimum and maximum elements.
- summary() - Method in class extra166y.ParallelDoubleArray
-
Returns summary statistics, using natural comparator
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns summary statistics
- summary() - Method in class extra166y.ParallelDoubleArrayWithDoubleMapping
-
Returns summary statistics, using natural comparator
- summary(Ops.LongComparator) - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns summary statistics
- summary() - Method in class extra166y.ParallelDoubleArrayWithLongMapping
-
Returns summary statistics, using natural comparator
- summary(Comparator<? super U>) - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns summary statistics, using the given comparator
to locate minimum and maximum elements.
- summary() - Method in class extra166y.ParallelDoubleArrayWithMapping
-
Returns summary statistics, assuming that all elements are
Comparables
- summary(Ops.LongComparator) - Method in class extra166y.ParallelLongArray
-
Returns summary statistics, using the given comparator
to locate minimum and maximum elements.
- summary() - Method in class extra166y.ParallelLongArray
-
Returns summary statistics, using natural comparator
- summary(Ops.DoubleComparator) - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns summary statistics
- summary() - Method in class extra166y.ParallelLongArrayWithDoubleMapping
-
Returns summary statistics, using natural comparator
- summary(Ops.LongComparator) - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns summary statistics
- summary() - Method in class extra166y.ParallelLongArrayWithLongMapping
-
Returns summary statistics, using natural comparator
- summary(Comparator<? super U>) - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns summary statistics, using the given comparator
to locate minimum and maximum elements.
- summary() - Method in class extra166y.ParallelLongArrayWithMapping
-
Returns summary statistics, assuming that all elements are
Comparables
- 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.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.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.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
- 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.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.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.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.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.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.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.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.
- 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
- 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.
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.
- 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 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.
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.ParallelLongArrayWithDoubleMapping
-
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.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.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.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.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.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.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.ParallelLongArrayWithLongMapping
-
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
- 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.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.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.ParallelLongArrayWithLongMapping
-
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.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.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.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.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.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
- 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.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.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.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.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 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.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.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.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.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.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.