Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntPredicate
-
Packages that use IntPredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.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 This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategys.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.list.primitive This package contains implementations of the 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.string.immutable org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of IntPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntPredicate Modifier and Type Method Description booleanIntIterable. allSatisfy(IntPredicate predicate)Returns true if all of the elements in the IntIterable return true for the specified predicate, otherwise returns false.booleanIntIterable. anySatisfy(IntPredicate predicate)Returns true if any of the elements in the IntIterable return true for the specified predicate, otherwise returns false.intIntIterable. count(IntPredicate predicate)Returns a count of the number of elements in the IntIterable that return true for the specified predicate.intIntIterable. detectIfNone(IntPredicate predicate, int ifNone)default booleanIntIterable. noneSatisfy(IntPredicate predicate)Returns true if none of the elements in the IntIterable return true for the specified predicate, otherwise returns false.IntIterableIntIterable. reject(IntPredicate predicate)Returns a new IntIterable with all of the elements in the IntIterable that return false for the specified predicate.default <R extends MutableIntCollection>
RIntIterable. reject(IntPredicate predicate, R target)Same asIntIterable.reject(IntPredicate), only the results are added to the target MutableIntCollection.LazyIntIterableLazyIntIterable. reject(IntPredicate predicate)IntIterableIntIterable. select(IntPredicate predicate)Returns a new IntIterable with all of the elements in the IntIterable that return true for the specified predicate.default <R extends MutableIntCollection>
RIntIterable. select(IntPredicate predicate, R target)Same asIntIterable.select(IntPredicate), only the results are added to the target MutableIntCollection.LazyIntIterableLazyIntIterable. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type IntPredicate Modifier and Type Method Description Bag<T>Bag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableBag<T>ImmutableBag. selectByOccurrences(IntPredicate predicate)ImmutableBagIterable<T>ImmutableBagIterable. selectByOccurrences(IntPredicate predicate)MutableBag<T>MutableBag. selectByOccurrences(IntPredicate predicate)MutableBagIterable<T>MutableBagIterable. selectByOccurrences(IntPredicate predicate)UnsortedBag<T>UnsortedBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type IntPredicate Modifier and Type Method Description ImmutableIntBagImmutableIntBag. reject(IntPredicate predicate)IntBagIntBag. reject(IntPredicate predicate)MutableIntBagMutableIntBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntBag. select(IntPredicate predicate)IntBagIntBag. select(IntPredicate predicate)MutableIntBagMutableIntBag. select(IntPredicate predicate)BooleanBagBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ByteBagByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.CharBagCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.DoubleBagDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.FloatBagFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableBooleanBagImmutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableByteBagImmutableByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableCharBagImmutableCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableDoubleBagImmutableDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableFloatBagImmutableFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableIntBagImmutableIntBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableLongBagImmutableLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableShortBagImmutableShortBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.IntBagIntBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.LongBagLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableBooleanBagMutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableByteBagMutableByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableCharBagMutableCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableDoubleBagMutableDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableFloatBagMutableFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableIntBagMutableIntBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableLongBagMutableLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableShortBagMutableShortBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ShortBagShortBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate. -
Uses of IntPredicate in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type IntPredicate Modifier and Type Method Description ImmutableSortedBag<T>ImmutableSortedBag. selectByOccurrences(IntPredicate predicate)MutableSortedBag<T>MutableSortedBag. selectByOccurrences(IntPredicate predicate)SortedBag<T>SortedBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type IntPredicate Modifier and Type Method Description ImmutableIntCollectionImmutableIntCollection. reject(IntPredicate predicate)MutableIntCollectionMutableIntCollection. reject(IntPredicate predicate)default booleanMutableIntCollection. removeIf(IntPredicate predicate)ImmutableIntCollectionImmutableIntCollection. select(IntPredicate predicate)MutableIntCollectionMutableIntCollection. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntPredicate Modifier and Type Method Description ImmutableIntListImmutableIntList. reject(IntPredicate predicate)IntListIntList. reject(IntPredicate predicate)MutableIntListMutableIntList. reject(IntPredicate predicate)ImmutableIntListImmutableIntList. select(IntPredicate predicate)IntListIntList. select(IntPredicate predicate)MutableIntListMutableIntList. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntPredicate Modifier and Type Method Description ImmutableIntBagImmutableByteIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntMap. reject(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntMap. reject(IntPredicate predicate)IntBagIntValuesMap. reject(IntPredicate predicate)MutableIntBagMutableIntValuesMap. reject(IntPredicate predicate)MutableIntCollectionMutableObjectIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntMap. select(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntMap. select(IntPredicate predicate)IntBagIntValuesMap. select(IntPredicate predicate)MutableIntBagMutableIntValuesMap. select(IntPredicate predicate)MutableIntCollectionMutableObjectIntMap. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type IntPredicate Modifier and Type Method Description OrderedIntIterableOrderedIntIterable. reject(IntPredicate predicate)ReversibleIntIterableReversibleIntIterable. reject(IntPredicate predicate)OrderedIntIterableOrderedIntIterable. select(IntPredicate predicate)ReversibleIntIterableReversibleIntIterable. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type IntPredicate Modifier and Type Method Description ImmutableIntSetImmutableIntSet. reject(IntPredicate predicate)IntSetIntSet. reject(IntPredicate predicate)MutableIntSetMutableIntSet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntSet. select(IntPredicate predicate)IntSetIntSet. select(IntPredicate predicate)MutableIntSetMutableIntSet. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type IntPredicate Modifier and Type Method Description ImmutableIntStackImmutableIntStack. reject(IntPredicate predicate)IntStackIntStack. reject(IntPredicate predicate)MutableIntStackMutableIntStack. reject(IntPredicate predicate)ImmutableIntStackImmutableIntStack. select(IntPredicate predicate)IntStackIntStack. select(IntPredicate predicate)MutableIntStackMutableIntStack. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type IntPredicate Modifier and Type Method Description ImmutableBag<T>ImmutableArrayBag. selectByOccurrences(IntPredicate predicate)ImmutableBag<T>ImmutableEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableBag<T>ImmutableHashBag. selectByOccurrences(IntPredicate predicate)ImmutableBag<T>ImmutableSingletonBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanImmutableIntEmptyBag. allSatisfy(IntPredicate predicate)booleanImmutableIntHashBag. allSatisfy(IntPredicate predicate)booleanImmutableIntSingletonBag. allSatisfy(IntPredicate predicate)booleanImmutableIntEmptyBag. anySatisfy(IntPredicate predicate)booleanImmutableIntHashBag. anySatisfy(IntPredicate predicate)booleanImmutableIntSingletonBag. anySatisfy(IntPredicate predicate)intImmutableIntEmptyBag. count(IntPredicate predicate)intImmutableIntHashBag. count(IntPredicate predicate)intImmutableIntSingletonBag. count(IntPredicate predicate)intImmutableIntEmptyBag. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntHashBag. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntSingletonBag. detectIfNone(IntPredicate predicate, int ifNone)booleanImmutableIntEmptyBag. noneSatisfy(IntPredicate predicate)booleanImmutableIntHashBag. noneSatisfy(IntPredicate predicate)booleanImmutableIntSingletonBag. noneSatisfy(IntPredicate predicate)ImmutableIntBagImmutableIntEmptyBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntHashBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntSingletonBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntEmptyBag. select(IntPredicate predicate)ImmutableIntBagImmutableIntHashBag. select(IntPredicate predicate)ImmutableIntBagImmutableIntSingletonBag. select(IntPredicate predicate)ImmutableBooleanBagImmutableBooleanEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableBooleanBagImmutableBooleanHashBag. selectByOccurrences(IntPredicate predicate)ImmutableBooleanBagImmutableBooleanSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableByteBagImmutableByteEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableByteBagImmutableByteHashBag. selectByOccurrences(IntPredicate predicate)ImmutableByteBagImmutableByteSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableCharBagImmutableCharEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableCharBagImmutableCharHashBag. selectByOccurrences(IntPredicate predicate)ImmutableCharBagImmutableCharSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableDoubleBagImmutableDoubleEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableDoubleBagImmutableDoubleHashBag. selectByOccurrences(IntPredicate predicate)ImmutableDoubleBagImmutableDoubleSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableFloatBagImmutableFloatEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableFloatBagImmutableFloatHashBag. selectByOccurrences(IntPredicate predicate)ImmutableFloatBagImmutableFloatSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableIntBagImmutableIntEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableIntBagImmutableIntHashBag. selectByOccurrences(IntPredicate predicate)ImmutableIntBagImmutableIntSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableLongBagImmutableLongEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableLongBagImmutableLongHashBag. selectByOccurrences(IntPredicate predicate)ImmutableLongBagImmutableLongSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableShortBagImmutableShortEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableShortBagImmutableShortHashBag. selectByOccurrences(IntPredicate predicate)ImmutableShortBagImmutableShortSingletonBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type IntPredicate Modifier and Type Method Description MutableBag<T>HashBag. selectByOccurrences(IntPredicate predicate)MutableBag<T>MultiReaderHashBag. selectByOccurrences(IntPredicate predicate)MutableBag<T>MultiReaderHashBag.UntouchableMutableBag. selectByOccurrences(IntPredicate predicate)MutableBag<T>SynchronizedBag. selectByOccurrences(IntPredicate predicate)MutableBag<T>UnmodifiableBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.mutable.primitive
-
Uses of IntPredicate in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type IntPredicate Modifier and Type Method Description ImmutableSortedBag<T>AbstractImmutableSortedBag. selectByOccurrences(IntPredicate predicate)ImmutableSortedBag<T>ImmutableEmptySortedBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type IntPredicate Modifier and Type Method Description MutableSortedBag<T>SynchronizedSortedBag. selectByOccurrences(IntPredicate predicate)MutableSortedBag<T>TreeBag. selectByOccurrences(IntPredicate predicate)MutableSortedBag<T>UnmodifiableSortedBag. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.strategy.mutable
Methods in org.eclipse.collections.impl.bag.strategy.mutable with parameters of type IntPredicate Modifier and Type Method Description MutableBag<T>HashBagWithHashingStrategy. selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement IntPredicate Modifier and Type Class Description private static classIntPredicates.AlwaysFalseIntPredicateprivate static classIntPredicates.AlwaysTrueIntPredicateprivate static classIntPredicates.AndIntPredicateprivate static classIntPredicates.EqualsIntPredicateprivate static classIntPredicates.GreaterThanIntPredicateprivate static classIntPredicates.IntIsEvenPredicateprivate static classIntPredicates.IntIsOddPredicateprivate static classIntPredicates.LessThanIntPredicateprivate static classIntPredicates.NotIntPredicateprivate static classIntPredicates.OrIntPredicateFields in org.eclipse.collections.impl.block.factory.primitive declared as IntPredicate Modifier and Type Field Description private static IntPredicateIntPredicates. ALWAYS_FALSEprivate static IntPredicateIntPredicates. ALWAYS_TRUEprivate IntPredicateIntPredicates.NotIntPredicate. negateprivate IntPredicateIntPredicates.AndIntPredicate. oneprivate IntPredicateIntPredicates.OrIntPredicate. oneprivate IntPredicateIntPredicates.AndIntPredicate. twoprivate IntPredicateIntPredicates.OrIntPredicate. twoMethods in org.eclipse.collections.impl.block.factory.primitive that return IntPredicate Modifier and Type Method Description static IntPredicateIntPredicates. alwaysFalse()static IntPredicateIntPredicates. alwaysTrue()static IntPredicateIntPredicates. and(IntPredicate one, IntPredicate two)static IntPredicateIntPredicates. equal(int expected)static IntPredicateIntPredicates. greaterThan(int expected)static IntPredicateIntPredicates. isEven()static IntPredicateIntPredicates. isOdd()static IntPredicateIntPredicates. lessThan(int expected)static IntPredicateIntPredicates. not(IntPredicate negate)static IntPredicateIntPredicates. or(IntPredicate one, IntPredicate two)Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type IntPredicate Modifier and Type Method Description static IntPredicateIntPredicates. and(IntPredicate one, IntPredicate two)static IntPredicateIntPredicates. not(IntPredicate negate)static IntPredicateIntPredicates. or(IntPredicate one, IntPredicate two)Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type IntPredicate Constructor Description AndIntPredicate(IntPredicate one, IntPredicate two)NotIntPredicate(IntPredicate negate)OrIntPredicate(IntPredicate one, IntPredicate two) -
Uses of IntPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type IntPredicate Modifier and Type Field Description private MutableList<Pair<IntPredicate,IntToObjectFunction<? extends V>>>IntCaseFunction. predicateFunctionsMethods in org.eclipse.collections.impl.block.function.primitive with parameters of type IntPredicate Modifier and Type Method Description IntCaseFunction<V>IntCaseFunction. addCase(IntPredicate predicate, IntToObjectFunction<? extends V> function) -
Uses of IntPredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type IntPredicate Modifier and Type Field Description private MutableList<Pair<IntPredicate,IntProcedure>>IntCaseProcedure. predicateProceduresMethods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntPredicate Modifier and Type Method Description IntCaseProcedureIntCaseProcedure. addCase(IntPredicate predicate, IntProcedure procedure) -
Uses of IntPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanAbstractSynchronizedIntCollection. allSatisfy(IntPredicate predicate)booleanAbstractUnmodifiableIntCollection. allSatisfy(IntPredicate predicate)booleanAbstractSynchronizedIntCollection. anySatisfy(IntPredicate predicate)booleanAbstractUnmodifiableIntCollection. anySatisfy(IntPredicate predicate)intAbstractSynchronizedIntCollection. count(IntPredicate predicate)intAbstractUnmodifiableIntCollection. count(IntPredicate predicate)intAbstractSynchronizedIntCollection. detectIfNone(IntPredicate predicate, int ifNone)intAbstractUnmodifiableIntCollection. detectIfNone(IntPredicate predicate, int ifNone)booleanAbstractSynchronizedIntCollection. noneSatisfy(IntPredicate predicate)booleanAbstractUnmodifiableIntCollection. noneSatisfy(IntPredicate predicate)MutableIntCollectionAbstractSynchronizedIntCollection. reject(IntPredicate predicate)MutableIntCollectionAbstractUnmodifiableIntCollection. reject(IntPredicate predicate)booleanAbstractSynchronizedIntCollection. removeIf(IntPredicate predicate)booleanAbstractUnmodifiableIntCollection. removeIf(IntPredicate predicate)MutableIntCollectionAbstractSynchronizedIntCollection. select(IntPredicate predicate)MutableIntCollectionAbstractUnmodifiableIntCollection. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as IntPredicate Modifier and Type Field Description private IntPredicateSelectIntIterable.CountIntProcedure. predicateprivate IntPredicateSelectIntIterable. predicateprivate IntPredicateSelectIntIterable.SelectIntIterator. predicateMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanAbstractLazyIntIterable. allSatisfy(IntPredicate predicate)booleanCollectIntIterable. allSatisfy(IntPredicate predicate)booleanLazyIntIterableAdapter. allSatisfy(IntPredicate predicate)booleanSelectIntIterable. allSatisfy(IntPredicate predicate)booleanTapIntIterable. allSatisfy(IntPredicate predicate)booleanAbstractLazyIntIterable. anySatisfy(IntPredicate predicate)booleanCollectIntIterable. anySatisfy(IntPredicate predicate)booleanLazyIntIterableAdapter. anySatisfy(IntPredicate predicate)booleanSelectIntIterable. anySatisfy(IntPredicate predicate)booleanTapIntIterable. anySatisfy(IntPredicate predicate)intAbstractLazyIntIterable. count(IntPredicate predicate)intCollectIntIterable. count(IntPredicate predicate)intLazyIntIterableAdapter. count(IntPredicate predicate)intSelectIntIterable. count(IntPredicate predicate)intAbstractLazyIntIterable. detectIfNone(IntPredicate predicate, int ifNone)intLazyIntIterableAdapter. detectIfNone(IntPredicate predicate, int ifNone)intTapIntIterable. detectIfNone(IntPredicate predicate, int ifNone)booleanAbstractLazyIntIterable. noneSatisfy(IntPredicate predicate)booleanLazyIntIterableAdapter. noneSatisfy(IntPredicate predicate)booleanTapIntIterable. noneSatisfy(IntPredicate predicate)LazyIntIterableAbstractLazyIntIterable. reject(IntPredicate predicate)LazyIntIterableAbstractLazyIntIterable. select(IntPredicate predicate)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntPredicate Constructor Description CountIntProcedure(IntPredicate predicate)SelectIntIterable(IntIterable delegate, IntPredicate predicate)SelectIntIterator(IntIterable iterable, IntPredicate predicate)SelectIntIterator(IntIterator iterator, IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanImmutableIntArrayList. allSatisfy(IntPredicate predicate)booleanImmutableIntEmptyList. allSatisfy(IntPredicate predicate)booleanImmutableIntSingletonList. allSatisfy(IntPredicate predicate)booleanImmutableIntArrayList. anySatisfy(IntPredicate predicate)booleanImmutableIntEmptyList. anySatisfy(IntPredicate predicate)booleanImmutableIntSingletonList. anySatisfy(IntPredicate predicate)intImmutableIntArrayList. count(IntPredicate predicate)intImmutableIntEmptyList. count(IntPredicate predicate)intImmutableIntSingletonList. count(IntPredicate predicate)intImmutableIntArrayList. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntEmptyList. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntSingletonList. detectIfNone(IntPredicate predicate, int ifNone)booleanImmutableIntEmptyList. noneSatisfy(IntPredicate predicate)booleanImmutableIntSingletonList. noneSatisfy(IntPredicate predicate)ImmutableIntListImmutableIntArrayList. reject(IntPredicate predicate)<R extends MutableIntCollection>
RImmutableIntArrayList. reject(IntPredicate predicate, R target)ImmutableIntListImmutableIntEmptyList. reject(IntPredicate predicate)ImmutableIntListImmutableIntSingletonList. reject(IntPredicate predicate)ImmutableIntListImmutableIntArrayList. select(IntPredicate predicate)<R extends MutableIntCollection>
RImmutableIntArrayList. select(IntPredicate predicate, R target)ImmutableIntListImmutableIntEmptyList. select(IntPredicate predicate)ImmutableIntListImmutableIntSingletonList. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanIntArrayList. allSatisfy(IntPredicate predicate)booleanIntArrayList. anySatisfy(IntPredicate predicate)intIntArrayList. count(IntPredicate predicate)intIntArrayList. detectIfNone(IntPredicate predicate, int ifNone)IntArrayListIntArrayList. reject(IntPredicate predicate)<R extends MutableIntCollection>
RIntArrayList. reject(IntPredicate predicate, R target)MutableIntListSynchronizedIntList. reject(IntPredicate predicate)MutableIntListUnmodifiableIntList. reject(IntPredicate predicate)booleanIntArrayList. removeIf(IntPredicate predicate)IntArrayListIntArrayList. select(IntPredicate predicate)<R extends MutableIntCollection>
RIntArrayList. select(IntPredicate predicate, R target)MutableIntListSynchronizedIntList. select(IntPredicate predicate)MutableIntListUnmodifiableIntList. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanIntInterval. allSatisfy(IntPredicate predicate)booleanIntInterval. anySatisfy(IntPredicate predicate)intIntInterval. count(IntPredicate predicate)intIntInterval. detectIfNone(IntPredicate predicate, int ifNone)ImmutableIntListIntInterval. reject(IntPredicate predicate)ImmutableIntListIntInterval. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanImmutableByteIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableByteIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableByteIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableCharIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableCharIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableCharIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableDoubleIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableDoubleIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableDoubleIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableFloatIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableFloatIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableFloatIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableIntIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableIntIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableIntIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableLongIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableLongIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableLongIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableObjectIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableObjectIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableObjectIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableShortIntEmptyMap. allSatisfy(IntPredicate predicate)booleanImmutableShortIntHashMap. allSatisfy(IntPredicate predicate)booleanImmutableShortIntSingletonMap. allSatisfy(IntPredicate predicate)booleanImmutableByteIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableByteIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableByteIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableCharIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableCharIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableCharIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableDoubleIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableDoubleIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableDoubleIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableFloatIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableFloatIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableFloatIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableIntIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableIntIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableIntIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableLongIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableLongIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableLongIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableObjectIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableObjectIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableObjectIntSingletonMap. anySatisfy(IntPredicate predicate)booleanImmutableShortIntEmptyMap. anySatisfy(IntPredicate predicate)booleanImmutableShortIntHashMap. anySatisfy(IntPredicate predicate)booleanImmutableShortIntSingletonMap. anySatisfy(IntPredicate predicate)intImmutableByteIntEmptyMap. count(IntPredicate predicate)intImmutableByteIntHashMap. count(IntPredicate predicate)intImmutableByteIntSingletonMap. count(IntPredicate predicate)intImmutableCharIntEmptyMap. count(IntPredicate predicate)intImmutableCharIntHashMap. count(IntPredicate predicate)intImmutableCharIntSingletonMap. count(IntPredicate predicate)intImmutableDoubleIntEmptyMap. count(IntPredicate predicate)intImmutableDoubleIntHashMap. count(IntPredicate predicate)intImmutableDoubleIntSingletonMap. count(IntPredicate predicate)intImmutableFloatIntEmptyMap. count(IntPredicate predicate)intImmutableFloatIntHashMap. count(IntPredicate predicate)intImmutableFloatIntSingletonMap. count(IntPredicate predicate)intImmutableIntIntEmptyMap. count(IntPredicate predicate)intImmutableIntIntHashMap. count(IntPredicate predicate)intImmutableIntIntSingletonMap. count(IntPredicate predicate)intImmutableLongIntEmptyMap. count(IntPredicate predicate)intImmutableLongIntHashMap. count(IntPredicate predicate)intImmutableLongIntSingletonMap. count(IntPredicate predicate)intImmutableObjectIntEmptyMap. count(IntPredicate predicate)intImmutableObjectIntHashMap. count(IntPredicate predicate)intImmutableObjectIntSingletonMap. count(IntPredicate predicate)intImmutableShortIntEmptyMap. count(IntPredicate predicate)intImmutableShortIntHashMap. count(IntPredicate predicate)intImmutableShortIntSingletonMap. count(IntPredicate predicate)intImmutableByteIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableByteIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableByteIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableCharIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableCharIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableCharIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableDoubleIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableDoubleIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableDoubleIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableFloatIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableFloatIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableFloatIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableLongIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableLongIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableLongIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableObjectIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableObjectIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableObjectIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableShortIntEmptyMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableShortIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intImmutableShortIntSingletonMap. detectIfNone(IntPredicate predicate, int ifNone)booleanImmutableByteIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableByteIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableByteIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableCharIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableCharIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableCharIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableDoubleIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableDoubleIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableDoubleIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableFloatIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableFloatIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableFloatIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableIntIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableIntIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableIntIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableLongIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableLongIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableLongIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableObjectIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableObjectIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableObjectIntSingletonMap. noneSatisfy(IntPredicate predicate)booleanImmutableShortIntEmptyMap. noneSatisfy(IntPredicate predicate)booleanImmutableShortIntHashMap. noneSatisfy(IntPredicate predicate)booleanImmutableShortIntSingletonMap. noneSatisfy(IntPredicate predicate)ImmutableIntBagImmutableByteIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntSingletonMap. reject(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntEmptyMap. reject(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntHashMap. reject(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableByteIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableByteIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntSingletonMap. select(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntEmptyMap. select(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntHashMap. select(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntSingletonMap. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanAbstractMutableIntKeySet. allSatisfy(IntPredicate predicate)booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection. allSatisfy(IntPredicate predicate)booleanAbstractMutableIntValuesMap. allSatisfy(IntPredicate predicate)booleanImmutableIntIntMapKeySet. allSatisfy(IntPredicate predicate)booleanImmutableIntMapKeySet. allSatisfy(IntPredicate predicate)booleanIntBooleanHashMap.KeysView. allSatisfy(IntPredicate predicate)booleanObjectIntHashMap. allSatisfy(IntPredicate predicate)booleanObjectIntHashMap.ValuesCollection. allSatisfy(IntPredicate predicate)booleanObjectIntHashMapWithHashingStrategy. allSatisfy(IntPredicate predicate)booleanObjectIntHashMapWithHashingStrategy.ValuesCollection. allSatisfy(IntPredicate predicate)booleanSynchronizedByteIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedCharIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedDoubleIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedFloatIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedIntIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedLongIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedObjectIntMap. allSatisfy(IntPredicate predicate)booleanSynchronizedShortIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableByteIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableCharIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableDoubleIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableFloatIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableIntIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableLongIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableObjectIntMap. allSatisfy(IntPredicate predicate)booleanUnmodifiableShortIntMap. allSatisfy(IntPredicate predicate)booleanAbstractMutableIntKeySet. anySatisfy(IntPredicate predicate)booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection. anySatisfy(IntPredicate predicate)booleanAbstractMutableIntValuesMap. anySatisfy(IntPredicate predicate)booleanImmutableIntIntMapKeySet. anySatisfy(IntPredicate predicate)booleanImmutableIntMapKeySet. anySatisfy(IntPredicate predicate)booleanIntBooleanHashMap.KeysView. anySatisfy(IntPredicate predicate)booleanObjectIntHashMap. anySatisfy(IntPredicate predicate)booleanObjectIntHashMap.ValuesCollection. anySatisfy(IntPredicate predicate)booleanObjectIntHashMapWithHashingStrategy. anySatisfy(IntPredicate predicate)booleanObjectIntHashMapWithHashingStrategy.ValuesCollection. anySatisfy(IntPredicate predicate)booleanSynchronizedByteIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedCharIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedDoubleIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedFloatIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedIntIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedLongIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedObjectIntMap. anySatisfy(IntPredicate predicate)booleanSynchronizedShortIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableByteIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableCharIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableDoubleIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableFloatIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableIntIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableLongIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableObjectIntMap. anySatisfy(IntPredicate predicate)booleanUnmodifiableShortIntMap. anySatisfy(IntPredicate predicate)intAbstractMutableIntKeySet. count(IntPredicate predicate)intAbstractMutableIntValuesMap.AbstractIntValuesCollection. count(IntPredicate predicate)intAbstractMutableIntValuesMap. count(IntPredicate predicate)intImmutableIntIntMapKeySet. count(IntPredicate predicate)intImmutableIntMapKeySet. count(IntPredicate predicate)intIntBooleanHashMap.KeysView. count(IntPredicate predicate)intObjectIntHashMap. count(IntPredicate predicate)intObjectIntHashMap.ValuesCollection. count(IntPredicate predicate)intObjectIntHashMapWithHashingStrategy. count(IntPredicate predicate)intObjectIntHashMapWithHashingStrategy.ValuesCollection. count(IntPredicate predicate)intSynchronizedByteIntMap. count(IntPredicate predicate)intSynchronizedCharIntMap. count(IntPredicate predicate)intSynchronizedDoubleIntMap. count(IntPredicate predicate)intSynchronizedFloatIntMap. count(IntPredicate predicate)intSynchronizedIntIntMap. count(IntPredicate predicate)intSynchronizedLongIntMap. count(IntPredicate predicate)intSynchronizedObjectIntMap. count(IntPredicate predicate)intSynchronizedShortIntMap. count(IntPredicate predicate)intUnmodifiableByteIntMap. count(IntPredicate predicate)intUnmodifiableCharIntMap. count(IntPredicate predicate)intUnmodifiableDoubleIntMap. count(IntPredicate predicate)intUnmodifiableFloatIntMap. count(IntPredicate predicate)intUnmodifiableIntIntMap. count(IntPredicate predicate)intUnmodifiableLongIntMap. count(IntPredicate predicate)intUnmodifiableObjectIntMap. count(IntPredicate predicate)intUnmodifiableShortIntMap. count(IntPredicate predicate)intAbstractMutableIntKeySet. detectIfNone(IntPredicate predicate, int ifNone)intAbstractMutableIntValuesMap.AbstractIntValuesCollection. detectIfNone(IntPredicate predicate, int ifNone)intAbstractMutableIntValuesMap. detectIfNone(IntPredicate predicate, int value)intImmutableIntIntMapKeySet. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntMapKeySet. detectIfNone(IntPredicate predicate, int ifNone)intIntBooleanHashMap.KeysView. detectIfNone(IntPredicate predicate, int value)intObjectIntHashMap. detectIfNone(IntPredicate predicate, int ifNone)intObjectIntHashMap.ValuesCollection. detectIfNone(IntPredicate predicate, int ifNone)intObjectIntHashMapWithHashingStrategy. detectIfNone(IntPredicate predicate, int ifNone)intObjectIntHashMapWithHashingStrategy.ValuesCollection. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedByteIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedCharIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedDoubleIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedFloatIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedIntIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedLongIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedObjectIntMap. detectIfNone(IntPredicate predicate, int ifNone)intSynchronizedShortIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableByteIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableCharIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableDoubleIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableFloatIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableIntIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableLongIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableObjectIntMap. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableShortIntMap. detectIfNone(IntPredicate predicate, int ifNone)booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection. noneSatisfy(IntPredicate predicate)booleanImmutableIntIntMapKeySet. noneSatisfy(IntPredicate predicate)booleanImmutableIntMapKeySet. noneSatisfy(IntPredicate predicate)booleanObjectIntHashMap. noneSatisfy(IntPredicate predicate)booleanObjectIntHashMap.ValuesCollection. noneSatisfy(IntPredicate predicate)booleanObjectIntHashMapWithHashingStrategy. noneSatisfy(IntPredicate predicate)booleanObjectIntHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(IntPredicate predicate)booleanSynchronizedByteIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedCharIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedDoubleIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedFloatIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedIntIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedLongIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedObjectIntMap. noneSatisfy(IntPredicate predicate)booleanSynchronizedShortIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableByteIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableCharIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableDoubleIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableFloatIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableIntIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableLongIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableObjectIntMap. noneSatisfy(IntPredicate predicate)booleanUnmodifiableShortIntMap. noneSatisfy(IntPredicate predicate)MutableIntSetAbstractMutableIntKeySet. reject(IntPredicate predicate)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. reject(IntPredicate predicate)MutableIntBagAbstractMutableIntValuesMap. reject(IntPredicate predicate)ImmutableIntSetImmutableIntIntMapKeySet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntMapKeySet. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMap. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMap.ValuesCollection. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. reject(IntPredicate predicate)MutableIntBagSynchronizedByteIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedCharIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedDoubleIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedFloatIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedIntIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedLongIntMap. reject(IntPredicate predicate)MutableIntCollectionSynchronizedObjectIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedShortIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableByteIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableCharIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableDoubleIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableFloatIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableIntIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableLongIntMap. reject(IntPredicate predicate)MutableIntCollectionUnmodifiableObjectIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableShortIntMap. reject(IntPredicate predicate)MutableIntSetAbstractMutableIntKeySet. select(IntPredicate predicate)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. select(IntPredicate predicate)MutableIntBagAbstractMutableIntValuesMap. select(IntPredicate predicate)ImmutableIntSetImmutableIntIntMapKeySet. select(IntPredicate predicate)ImmutableIntSetImmutableIntMapKeySet. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMap. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMap.ValuesCollection. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. select(IntPredicate predicate)MutableIntBagSynchronizedByteIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedCharIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedDoubleIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedFloatIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedIntIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedLongIntMap. select(IntPredicate predicate)MutableIntCollectionSynchronizedObjectIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedShortIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableByteIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableCharIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableDoubleIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableFloatIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableIntIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableLongIntMap. select(IntPredicate predicate)MutableIntCollectionUnmodifiableObjectIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableShortIntMap. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanSynchronizedIntIterable. allSatisfy(IntPredicate predicate)booleanSynchronizedIntIterable. anySatisfy(IntPredicate predicate)intSynchronizedIntIterable. count(IntPredicate predicate)intSynchronizedIntIterable. detectIfNone(IntPredicate predicate, int ifNone)booleanSynchronizedIntIterable. noneSatisfy(IntPredicate predicate)IntIterableSynchronizedIntIterable. reject(IntPredicate predicate)IntIterableSynchronizedIntIterable. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanImmutableIntEmptySet. allSatisfy(IntPredicate predicate)booleanImmutableIntSingletonSet. allSatisfy(IntPredicate predicate)booleanImmutableIntEmptySet. anySatisfy(IntPredicate predicate)booleanImmutableIntSingletonSet. anySatisfy(IntPredicate predicate)intImmutableIntEmptySet. count(IntPredicate predicate)intImmutableIntSingletonSet. count(IntPredicate predicate)intImmutableIntEmptySet. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntSingletonSet. detectIfNone(IntPredicate predicate, int ifNone)booleanImmutableIntEmptySet. noneSatisfy(IntPredicate predicate)booleanImmutableIntSingletonSet. noneSatisfy(IntPredicate predicate)ImmutableIntSetImmutableIntEmptySet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntSingletonSet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntEmptySet. select(IntPredicate predicate)ImmutableIntSetImmutableIntSingletonSet. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanIntHashSet. allSatisfy(IntPredicate predicate)booleanIntHashSet.ImmutableIntHashSet. allSatisfy(IntPredicate predicate)booleanIntHashSet. anySatisfy(IntPredicate predicate)booleanIntHashSet.ImmutableIntHashSet. anySatisfy(IntPredicate predicate)intIntHashSet. count(IntPredicate predicate)intIntHashSet.ImmutableIntHashSet. count(IntPredicate predicate)intIntHashSet. detectIfNone(IntPredicate predicate, int ifNone)intIntHashSet.ImmutableIntHashSet. detectIfNone(IntPredicate predicate, int ifNone)booleanIntHashSet.ImmutableIntHashSet. noneSatisfy(IntPredicate predicate)ImmutableIntSetIntHashSet.ImmutableIntHashSet. reject(IntPredicate predicate)IntHashSetIntHashSet. reject(IntPredicate predicate)<R extends MutableIntCollection>
RIntHashSet. reject(IntPredicate predicate, R target)MutableIntSetSynchronizedIntSet. reject(IntPredicate predicate)MutableIntSetUnmodifiableIntSet. reject(IntPredicate predicate)ImmutableIntSetIntHashSet.ImmutableIntHashSet. select(IntPredicate predicate)IntHashSetIntHashSet. select(IntPredicate predicate)<R extends MutableIntCollection>
RIntHashSet. select(IntPredicate predicate, R target)MutableIntSetSynchronizedIntSet. select(IntPredicate predicate)MutableIntSetUnmodifiableIntSet. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanImmutableIntEmptyStack. allSatisfy(IntPredicate predicate)booleanImmutableIntSingletonStack. allSatisfy(IntPredicate predicate)booleanImmutableIntEmptyStack. anySatisfy(IntPredicate predicate)booleanImmutableIntSingletonStack. anySatisfy(IntPredicate predicate)intImmutableIntEmptyStack. count(IntPredicate predicate)intImmutableIntSingletonStack. count(IntPredicate predicate)intImmutableIntEmptyStack. detectIfNone(IntPredicate predicate, int ifNone)intImmutableIntSingletonStack. detectIfNone(IntPredicate predicate, int ifNone)booleanImmutableIntEmptyStack. noneSatisfy(IntPredicate predicate)booleanImmutableIntSingletonStack. noneSatisfy(IntPredicate predicate)ImmutableIntStackImmutableIntArrayStack. reject(IntPredicate predicate)ImmutableIntStackImmutableIntEmptyStack. reject(IntPredicate predicate)ImmutableIntStackImmutableIntSingletonStack. reject(IntPredicate predicate)ImmutableIntStackImmutableIntArrayStack. select(IntPredicate predicate)ImmutableIntStackImmutableIntEmptyStack. select(IntPredicate predicate)ImmutableIntStackImmutableIntSingletonStack. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanSynchronizedIntStack. allSatisfy(IntPredicate predicate)booleanUnmodifiableIntStack. allSatisfy(IntPredicate predicate)booleanSynchronizedIntStack. anySatisfy(IntPredicate predicate)booleanUnmodifiableIntStack. anySatisfy(IntPredicate predicate)intSynchronizedIntStack. count(IntPredicate predicate)intUnmodifiableIntStack. count(IntPredicate predicate)intSynchronizedIntStack. detectIfNone(IntPredicate predicate, int ifNone)intUnmodifiableIntStack. detectIfNone(IntPredicate predicate, int ifNone)booleanSynchronizedIntStack. noneSatisfy(IntPredicate predicate)booleanUnmodifiableIntStack. noneSatisfy(IntPredicate predicate)MutableIntStackIntArrayStack. reject(IntPredicate predicate)MutableIntStackSynchronizedIntStack. reject(IntPredicate predicate)MutableIntStackUnmodifiableIntStack. reject(IntPredicate predicate)MutableIntStackIntArrayStack. select(IntPredicate predicate)MutableIntStackSynchronizedIntStack. select(IntPredicate predicate)MutableIntStackUnmodifiableIntStack. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type IntPredicate Modifier and Type Method Description booleanAbstractIntStack. allSatisfy(IntPredicate predicate)booleanAbstractIntStack. anySatisfy(IntPredicate predicate)intAbstractIntStack. count(IntPredicate predicate)intAbstractIntStack. detectIfNone(IntPredicate predicate, int ifNone)booleanAbstractIntStack. noneSatisfy(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type IntPredicate Modifier and Type Method Description booleanCodePointAdapter. allSatisfy(IntPredicate predicate)booleanCodePointList. allSatisfy(IntPredicate predicate)booleanCodePointAdapter. anySatisfy(IntPredicate predicate)booleanCodePointList. anySatisfy(IntPredicate predicate)intCodePointAdapter. count(IntPredicate predicate)intCodePointList. count(IntPredicate predicate)intCodePointAdapter. detectIfNone(IntPredicate predicate, int ifNone)intCodePointList. detectIfNone(IntPredicate predicate, int ifNone)booleanCodePointAdapter. noneSatisfy(IntPredicate predicate)booleanCodePointList. noneSatisfy(IntPredicate predicate)CodePointAdapterCodePointAdapter. reject(IntPredicate predicate)CodePointListCodePointList. reject(IntPredicate predicate)CodePointAdapterCodePointAdapter. select(IntPredicate predicate)CodePointListCodePointList. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type IntPredicate Modifier and Type Method Description static booleanIntIterableIterate. allSatisfy(IntIterable iterable, IntPredicate predicate)static booleanIntIteratorIterate. allSatisfy(IntIterator iterator, IntPredicate predicate)static booleanIntIterableIterate. anySatisfy(IntIterable iterable, IntPredicate predicate)static booleanIntIteratorIterate. anySatisfy(IntIterator iterator, IntPredicate predicate)static intIntIterableIterate. count(IntIterable iterable, IntPredicate predicate)static intIntIteratorIterate. count(IntIterator iterator, IntPredicate predicate)static intIntIterableIterate. detectIfNone(IntIterable iterable, IntPredicate predicate, int ifNone)static intIntIteratorIterate. detectIfNone(IntIterator iterator, IntPredicate predicate, int ifNone)static booleanIntIterableIterate. noneSatisfy(IntIterable iterable, IntPredicate predicate)static booleanIntIteratorIterate. noneSatisfy(IntIterator iterator, IntPredicate predicate)static <R extends MutableIntCollection>
RIntIterableIterate. reject(IntIterable iterable, IntPredicate predicate, R targetCollection)static <R extends MutableIntCollection>
RIntIteratorIterate. reject(IntIterator iterator, IntPredicate predicate, R targetCollection)static <R extends MutableIntCollection>
RIntIterableIterate. select(IntIterable iterable, IntPredicate predicate, R targetCollection)static <R extends MutableIntCollection>
RIntIteratorIterate. select(IntIterator iterator, IntPredicate predicate, R targetCollection) -
Uses of IntPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type IntPredicate Modifier and Type Method Description static <V> LazyIterable<V>LazyIntIterate. collectIf(IntIterable iterable, IntPredicate predicate, IntToObjectFunction<? extends V> function)Creates a deferred filtering and transforming int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate. select(IntIterable iterable, IntPredicate predicate)Creates a deferred filtering int iterable for the specified int iterable.
-