Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoublePredicate
-
Packages that use DoublePredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.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.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.factory.primitive This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.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.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of DoublePredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoublePredicate Modifier and Type Method Description booleanDoubleIterable. allSatisfy(DoublePredicate predicate)Returns true if all of the elements in the DoubleIterable return true for the specified predicate, otherwise returns false.booleanDoubleIterable. anySatisfy(DoublePredicate predicate)Returns true if any of the elements in the DoubleIterable return true for the specified predicate, otherwise returns false.intDoubleIterable. count(DoublePredicate predicate)Returns a count of the number of elements in the DoubleIterable that return true for the specified predicate.doubleDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)default booleanDoubleIterable. noneSatisfy(DoublePredicate predicate)Returns true if none of the elements in the DoubleIterable return true for the specified predicate, otherwise returns false.DoubleIterableDoubleIterable. reject(DoublePredicate predicate)Returns a new DoubleIterable with all of the elements in the DoubleIterable that return false for the specified predicate.default <R extends MutableDoubleCollection>
RDoubleIterable. reject(DoublePredicate predicate, R target)Same asDoubleIterable.reject(DoublePredicate), only the results are added to the target MutableDoubleCollection.LazyDoubleIterableLazyDoubleIterable. reject(DoublePredicate predicate)DoubleIterableDoubleIterable. select(DoublePredicate predicate)Returns a new DoubleIterable with all of the elements in the DoubleIterable that return true for the specified predicate.default <R extends MutableDoubleCollection>
RDoubleIterable. select(DoublePredicate predicate, R target)Same asDoubleIterable.select(DoublePredicate), only the results are added to the target MutableDoubleCollection.LazyDoubleIterableLazyDoubleIterable. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleBagDoubleBag. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleBag. reject(DoublePredicate predicate)MutableDoubleBagMutableDoubleBag. reject(DoublePredicate predicate)DoubleBagDoubleBag. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleBag. select(DoublePredicate predicate)MutableDoubleBagMutableDoubleBag. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type DoublePredicate Modifier and Type Method Description ImmutableDoubleCollectionImmutableDoubleCollection. reject(DoublePredicate predicate)MutableDoubleCollectionMutableDoubleCollection. reject(DoublePredicate predicate)default booleanMutableDoubleCollection. removeIf(DoublePredicate predicate)ImmutableDoubleCollectionImmutableDoubleCollection. select(DoublePredicate predicate)MutableDoubleCollectionMutableDoubleCollection. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleListDoubleList. reject(DoublePredicate predicate)ImmutableDoubleListImmutableDoubleList. reject(DoublePredicate predicate)MutableDoubleListMutableDoubleList. reject(DoublePredicate predicate)DoubleListDoubleList. select(DoublePredicate predicate)ImmutableDoubleListImmutableDoubleList. select(DoublePredicate predicate)MutableDoubleListMutableDoubleList. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.api.map.primitive
-
Uses of DoublePredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type DoublePredicate Modifier and Type Method Description OrderedDoubleIterableOrderedDoubleIterable. reject(DoublePredicate predicate)ReversibleDoubleIterableReversibleDoubleIterable. reject(DoublePredicate predicate)OrderedDoubleIterableOrderedDoubleIterable. select(DoublePredicate predicate)ReversibleDoubleIterableReversibleDoubleIterable. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleSetDoubleSet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSet. reject(DoublePredicate predicate)MutableDoubleSetMutableDoubleSet. reject(DoublePredicate predicate)DoubleSetDoubleSet. select(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSet. select(DoublePredicate predicate)MutableDoubleSetMutableDoubleSet. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleStackDoubleStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleStack. reject(DoublePredicate predicate)MutableDoubleStackMutableDoubleStack. reject(DoublePredicate predicate)DoubleStackDoubleStack. select(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleStack. select(DoublePredicate predicate)MutableDoubleStackMutableDoubleStack. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanImmutableDoubleEmptyBag. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleHashBag. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonBag. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleEmptyBag. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleHashBag. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonBag. anySatisfy(DoublePredicate predicate)intImmutableDoubleEmptyBag. count(DoublePredicate predicate)intImmutableDoubleHashBag. count(DoublePredicate predicate)intImmutableDoubleSingletonBag. count(DoublePredicate predicate)doubleImmutableDoubleEmptyBag. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleHashBag. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleSingletonBag. detectIfNone(DoublePredicate predicate, double ifNone)booleanImmutableDoubleEmptyBag. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleHashBag. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonBag. noneSatisfy(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleEmptyBag. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleHashBag. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleSingletonBag. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleEmptyBag. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleHashBag. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleSingletonBag. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanDoubleHashBag. allSatisfy(DoublePredicate predicate)booleanDoubleHashBag. anySatisfy(DoublePredicate predicate)intDoubleHashBag. count(DoublePredicate predicate)doubleDoubleHashBag. detectIfNone(DoublePredicate predicate, double ifNone)booleanDoubleHashBag. noneSatisfy(DoublePredicate predicate)DoubleHashBagDoubleHashBag. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleBag. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleBag. reject(DoublePredicate predicate)booleanDoubleHashBag. removeIf(DoublePredicate predicate)DoubleHashBagDoubleHashBag. select(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleBag. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleBag. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement DoublePredicate Modifier and Type Class Description private static classDoublePredicates.AlwaysFalseDoublePredicateprivate static classDoublePredicates.AlwaysTrueDoublePredicateprivate static classDoublePredicates.AndDoublePredicateprivate static classDoublePredicates.EqualsDoublePredicateprivate static classDoublePredicates.EqualsWithDeltaDoublePredicateprivate static classDoublePredicates.GreaterThanDoublePredicateprivate static classDoublePredicates.LessThanDoublePredicateprivate static classDoublePredicates.NotDoublePredicateprivate static classDoublePredicates.OrDoublePredicateFields in org.eclipse.collections.impl.block.factory.primitive declared as DoublePredicate Modifier and Type Field Description private static DoublePredicateDoublePredicates. ALWAYS_FALSEprivate static DoublePredicateDoublePredicates. ALWAYS_TRUEprivate DoublePredicateDoublePredicates.NotDoublePredicate. negateprivate DoublePredicateDoublePredicates.AndDoublePredicate. oneprivate DoublePredicateDoublePredicates.OrDoublePredicate. oneprivate DoublePredicateDoublePredicates.AndDoublePredicate. twoprivate DoublePredicateDoublePredicates.OrDoublePredicate. twoMethods in org.eclipse.collections.impl.block.factory.primitive that return DoublePredicate Modifier and Type Method Description static DoublePredicateDoublePredicates. alwaysFalse()static DoublePredicateDoublePredicates. alwaysTrue()static DoublePredicateDoublePredicates. and(DoublePredicate one, DoublePredicate two)static DoublePredicateDoublePredicates. equal(double expected)static DoublePredicateDoublePredicates. equal(double expected, double delta)static DoublePredicateDoublePredicates. greaterThan(double expected)static DoublePredicateDoublePredicates. lessThan(double expected)static DoublePredicateDoublePredicates. not(DoublePredicate negate)static DoublePredicateDoublePredicates. or(DoublePredicate one, DoublePredicate two)Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type DoublePredicate Modifier and Type Method Description static DoublePredicateDoublePredicates. and(DoublePredicate one, DoublePredicate two)static DoublePredicateDoublePredicates. not(DoublePredicate negate)static DoublePredicateDoublePredicates. or(DoublePredicate one, DoublePredicate two)Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type DoublePredicate Constructor Description AndDoublePredicate(DoublePredicate one, DoublePredicate two)NotDoublePredicate(DoublePredicate negate)OrDoublePredicate(DoublePredicate one, DoublePredicate two) -
Uses of DoublePredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type DoublePredicate Modifier and Type Field Description private MutableList<Pair<DoublePredicate,DoubleToObjectFunction<? extends V>>>DoubleCaseFunction. predicateFunctionsMethods in org.eclipse.collections.impl.block.function.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleCaseFunction<V>DoubleCaseFunction. addCase(DoublePredicate predicate, DoubleToObjectFunction<? extends V> function) -
Uses of DoublePredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type DoublePredicate Modifier and Type Field Description private MutableList<Pair<DoublePredicate,DoubleProcedure>>DoubleCaseProcedure. predicateProceduresMethods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleCaseProcedureDoubleCaseProcedure. addCase(DoublePredicate predicate, DoubleProcedure procedure) -
Uses of DoublePredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanAbstractSynchronizedDoubleCollection. allSatisfy(DoublePredicate predicate)booleanAbstractUnmodifiableDoubleCollection. allSatisfy(DoublePredicate predicate)booleanAbstractSynchronizedDoubleCollection. anySatisfy(DoublePredicate predicate)booleanAbstractUnmodifiableDoubleCollection. anySatisfy(DoublePredicate predicate)intAbstractSynchronizedDoubleCollection. count(DoublePredicate predicate)intAbstractUnmodifiableDoubleCollection. count(DoublePredicate predicate)doubleAbstractSynchronizedDoubleCollection. detectIfNone(DoublePredicate predicate, double ifNone)doubleAbstractUnmodifiableDoubleCollection. detectIfNone(DoublePredicate predicate, double ifNone)booleanAbstractSynchronizedDoubleCollection. noneSatisfy(DoublePredicate predicate)booleanAbstractUnmodifiableDoubleCollection. noneSatisfy(DoublePredicate predicate)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. reject(DoublePredicate predicate)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. reject(DoublePredicate predicate)booleanAbstractSynchronizedDoubleCollection. removeIf(DoublePredicate predicate)booleanAbstractUnmodifiableDoubleCollection. removeIf(DoublePredicate predicate)MutableDoubleCollectionAbstractSynchronizedDoubleCollection. select(DoublePredicate predicate)MutableDoubleCollectionAbstractUnmodifiableDoubleCollection. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as DoublePredicate Modifier and Type Field Description private DoublePredicateSelectDoubleIterable.CountDoubleProcedure. predicateprivate DoublePredicateSelectDoubleIterable. predicateprivate DoublePredicateSelectDoubleIterable.SelectDoubleIterator. predicateMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanAbstractLazyDoubleIterable. allSatisfy(DoublePredicate predicate)booleanCollectDoubleIterable. allSatisfy(DoublePredicate predicate)booleanLazyDoubleIterableAdapter. allSatisfy(DoublePredicate predicate)booleanSelectDoubleIterable. allSatisfy(DoublePredicate predicate)booleanTapDoubleIterable. allSatisfy(DoublePredicate predicate)booleanAbstractLazyDoubleIterable. anySatisfy(DoublePredicate predicate)booleanCollectDoubleIterable. anySatisfy(DoublePredicate predicate)booleanLazyDoubleIterableAdapter. anySatisfy(DoublePredicate predicate)booleanSelectDoubleIterable. anySatisfy(DoublePredicate predicate)booleanTapDoubleIterable. anySatisfy(DoublePredicate predicate)intAbstractLazyDoubleIterable. count(DoublePredicate predicate)intCollectDoubleIterable. count(DoublePredicate predicate)intLazyDoubleIterableAdapter. count(DoublePredicate predicate)intSelectDoubleIterable. count(DoublePredicate predicate)doubleAbstractLazyDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)doubleLazyDoubleIterableAdapter. detectIfNone(DoublePredicate predicate, double ifNone)doubleTapDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)booleanAbstractLazyDoubleIterable. noneSatisfy(DoublePredicate predicate)booleanLazyDoubleIterableAdapter. noneSatisfy(DoublePredicate predicate)booleanTapDoubleIterable. noneSatisfy(DoublePredicate predicate)LazyDoubleIterableAbstractLazyDoubleIterable. reject(DoublePredicate predicate)LazyDoubleIterableAbstractLazyDoubleIterable. select(DoublePredicate predicate)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoublePredicate Constructor Description CountDoubleProcedure(DoublePredicate predicate)SelectDoubleIterable(DoubleIterable delegate, DoublePredicate predicate)SelectDoubleIterator(DoubleIterable iterable, DoublePredicate predicate)SelectDoubleIterator(DoubleIterator iterator, DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanImmutableDoubleArrayList. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleEmptyList. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonList. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleArrayList. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleEmptyList. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonList. anySatisfy(DoublePredicate predicate)intImmutableDoubleArrayList. count(DoublePredicate predicate)intImmutableDoubleEmptyList. count(DoublePredicate predicate)intImmutableDoubleSingletonList. count(DoublePredicate predicate)doubleImmutableDoubleArrayList. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleEmptyList. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleSingletonList. detectIfNone(DoublePredicate predicate, double ifNone)booleanImmutableDoubleEmptyList. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonList. noneSatisfy(DoublePredicate predicate)ImmutableDoubleListImmutableDoubleArrayList. reject(DoublePredicate predicate)<R extends MutableDoubleCollection>
RImmutableDoubleArrayList. reject(DoublePredicate predicate, R target)ImmutableDoubleListImmutableDoubleEmptyList. reject(DoublePredicate predicate)ImmutableDoubleListImmutableDoubleSingletonList. reject(DoublePredicate predicate)ImmutableDoubleListImmutableDoubleArrayList. select(DoublePredicate predicate)<R extends MutableDoubleCollection>
RImmutableDoubleArrayList. select(DoublePredicate predicate, R target)ImmutableDoubleListImmutableDoubleEmptyList. select(DoublePredicate predicate)ImmutableDoubleListImmutableDoubleSingletonList. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanDoubleArrayList. allSatisfy(DoublePredicate predicate)booleanDoubleArrayList. anySatisfy(DoublePredicate predicate)intDoubleArrayList. count(DoublePredicate predicate)doubleDoubleArrayList. detectIfNone(DoublePredicate predicate, double ifNone)DoubleArrayListDoubleArrayList. reject(DoublePredicate predicate)<R extends MutableDoubleCollection>
RDoubleArrayList. reject(DoublePredicate predicate, R target)MutableDoubleListSynchronizedDoubleList. reject(DoublePredicate predicate)MutableDoubleListUnmodifiableDoubleList. reject(DoublePredicate predicate)booleanDoubleArrayList. removeIf(DoublePredicate predicate)DoubleArrayListDoubleArrayList. select(DoublePredicate predicate)<R extends MutableDoubleCollection>
RDoubleArrayList. select(DoublePredicate predicate, R target)MutableDoubleListSynchronizedDoubleList. select(DoublePredicate predicate)MutableDoubleListUnmodifiableDoubleList. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanImmutableByteDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableByteDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableByteDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableCharDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableCharDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableCharDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableIntDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableIntDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableIntDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableLongDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableLongDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableLongDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableShortDoubleEmptyMap. allSatisfy(DoublePredicate predicate)booleanImmutableShortDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanImmutableShortDoubleSingletonMap. allSatisfy(DoublePredicate predicate)booleanImmutableByteDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableByteDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableByteDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableCharDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableCharDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableCharDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableIntDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableIntDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableIntDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableLongDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableLongDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableLongDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleSingletonMap. anySatisfy(DoublePredicate predicate)booleanImmutableShortDoubleEmptyMap. anySatisfy(DoublePredicate predicate)booleanImmutableShortDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanImmutableShortDoubleSingletonMap. anySatisfy(DoublePredicate predicate)intImmutableByteDoubleEmptyMap. count(DoublePredicate predicate)intImmutableByteDoubleHashMap. count(DoublePredicate predicate)intImmutableByteDoubleSingletonMap. count(DoublePredicate predicate)intImmutableCharDoubleEmptyMap. count(DoublePredicate predicate)intImmutableCharDoubleHashMap. count(DoublePredicate predicate)intImmutableCharDoubleSingletonMap. count(DoublePredicate predicate)intImmutableDoubleDoubleEmptyMap. count(DoublePredicate predicate)intImmutableDoubleDoubleHashMap. count(DoublePredicate predicate)intImmutableDoubleDoubleSingletonMap. count(DoublePredicate predicate)intImmutableFloatDoubleEmptyMap. count(DoublePredicate predicate)intImmutableFloatDoubleHashMap. count(DoublePredicate predicate)intImmutableFloatDoubleSingletonMap. count(DoublePredicate predicate)intImmutableIntDoubleEmptyMap. count(DoublePredicate predicate)intImmutableIntDoubleHashMap. count(DoublePredicate predicate)intImmutableIntDoubleSingletonMap. count(DoublePredicate predicate)intImmutableLongDoubleEmptyMap. count(DoublePredicate predicate)intImmutableLongDoubleHashMap. count(DoublePredicate predicate)intImmutableLongDoubleSingletonMap. count(DoublePredicate predicate)intImmutableObjectDoubleEmptyMap. count(DoublePredicate predicate)intImmutableObjectDoubleHashMap. count(DoublePredicate predicate)intImmutableObjectDoubleSingletonMap. count(DoublePredicate predicate)intImmutableShortDoubleEmptyMap. count(DoublePredicate predicate)intImmutableShortDoubleHashMap. count(DoublePredicate predicate)intImmutableShortDoubleSingletonMap. count(DoublePredicate predicate)doubleImmutableByteDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableByteDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableByteDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableCharDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableCharDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableCharDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableFloatDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableFloatDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableFloatDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableIntDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableIntDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableIntDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableLongDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableLongDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableLongDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableObjectDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableObjectDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableObjectDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableShortDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableShortDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableShortDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)booleanImmutableByteDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableByteDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableByteDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableCharDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableCharDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableCharDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableFloatDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableIntDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableIntDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableIntDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableLongDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableLongDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableLongDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableObjectDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)booleanImmutableShortDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)booleanImmutableShortDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanImmutableShortDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleCollectionImmutableObjectDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleCollectionImmutableObjectDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleCollectionImmutableObjectDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleEmptyMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleHashMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleSingletonMap. reject(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableByteDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableCharDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableDoubleDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableFloatDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableIntDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableLongDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleCollectionImmutableObjectDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleCollectionImmutableObjectDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleCollectionImmutableObjectDoubleSingletonMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleEmptyMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleHashMap. select(DoublePredicate predicate)ImmutableDoubleBagImmutableShortDoubleSingletonMap. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanAbstractMutableDoubleKeySet. allSatisfy(DoublePredicate predicate)booleanAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. allSatisfy(DoublePredicate predicate)booleanAbstractMutableDoubleValuesMap. allSatisfy(DoublePredicate predicate)booleanDoubleBooleanHashMap.KeysView. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleMapKeySet. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleMapKeySet. allSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMap. allSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMap.ValuesCollection. allSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMapWithHashingStrategy. allSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection. allSatisfy(DoublePredicate predicate)booleanSynchronizedByteDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedCharDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedDoubleDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedFloatDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedIntDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedLongDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedObjectDoubleMap. allSatisfy(DoublePredicate predicate)booleanSynchronizedShortDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableByteDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableCharDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableDoubleDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableFloatDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableIntDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableLongDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableObjectDoubleMap. allSatisfy(DoublePredicate predicate)booleanUnmodifiableShortDoubleMap. allSatisfy(DoublePredicate predicate)booleanAbstractMutableDoubleKeySet. anySatisfy(DoublePredicate predicate)booleanAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. anySatisfy(DoublePredicate predicate)booleanAbstractMutableDoubleValuesMap. anySatisfy(DoublePredicate predicate)booleanDoubleBooleanHashMap.KeysView. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleMapKeySet. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleMapKeySet. anySatisfy(DoublePredicate predicate)booleanObjectDoubleHashMap. anySatisfy(DoublePredicate predicate)booleanObjectDoubleHashMap.ValuesCollection. anySatisfy(DoublePredicate predicate)booleanObjectDoubleHashMapWithHashingStrategy. anySatisfy(DoublePredicate predicate)booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection. anySatisfy(DoublePredicate predicate)booleanSynchronizedByteDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedCharDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedDoubleDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedFloatDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedIntDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedLongDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedObjectDoubleMap. anySatisfy(DoublePredicate predicate)booleanSynchronizedShortDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableByteDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableCharDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableDoubleDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableFloatDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableIntDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableLongDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableObjectDoubleMap. anySatisfy(DoublePredicate predicate)booleanUnmodifiableShortDoubleMap. anySatisfy(DoublePredicate predicate)intAbstractMutableDoubleKeySet. count(DoublePredicate predicate)intAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. count(DoublePredicate predicate)intAbstractMutableDoubleValuesMap. count(DoublePredicate predicate)intDoubleBooleanHashMap.KeysView. count(DoublePredicate predicate)intImmutableDoubleDoubleMapKeySet. count(DoublePredicate predicate)intImmutableDoubleMapKeySet. count(DoublePredicate predicate)intObjectDoubleHashMap. count(DoublePredicate predicate)intObjectDoubleHashMap.ValuesCollection. count(DoublePredicate predicate)intObjectDoubleHashMapWithHashingStrategy. count(DoublePredicate predicate)intObjectDoubleHashMapWithHashingStrategy.ValuesCollection. count(DoublePredicate predicate)intSynchronizedByteDoubleMap. count(DoublePredicate predicate)intSynchronizedCharDoubleMap. count(DoublePredicate predicate)intSynchronizedDoubleDoubleMap. count(DoublePredicate predicate)intSynchronizedFloatDoubleMap. count(DoublePredicate predicate)intSynchronizedIntDoubleMap. count(DoublePredicate predicate)intSynchronizedLongDoubleMap. count(DoublePredicate predicate)intSynchronizedObjectDoubleMap. count(DoublePredicate predicate)intSynchronizedShortDoubleMap. count(DoublePredicate predicate)intUnmodifiableByteDoubleMap. count(DoublePredicate predicate)intUnmodifiableCharDoubleMap. count(DoublePredicate predicate)intUnmodifiableDoubleDoubleMap. count(DoublePredicate predicate)intUnmodifiableFloatDoubleMap. count(DoublePredicate predicate)intUnmodifiableIntDoubleMap. count(DoublePredicate predicate)intUnmodifiableLongDoubleMap. count(DoublePredicate predicate)intUnmodifiableObjectDoubleMap. count(DoublePredicate predicate)intUnmodifiableShortDoubleMap. count(DoublePredicate predicate)doubleAbstractMutableDoubleKeySet. detectIfNone(DoublePredicate predicate, double ifNone)doubleAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. detectIfNone(DoublePredicate predicate, double ifNone)doubleAbstractMutableDoubleValuesMap. detectIfNone(DoublePredicate predicate, double value)doubleDoubleBooleanHashMap.KeysView. detectIfNone(DoublePredicate predicate, double value)doubleImmutableDoubleDoubleMapKeySet. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleMapKeySet. detectIfNone(DoublePredicate predicate, double ifNone)doubleObjectDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleObjectDoubleHashMap.ValuesCollection. detectIfNone(DoublePredicate predicate, double ifNone)doubleObjectDoubleHashMapWithHashingStrategy. detectIfNone(DoublePredicate predicate, double ifNone)doubleObjectDoubleHashMapWithHashingStrategy.ValuesCollection. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedByteDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedCharDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedDoubleDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedFloatDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedIntDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedLongDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedObjectDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleSynchronizedShortDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableByteDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableCharDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableDoubleDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableFloatDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableIntDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableLongDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableObjectDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableShortDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)booleanAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleDoubleMapKeySet. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleMapKeySet. noneSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMap. noneSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMap.ValuesCollection. noneSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMapWithHashingStrategy. noneSatisfy(DoublePredicate predicate)booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(DoublePredicate predicate)booleanSynchronizedByteDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedCharDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedDoubleDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedFloatDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedIntDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedLongDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedObjectDoubleMap. noneSatisfy(DoublePredicate predicate)booleanSynchronizedShortDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableByteDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableCharDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableDoubleDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableFloatDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableIntDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableLongDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableObjectDoubleMap. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableShortDoubleMap. noneSatisfy(DoublePredicate predicate)MutableDoubleSetAbstractMutableDoubleKeySet. reject(DoublePredicate predicate)MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. reject(DoublePredicate predicate)MutableDoubleBagAbstractMutableDoubleValuesMap. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleDoubleMapKeySet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleMapKeySet. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy. reject(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedByteDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedCharDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedFloatDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedIntDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedLongDoubleMap. reject(DoublePredicate predicate)MutableDoubleCollectionSynchronizedObjectDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagSynchronizedShortDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableByteDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableCharDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableFloatDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableIntDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableLongDoubleMap. reject(DoublePredicate predicate)MutableDoubleCollectionUnmodifiableObjectDoubleMap. reject(DoublePredicate predicate)MutableDoubleBagUnmodifiableShortDoubleMap. reject(DoublePredicate predicate)MutableDoubleSetAbstractMutableDoubleKeySet. select(DoublePredicate predicate)MutableDoubleCollectionAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. select(DoublePredicate predicate)MutableDoubleBagAbstractMutableDoubleValuesMap. select(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleDoubleMapKeySet. select(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleMapKeySet. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMap.ValuesCollection. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy. select(DoublePredicate predicate)MutableDoubleCollectionObjectDoubleHashMapWithHashingStrategy.ValuesCollection. select(DoublePredicate predicate)MutableDoubleBagSynchronizedByteDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedCharDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedDoubleDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedFloatDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedIntDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedLongDoubleMap. select(DoublePredicate predicate)MutableDoubleCollectionSynchronizedObjectDoubleMap. select(DoublePredicate predicate)MutableDoubleBagSynchronizedShortDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableByteDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableCharDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableDoubleDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableFloatDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableIntDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableLongDoubleMap. select(DoublePredicate predicate)MutableDoubleCollectionUnmodifiableObjectDoubleMap. select(DoublePredicate predicate)MutableDoubleBagUnmodifiableShortDoubleMap. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanSynchronizedDoubleIterable. allSatisfy(DoublePredicate predicate)booleanSynchronizedDoubleIterable. anySatisfy(DoublePredicate predicate)intSynchronizedDoubleIterable. count(DoublePredicate predicate)doubleSynchronizedDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)booleanSynchronizedDoubleIterable. noneSatisfy(DoublePredicate predicate)DoubleIterableSynchronizedDoubleIterable. reject(DoublePredicate predicate)DoubleIterableSynchronizedDoubleIterable. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanImmutableDoubleEmptySet. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonSet. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleEmptySet. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonSet. anySatisfy(DoublePredicate predicate)intImmutableDoubleEmptySet. count(DoublePredicate predicate)intImmutableDoubleSingletonSet. count(DoublePredicate predicate)doubleImmutableDoubleEmptySet. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleSingletonSet. detectIfNone(DoublePredicate predicate, double ifNone)booleanImmutableDoubleEmptySet. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonSet. noneSatisfy(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleEmptySet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSingletonSet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleEmptySet. select(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSingletonSet. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanDoubleHashSet. allSatisfy(DoublePredicate predicate)booleanDoubleHashSet.ImmutableDoubleHashSet. allSatisfy(DoublePredicate predicate)booleanDoubleHashSet. anySatisfy(DoublePredicate predicate)booleanDoubleHashSet.ImmutableDoubleHashSet. anySatisfy(DoublePredicate predicate)intDoubleHashSet. count(DoublePredicate predicate)intDoubleHashSet.ImmutableDoubleHashSet. count(DoublePredicate predicate)doubleDoubleHashSet. detectIfNone(DoublePredicate predicate, double ifNone)doubleDoubleHashSet.ImmutableDoubleHashSet. detectIfNone(DoublePredicate predicate, double ifNone)booleanDoubleHashSet.ImmutableDoubleHashSet. noneSatisfy(DoublePredicate predicate)ImmutableDoubleSetDoubleHashSet.ImmutableDoubleHashSet. reject(DoublePredicate predicate)DoubleHashSetDoubleHashSet. reject(DoublePredicate predicate)<R extends MutableDoubleCollection>
RDoubleHashSet. reject(DoublePredicate predicate, R target)MutableDoubleSetSynchronizedDoubleSet. reject(DoublePredicate predicate)MutableDoubleSetUnmodifiableDoubleSet. reject(DoublePredicate predicate)ImmutableDoubleSetDoubleHashSet.ImmutableDoubleHashSet. select(DoublePredicate predicate)DoubleHashSetDoubleHashSet. select(DoublePredicate predicate)<R extends MutableDoubleCollection>
RDoubleHashSet. select(DoublePredicate predicate, R target)MutableDoubleSetSynchronizedDoubleSet. select(DoublePredicate predicate)MutableDoubleSetUnmodifiableDoubleSet. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanImmutableDoubleEmptyStack. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonStack. allSatisfy(DoublePredicate predicate)booleanImmutableDoubleEmptyStack. anySatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonStack. anySatisfy(DoublePredicate predicate)intImmutableDoubleEmptyStack. count(DoublePredicate predicate)intImmutableDoubleSingletonStack. count(DoublePredicate predicate)doubleImmutableDoubleEmptyStack. detectIfNone(DoublePredicate predicate, double ifNone)doubleImmutableDoubleSingletonStack. detectIfNone(DoublePredicate predicate, double ifNone)booleanImmutableDoubleEmptyStack. noneSatisfy(DoublePredicate predicate)booleanImmutableDoubleSingletonStack. noneSatisfy(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleArrayStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleEmptyStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleSingletonStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleArrayStack. select(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleEmptyStack. select(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleSingletonStack. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanSynchronizedDoubleStack. allSatisfy(DoublePredicate predicate)booleanUnmodifiableDoubleStack. allSatisfy(DoublePredicate predicate)booleanSynchronizedDoubleStack. anySatisfy(DoublePredicate predicate)booleanUnmodifiableDoubleStack. anySatisfy(DoublePredicate predicate)intSynchronizedDoubleStack. count(DoublePredicate predicate)intUnmodifiableDoubleStack. count(DoublePredicate predicate)doubleSynchronizedDoubleStack. detectIfNone(DoublePredicate predicate, double ifNone)doubleUnmodifiableDoubleStack. detectIfNone(DoublePredicate predicate, double ifNone)booleanSynchronizedDoubleStack. noneSatisfy(DoublePredicate predicate)booleanUnmodifiableDoubleStack. noneSatisfy(DoublePredicate predicate)MutableDoubleStackDoubleArrayStack. reject(DoublePredicate predicate)MutableDoubleStackSynchronizedDoubleStack. reject(DoublePredicate predicate)MutableDoubleStackUnmodifiableDoubleStack. reject(DoublePredicate predicate)MutableDoubleStackDoubleArrayStack. select(DoublePredicate predicate)MutableDoubleStackSynchronizedDoubleStack. select(DoublePredicate predicate)MutableDoubleStackUnmodifiableDoubleStack. select(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type DoublePredicate Modifier and Type Method Description booleanAbstractDoubleStack. allSatisfy(DoublePredicate predicate)booleanAbstractDoubleStack. anySatisfy(DoublePredicate predicate)intAbstractDoubleStack. count(DoublePredicate predicate)doubleAbstractDoubleStack. detectIfNone(DoublePredicate predicate, double ifNone)booleanAbstractDoubleStack. noneSatisfy(DoublePredicate predicate) -
Uses of DoublePredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type DoublePredicate Modifier and Type Method Description static booleanDoubleIterableIterate. allSatisfy(DoubleIterable iterable, DoublePredicate predicate)static booleanDoubleIteratorIterate. allSatisfy(DoubleIterator iterator, DoublePredicate predicate)static booleanDoubleIterableIterate. anySatisfy(DoubleIterable iterable, DoublePredicate predicate)static booleanDoubleIteratorIterate. anySatisfy(DoubleIterator iterator, DoublePredicate predicate)static intDoubleIterableIterate. count(DoubleIterable iterable, DoublePredicate predicate)static intDoubleIteratorIterate. count(DoubleIterator iterator, DoublePredicate predicate)static doubleDoubleIterableIterate. detectIfNone(DoubleIterable iterable, DoublePredicate predicate, double ifNone)static doubleDoubleIteratorIterate. detectIfNone(DoubleIterator iterator, DoublePredicate predicate, double ifNone)static booleanDoubleIterableIterate. noneSatisfy(DoubleIterable iterable, DoublePredicate predicate)static booleanDoubleIteratorIterate. noneSatisfy(DoubleIterator iterator, DoublePredicate predicate)static <R extends MutableDoubleCollection>
RDoubleIterableIterate. reject(DoubleIterable iterable, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. reject(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIterableIterate. select(DoubleIterable iterable, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. select(DoubleIterator iterator, DoublePredicate predicate, R targetCollection) -
Uses of DoublePredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type DoublePredicate Modifier and Type Method Description static <V> LazyIterable<V>LazyDoubleIterate. collectIf(DoubleIterable iterable, DoublePredicate predicate, DoubleToObjectFunction<? extends V> function)Creates a deferred filtering and transforming double iterable for the specified double iterable.static LazyDoubleIterableLazyDoubleIterate. select(DoubleIterable iterable, DoublePredicate predicate)Creates a deferred filtering double iterable for the specified double iterable.
-