Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleIntPredicate
-
Packages that use DoubleIntPredicate Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of DoubleIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description default DoubleList
DoubleList. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new DoubleList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleList
ImmutableDoubleList. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new ImmutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.default MutableDoubleList
MutableDoubleList. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.default DoubleList
DoubleList. selectWithIndex(DoubleIntPredicate predicate)
Returns a new DoubleList including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleList
ImmutableDoubleList. selectWithIndex(DoubleIntPredicate predicate)
Returns a new ImmutableDoubleList including all elements with corresponding indexes matching the specified predicate.default MutableDoubleList
MutableDoubleList. selectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleList including all elements with corresponding indexes matching the specified predicate. -
Uses of DoubleIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description DoubleIntMap
DoubleIntMap. reject(DoubleIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleIntMap
ImmutableDoubleIntMap. reject(DoubleIntPredicate predicate)
MutableDoubleIntMap
MutableDoubleIntMap. reject(DoubleIntPredicate predicate)
DoubleIntMap
DoubleIntMap. select(DoubleIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleIntMap
ImmutableDoubleIntMap. select(DoubleIntPredicate predicate)
MutableDoubleIntMap
MutableDoubleIntMap. select(DoubleIntPredicate predicate)
-
Uses of DoubleIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description default OrderedDoubleIterable
OrderedDoubleIterable. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new OrderedDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableDoubleCollection>
ROrderedDoubleIterable. rejectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleDoubleIterable
ReversibleDoubleIterable. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new ReversibleDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedDoubleIterable
OrderedDoubleIterable. selectWithIndex(DoubleIntPredicate predicate)
Returns a new OrderedDoubleIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableDoubleCollection>
ROrderedDoubleIterable. selectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleDoubleIterable
ReversibleDoubleIterable. selectWithIndex(DoubleIntPredicate predicate)
Returns a new ReversibleDoubleIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of DoubleIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description default DoubleStack
DoubleStack. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStack
ImmutableDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new ImmutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.default MutableDoubleStack
MutableDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.default DoubleStack
DoubleStack. selectWithIndex(DoubleIntPredicate predicate)
Returns a new DoubleStack including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStack
ImmutableDoubleStack. selectWithIndex(DoubleIntPredicate predicate)
Returns a new ImmutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default MutableDoubleStack
MutableDoubleStack. selectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate. -
Uses of DoubleIntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description MutableDoubleList
SynchronizedDoubleList. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RSynchronizedDoubleList. rejectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleList
UnmodifiableDoubleList. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RUnmodifiableDoubleList. rejectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleList
SynchronizedDoubleList. selectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleList including all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RSynchronizedDoubleList. selectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate.MutableDoubleList
UnmodifiableDoubleList. selectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleList including all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RUnmodifiableDoubleList. selectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of DoubleIntPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. select(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. select(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. select(DoubleIntPredicate predicate)
-
Uses of DoubleIntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description DoubleIntHashMap
DoubleIntHashMap. reject(DoubleIntPredicate predicate)
MutableDoubleIntMap
SynchronizedDoubleIntMap. reject(DoubleIntPredicate predicate)
MutableDoubleIntMap
UnmodifiableDoubleIntMap. reject(DoubleIntPredicate predicate)
DoubleIntHashMap
DoubleIntHashMap. select(DoubleIntPredicate predicate)
MutableDoubleIntMap
SynchronizedDoubleIntMap. select(DoubleIntPredicate predicate)
MutableDoubleIntMap
UnmodifiableDoubleIntMap. select(DoubleIntPredicate predicate)
-
Uses of DoubleIntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type DoubleIntPredicate Modifier and Type Method Description MutableDoubleStack
SynchronizedDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RSynchronizedDoubleStack. rejectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleStack
SynchronizedDoubleStack. selectWithIndex(DoubleIntPredicate predicate)
Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate.<R extends MutableDoubleCollection>
RSynchronizedDoubleStack. selectWithIndex(DoubleIntPredicate predicate, R target)
Returns a new MutableDoubleCollection including all elements with corresponding indexes matching the specified predicate.
-