Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleIntPredicate
Packages that use DoubleIntPredicate
Package
Description
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
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 DoubleIntPredicateModifier and TypeMethodDescriptiondefault DoubleListDoubleList.rejectWithIndex(DoubleIntPredicate predicate) Returns a new DoubleList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleListImmutableDoubleList.rejectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.default MutableDoubleListMutableDoubleList.rejectWithIndex(DoubleIntPredicate predicate) Returns a new MutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.default DoubleListDoubleList.selectWithIndex(DoubleIntPredicate predicate) Returns a new DoubleList including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleListImmutableDoubleList.selectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleList including all elements with corresponding indexes matching the specified predicate.default MutableDoubleListMutableDoubleList.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 DoubleIntPredicateModifier and TypeMethodDescriptiondefault booleanDoubleIntMap.allSatisfyKeyValue(DoubleIntPredicate predicate) DoubleIntMap.reject(DoubleIntPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleIntMap.reject(DoubleIntPredicate predicate) MutableDoubleIntMap.reject(DoubleIntPredicate predicate) DoubleIntMap.select(DoubleIntPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleIntMap.select(DoubleIntPredicate predicate) 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 DoubleIntPredicateModifier and TypeMethodDescriptiondefault OrderedDoubleIterableOrderedDoubleIterable.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 ReversibleDoubleIterableReversibleDoubleIterable.rejectWithIndex(DoubleIntPredicate predicate) Returns a new ReversibleDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedDoubleIterableOrderedDoubleIterable.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 ReversibleDoubleIterableReversibleDoubleIterable.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 DoubleIntPredicateModifier and TypeMethodDescriptiondefault DoubleStackDoubleStack.rejectWithIndex(DoubleIntPredicate predicate) Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStackImmutableDoubleStack.rejectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.default MutableDoubleStackMutableDoubleStack.rejectWithIndex(DoubleIntPredicate predicate) Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.default DoubleStackDoubleStack.selectWithIndex(DoubleIntPredicate predicate) Returns a new DoubleStack including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStackImmutableDoubleStack.selectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default MutableDoubleStackMutableDoubleStack.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 DoubleIntPredicateModifier and TypeMethodDescriptionSynchronizedDoubleList.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.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.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.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 DoubleIntPredicateModifier and TypeMethodDescriptionbooleanImmutableDoubleIntEmptyMap.allSatisfyKeyValue(DoubleIntPredicate predicate) booleanImmutableDoubleIntHashMap.allSatisfyKeyValue(DoubleIntPredicate predicate) booleanImmutableDoubleIntSingletonMap.allSatisfyKeyValue(DoubleIntPredicate predicate) ImmutableDoubleIntEmptyMap.reject(DoubleIntPredicate predicate) ImmutableDoubleIntHashMap.reject(DoubleIntPredicate predicate) ImmutableDoubleIntSingletonMap.reject(DoubleIntPredicate predicate) ImmutableDoubleIntEmptyMap.select(DoubleIntPredicate predicate) ImmutableDoubleIntHashMap.select(DoubleIntPredicate predicate) 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 DoubleIntPredicateModifier and TypeMethodDescriptionbooleanDoubleIntHashMap.allSatisfyKeyValue(DoubleIntPredicate predicate) booleanSynchronizedDoubleIntMap.allSatisfyKeyValue(DoubleIntPredicate predicate) DoubleIntHashMap.reject(DoubleIntPredicate predicate) SynchronizedDoubleIntMap.reject(DoubleIntPredicate predicate) UnmodifiableDoubleIntMap.reject(DoubleIntPredicate predicate) DoubleIntHashMap.select(DoubleIntPredicate predicate) SynchronizedDoubleIntMap.select(DoubleIntPredicate predicate) 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 DoubleIntPredicateModifier and TypeMethodDescriptionSynchronizedDoubleStack.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.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.