Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongPredicate
-
Packages that use LongPredicate 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.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.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of LongPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongPredicate Modifier and Type Method Description booleanLongIterable. allSatisfy(LongPredicate predicate)Returns true if all of the elements in the LongIterable return true for the specified predicate, otherwise returns false.booleanLongIterable. anySatisfy(LongPredicate predicate)Returns true if any of the elements in the LongIterable return true for the specified predicate, otherwise returns false.intLongIterable. count(LongPredicate predicate)Returns a count of the number of elements in the LongIterable that return true for the specified predicate.longLongIterable. detectIfNone(LongPredicate predicate, long ifNone)default booleanLongIterable. noneSatisfy(LongPredicate predicate)Returns true if none of the elements in the LongIterable return true for the specified predicate, otherwise returns false.LazyLongIterableLazyLongIterable. reject(LongPredicate predicate)LongIterableLongIterable. reject(LongPredicate predicate)Returns a new LongIterable with all of the elements in the LongIterable that return false for the specified predicate.default <R extends MutableLongCollection>
RLongIterable. reject(LongPredicate predicate, R target)Same asLongIterable.reject(LongPredicate), only the results are added to the target MutableLongCollection.LazyLongIterableLazyLongIterable. select(LongPredicate predicate)LongIterableLongIterable. select(LongPredicate predicate)Returns a new LongIterable with all of the elements in the LongIterable that return true for the specified predicate.default <R extends MutableLongCollection>
RLongIterable. select(LongPredicate predicate, R target)Same asLongIterable.select(LongPredicate), only the results are added to the target MutableLongCollection. -
Uses of LongPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type LongPredicate Modifier and Type Method Description ImmutableLongBagImmutableLongBag. reject(LongPredicate predicate)LongBagLongBag. reject(LongPredicate predicate)MutableLongBagMutableLongBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongBag. select(LongPredicate predicate)LongBagLongBag. select(LongPredicate predicate)MutableLongBagMutableLongBag. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type LongPredicate Modifier and Type Method Description ImmutableLongCollectionImmutableLongCollection. reject(LongPredicate predicate)MutableLongCollectionMutableLongCollection. reject(LongPredicate predicate)default booleanMutableLongCollection. removeIf(LongPredicate predicate)ImmutableLongCollectionImmutableLongCollection. select(LongPredicate predicate)MutableLongCollectionMutableLongCollection. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type LongPredicate Modifier and Type Method Description ImmutableLongListImmutableLongList. reject(LongPredicate predicate)LongListLongList. reject(LongPredicate predicate)MutableLongListMutableLongList. reject(LongPredicate predicate)ImmutableLongListImmutableLongList. select(LongPredicate predicate)LongListLongList. select(LongPredicate predicate)MutableLongListMutableLongList. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongPredicate Modifier and Type Method Description ImmutableLongBagImmutableByteLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongMap. reject(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongMap. reject(LongPredicate predicate)LongBagLongValuesMap. reject(LongPredicate predicate)MutableLongBagMutableLongValuesMap. reject(LongPredicate predicate)MutableLongCollectionMutableObjectLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongMap. select(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongMap. select(LongPredicate predicate)LongBagLongValuesMap. select(LongPredicate predicate)MutableLongBagMutableLongValuesMap. select(LongPredicate predicate)MutableLongCollectionMutableObjectLongMap. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type LongPredicate Modifier and Type Method Description OrderedLongIterableOrderedLongIterable. reject(LongPredicate predicate)ReversibleLongIterableReversibleLongIterable. reject(LongPredicate predicate)OrderedLongIterableOrderedLongIterable. select(LongPredicate predicate)ReversibleLongIterableReversibleLongIterable. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type LongPredicate Modifier and Type Method Description ImmutableLongSetImmutableLongSet. reject(LongPredicate predicate)LongSetLongSet. reject(LongPredicate predicate)MutableLongSetMutableLongSet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongSet. select(LongPredicate predicate)LongSetLongSet. select(LongPredicate predicate)MutableLongSetMutableLongSet. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type LongPredicate Modifier and Type Method Description ImmutableLongStackImmutableLongStack. reject(LongPredicate predicate)LongStackLongStack. reject(LongPredicate predicate)MutableLongStackMutableLongStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongStack. select(LongPredicate predicate)LongStackLongStack. select(LongPredicate predicate)MutableLongStackMutableLongStack. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanImmutableLongEmptyBag. allSatisfy(LongPredicate predicate)booleanImmutableLongHashBag. allSatisfy(LongPredicate predicate)booleanImmutableLongSingletonBag. allSatisfy(LongPredicate predicate)booleanImmutableLongEmptyBag. anySatisfy(LongPredicate predicate)booleanImmutableLongHashBag. anySatisfy(LongPredicate predicate)booleanImmutableLongSingletonBag. anySatisfy(LongPredicate predicate)intImmutableLongEmptyBag. count(LongPredicate predicate)intImmutableLongHashBag. count(LongPredicate predicate)intImmutableLongSingletonBag. count(LongPredicate predicate)longImmutableLongEmptyBag. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongHashBag. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongSingletonBag. detectIfNone(LongPredicate predicate, long ifNone)booleanImmutableLongEmptyBag. noneSatisfy(LongPredicate predicate)booleanImmutableLongHashBag. noneSatisfy(LongPredicate predicate)booleanImmutableLongSingletonBag. noneSatisfy(LongPredicate predicate)ImmutableLongBagImmutableLongEmptyBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongHashBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongSingletonBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongEmptyBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongHashBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongSingletonBag. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanLongHashBag. allSatisfy(LongPredicate predicate)booleanLongHashBag. anySatisfy(LongPredicate predicate)intLongHashBag. count(LongPredicate predicate)longLongHashBag. detectIfNone(LongPredicate predicate, long ifNone)booleanLongHashBag. noneSatisfy(LongPredicate predicate)LongHashBagLongHashBag. reject(LongPredicate predicate)MutableLongBagSynchronizedLongBag. reject(LongPredicate predicate)MutableLongBagUnmodifiableLongBag. reject(LongPredicate predicate)booleanLongHashBag. removeIf(LongPredicate predicate)LongHashBagLongHashBag. select(LongPredicate predicate)MutableLongBagSynchronizedLongBag. select(LongPredicate predicate)MutableLongBagUnmodifiableLongBag. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement LongPredicate Modifier and Type Class Description private static classLongPredicates.AlwaysFalseLongPredicateprivate static classLongPredicates.AlwaysTrueLongPredicateprivate static classLongPredicates.AndLongPredicateprivate static classLongPredicates.EqualsLongPredicateprivate static classLongPredicates.GreaterThanLongPredicateprivate static classLongPredicates.LessThanLongPredicateprivate static classLongPredicates.LongIsEvenPredicateprivate static classLongPredicates.LongIsOddPredicateprivate static classLongPredicates.NotLongPredicateprivate static classLongPredicates.OrLongPredicateFields in org.eclipse.collections.impl.block.factory.primitive declared as LongPredicate Modifier and Type Field Description private static LongPredicateLongPredicates. ALWAYS_FALSEprivate static LongPredicateLongPredicates. ALWAYS_TRUEprivate LongPredicateLongPredicates.NotLongPredicate. negateprivate LongPredicateLongPredicates.AndLongPredicate. oneprivate LongPredicateLongPredicates.OrLongPredicate. oneprivate LongPredicateLongPredicates.AndLongPredicate. twoprivate LongPredicateLongPredicates.OrLongPredicate. twoMethods in org.eclipse.collections.impl.block.factory.primitive that return LongPredicate Modifier and Type Method Description static LongPredicateLongPredicates. alwaysFalse()static LongPredicateLongPredicates. alwaysTrue()static LongPredicateLongPredicates. and(LongPredicate one, LongPredicate two)static LongPredicateLongPredicates. equal(long expected)static LongPredicateLongPredicates. greaterThan(long expected)static LongPredicateLongPredicates. isEven()static LongPredicateLongPredicates. isOdd()static LongPredicateLongPredicates. lessThan(long expected)static LongPredicateLongPredicates. not(LongPredicate negate)static LongPredicateLongPredicates. or(LongPredicate one, LongPredicate two)Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type LongPredicate Modifier and Type Method Description static LongPredicateLongPredicates. and(LongPredicate one, LongPredicate two)static LongPredicateLongPredicates. not(LongPredicate negate)static LongPredicateLongPredicates. or(LongPredicate one, LongPredicate two)Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type LongPredicate Constructor Description AndLongPredicate(LongPredicate one, LongPredicate two)NotLongPredicate(LongPredicate negate)OrLongPredicate(LongPredicate one, LongPredicate two) -
Uses of LongPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type LongPredicate Modifier and Type Field Description private MutableList<Pair<LongPredicate,LongToObjectFunction<? extends V>>>LongCaseFunction. predicateFunctionsMethods in org.eclipse.collections.impl.block.function.primitive with parameters of type LongPredicate Modifier and Type Method Description LongCaseFunction<V>LongCaseFunction. addCase(LongPredicate predicate, LongToObjectFunction<? extends V> function) -
Uses of LongPredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type LongPredicate Modifier and Type Field Description private MutableList<Pair<LongPredicate,LongProcedure>>LongCaseProcedure. predicateProceduresMethods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongPredicate Modifier and Type Method Description LongCaseProcedureLongCaseProcedure. addCase(LongPredicate predicate, LongProcedure procedure) -
Uses of LongPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanAbstractSynchronizedLongCollection. allSatisfy(LongPredicate predicate)booleanAbstractUnmodifiableLongCollection. allSatisfy(LongPredicate predicate)booleanAbstractSynchronizedLongCollection. anySatisfy(LongPredicate predicate)booleanAbstractUnmodifiableLongCollection. anySatisfy(LongPredicate predicate)intAbstractSynchronizedLongCollection. count(LongPredicate predicate)intAbstractUnmodifiableLongCollection. count(LongPredicate predicate)longAbstractSynchronizedLongCollection. detectIfNone(LongPredicate predicate, long ifNone)longAbstractUnmodifiableLongCollection. detectIfNone(LongPredicate predicate, long ifNone)booleanAbstractSynchronizedLongCollection. noneSatisfy(LongPredicate predicate)booleanAbstractUnmodifiableLongCollection. noneSatisfy(LongPredicate predicate)MutableLongCollectionAbstractSynchronizedLongCollection. reject(LongPredicate predicate)MutableLongCollectionAbstractUnmodifiableLongCollection. reject(LongPredicate predicate)booleanAbstractSynchronizedLongCollection. removeIf(LongPredicate predicate)booleanAbstractUnmodifiableLongCollection. removeIf(LongPredicate predicate)MutableLongCollectionAbstractSynchronizedLongCollection. select(LongPredicate predicate)MutableLongCollectionAbstractUnmodifiableLongCollection. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as LongPredicate Modifier and Type Field Description private LongPredicateSelectLongIterable.CountLongProcedure. predicateprivate LongPredicateSelectLongIterable. predicateprivate LongPredicateSelectLongIterable.SelectLongIterator. predicateMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanAbstractLazyLongIterable. allSatisfy(LongPredicate predicate)booleanCollectLongIterable. allSatisfy(LongPredicate predicate)booleanLazyLongIterableAdapter. allSatisfy(LongPredicate predicate)booleanSelectLongIterable. allSatisfy(LongPredicate predicate)booleanTapLongIterable. allSatisfy(LongPredicate predicate)booleanAbstractLazyLongIterable. anySatisfy(LongPredicate predicate)booleanCollectLongIterable. anySatisfy(LongPredicate predicate)booleanLazyLongIterableAdapter. anySatisfy(LongPredicate predicate)booleanSelectLongIterable. anySatisfy(LongPredicate predicate)booleanTapLongIterable. anySatisfy(LongPredicate predicate)intAbstractLazyLongIterable. count(LongPredicate predicate)intCollectLongIterable. count(LongPredicate predicate)intLazyLongIterableAdapter. count(LongPredicate predicate)intSelectLongIterable. count(LongPredicate predicate)longAbstractLazyLongIterable. detectIfNone(LongPredicate predicate, long ifNone)longLazyLongIterableAdapter. detectIfNone(LongPredicate predicate, long ifNone)longTapLongIterable. detectIfNone(LongPredicate predicate, long ifNone)booleanAbstractLazyLongIterable. noneSatisfy(LongPredicate predicate)booleanLazyLongIterableAdapter. noneSatisfy(LongPredicate predicate)booleanTapLongIterable. noneSatisfy(LongPredicate predicate)LazyLongIterableAbstractLazyLongIterable. reject(LongPredicate predicate)LazyLongIterableAbstractLazyLongIterable. select(LongPredicate predicate)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongPredicate Constructor Description CountLongProcedure(LongPredicate predicate)SelectLongIterable(LongIterable delegate, LongPredicate predicate)SelectLongIterator(LongIterator iterator, LongPredicate predicate)SelectLongIterator(LongIterable iterable, LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanImmutableLongArrayList. allSatisfy(LongPredicate predicate)booleanImmutableLongEmptyList. allSatisfy(LongPredicate predicate)booleanImmutableLongSingletonList. allSatisfy(LongPredicate predicate)booleanImmutableLongArrayList. anySatisfy(LongPredicate predicate)booleanImmutableLongEmptyList. anySatisfy(LongPredicate predicate)booleanImmutableLongSingletonList. anySatisfy(LongPredicate predicate)intImmutableLongArrayList. count(LongPredicate predicate)intImmutableLongEmptyList. count(LongPredicate predicate)intImmutableLongSingletonList. count(LongPredicate predicate)longImmutableLongArrayList. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongEmptyList. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongSingletonList. detectIfNone(LongPredicate predicate, long ifNone)booleanImmutableLongEmptyList. noneSatisfy(LongPredicate predicate)booleanImmutableLongSingletonList. noneSatisfy(LongPredicate predicate)ImmutableLongListImmutableLongArrayList. reject(LongPredicate predicate)<R extends MutableLongCollection>
RImmutableLongArrayList. reject(LongPredicate predicate, R target)ImmutableLongListImmutableLongEmptyList. reject(LongPredicate predicate)ImmutableLongListImmutableLongSingletonList. reject(LongPredicate predicate)ImmutableLongListImmutableLongArrayList. select(LongPredicate predicate)<R extends MutableLongCollection>
RImmutableLongArrayList. select(LongPredicate predicate, R target)ImmutableLongListImmutableLongEmptyList. select(LongPredicate predicate)ImmutableLongListImmutableLongSingletonList. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanLongArrayList. allSatisfy(LongPredicate predicate)booleanLongArrayList. anySatisfy(LongPredicate predicate)intLongArrayList. count(LongPredicate predicate)longLongArrayList. detectIfNone(LongPredicate predicate, long ifNone)LongArrayListLongArrayList. reject(LongPredicate predicate)<R extends MutableLongCollection>
RLongArrayList. reject(LongPredicate predicate, R target)MutableLongListSynchronizedLongList. reject(LongPredicate predicate)MutableLongListUnmodifiableLongList. reject(LongPredicate predicate)booleanLongArrayList. removeIf(LongPredicate predicate)LongArrayListLongArrayList. select(LongPredicate predicate)<R extends MutableLongCollection>
RLongArrayList. select(LongPredicate predicate, R target)MutableLongListSynchronizedLongList. select(LongPredicate predicate)MutableLongListUnmodifiableLongList. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanLongInterval. allSatisfy(LongPredicate predicate)booleanLongInterval. anySatisfy(LongPredicate predicate)intLongInterval. count(LongPredicate predicate)longLongInterval. detectIfNone(LongPredicate predicate, long ifNone)ImmutableLongListLongInterval. reject(LongPredicate predicate)ImmutableLongListLongInterval. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanImmutableByteLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableByteLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableByteLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableCharLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableCharLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableCharLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableDoubleLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableDoubleLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableDoubleLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableFloatLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableFloatLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableFloatLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableIntLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableIntLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableIntLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableLongLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableLongLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableLongLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableObjectLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableObjectLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableObjectLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableShortLongEmptyMap. allSatisfy(LongPredicate predicate)booleanImmutableShortLongHashMap. allSatisfy(LongPredicate predicate)booleanImmutableShortLongSingletonMap. allSatisfy(LongPredicate predicate)booleanImmutableByteLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableByteLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableByteLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableCharLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableCharLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableCharLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableDoubleLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableDoubleLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableDoubleLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableFloatLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableFloatLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableFloatLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableIntLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableIntLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableIntLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableLongLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableLongLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableLongLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableObjectLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableObjectLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableObjectLongSingletonMap. anySatisfy(LongPredicate predicate)booleanImmutableShortLongEmptyMap. anySatisfy(LongPredicate predicate)booleanImmutableShortLongHashMap. anySatisfy(LongPredicate predicate)booleanImmutableShortLongSingletonMap. anySatisfy(LongPredicate predicate)intImmutableByteLongEmptyMap. count(LongPredicate predicate)intImmutableByteLongHashMap. count(LongPredicate predicate)intImmutableByteLongSingletonMap. count(LongPredicate predicate)intImmutableCharLongEmptyMap. count(LongPredicate predicate)intImmutableCharLongHashMap. count(LongPredicate predicate)intImmutableCharLongSingletonMap. count(LongPredicate predicate)intImmutableDoubleLongEmptyMap. count(LongPredicate predicate)intImmutableDoubleLongHashMap. count(LongPredicate predicate)intImmutableDoubleLongSingletonMap. count(LongPredicate predicate)intImmutableFloatLongEmptyMap. count(LongPredicate predicate)intImmutableFloatLongHashMap. count(LongPredicate predicate)intImmutableFloatLongSingletonMap. count(LongPredicate predicate)intImmutableIntLongEmptyMap. count(LongPredicate predicate)intImmutableIntLongHashMap. count(LongPredicate predicate)intImmutableIntLongSingletonMap. count(LongPredicate predicate)intImmutableLongLongEmptyMap. count(LongPredicate predicate)intImmutableLongLongHashMap. count(LongPredicate predicate)intImmutableLongLongSingletonMap. count(LongPredicate predicate)intImmutableObjectLongEmptyMap. count(LongPredicate predicate)intImmutableObjectLongHashMap. count(LongPredicate predicate)intImmutableObjectLongSingletonMap. count(LongPredicate predicate)intImmutableShortLongEmptyMap. count(LongPredicate predicate)intImmutableShortLongHashMap. count(LongPredicate predicate)intImmutableShortLongSingletonMap. count(LongPredicate predicate)longImmutableByteLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableByteLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableByteLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableCharLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableCharLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableCharLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableDoubleLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableDoubleLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableDoubleLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableFloatLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableFloatLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableFloatLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableIntLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableIntLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableIntLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableObjectLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableObjectLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableObjectLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableShortLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableShortLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longImmutableShortLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)booleanImmutableByteLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableByteLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableByteLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableCharLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableCharLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableCharLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableDoubleLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableDoubleLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableDoubleLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableFloatLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableFloatLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableFloatLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableIntLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableIntLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableIntLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableLongLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableLongLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableLongLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableObjectLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableObjectLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableObjectLongSingletonMap. noneSatisfy(LongPredicate predicate)booleanImmutableShortLongEmptyMap. noneSatisfy(LongPredicate predicate)booleanImmutableShortLongHashMap. noneSatisfy(LongPredicate predicate)booleanImmutableShortLongSingletonMap. noneSatisfy(LongPredicate predicate)ImmutableLongBagImmutableByteLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongSingletonMap. reject(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongEmptyMap. reject(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongHashMap. reject(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableByteLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableByteLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongSingletonMap. select(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongEmptyMap. select(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongHashMap. select(LongPredicate predicate)ImmutableLongCollectionImmutableObjectLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongSingletonMap. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanAbstractMutableLongKeySet. allSatisfy(LongPredicate predicate)booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection. allSatisfy(LongPredicate predicate)booleanAbstractMutableLongValuesMap. allSatisfy(LongPredicate predicate)booleanImmutableLongLongMapKeySet. allSatisfy(LongPredicate predicate)booleanImmutableLongMapKeySet. allSatisfy(LongPredicate predicate)booleanLongBooleanHashMap.KeysView. allSatisfy(LongPredicate predicate)booleanObjectLongHashMap. allSatisfy(LongPredicate predicate)booleanObjectLongHashMap.ValuesCollection. allSatisfy(LongPredicate predicate)booleanObjectLongHashMapWithHashingStrategy. allSatisfy(LongPredicate predicate)booleanObjectLongHashMapWithHashingStrategy.ValuesCollection. allSatisfy(LongPredicate predicate)booleanSynchronizedByteLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedCharLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedDoubleLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedFloatLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedIntLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedLongLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedObjectLongMap. allSatisfy(LongPredicate predicate)booleanSynchronizedShortLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableByteLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableCharLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableDoubleLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableFloatLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableIntLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableLongLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableObjectLongMap. allSatisfy(LongPredicate predicate)booleanUnmodifiableShortLongMap. allSatisfy(LongPredicate predicate)booleanAbstractMutableLongKeySet. anySatisfy(LongPredicate predicate)booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection. anySatisfy(LongPredicate predicate)booleanAbstractMutableLongValuesMap. anySatisfy(LongPredicate predicate)booleanImmutableLongLongMapKeySet. anySatisfy(LongPredicate predicate)booleanImmutableLongMapKeySet. anySatisfy(LongPredicate predicate)booleanLongBooleanHashMap.KeysView. anySatisfy(LongPredicate predicate)booleanObjectLongHashMap. anySatisfy(LongPredicate predicate)booleanObjectLongHashMap.ValuesCollection. anySatisfy(LongPredicate predicate)booleanObjectLongHashMapWithHashingStrategy. anySatisfy(LongPredicate predicate)booleanObjectLongHashMapWithHashingStrategy.ValuesCollection. anySatisfy(LongPredicate predicate)booleanSynchronizedByteLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedCharLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedDoubleLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedFloatLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedIntLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedLongLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedObjectLongMap. anySatisfy(LongPredicate predicate)booleanSynchronizedShortLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableByteLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableCharLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableDoubleLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableFloatLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableIntLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableLongLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableObjectLongMap. anySatisfy(LongPredicate predicate)booleanUnmodifiableShortLongMap. anySatisfy(LongPredicate predicate)intAbstractMutableLongKeySet. count(LongPredicate predicate)intAbstractMutableLongValuesMap.AbstractLongValuesCollection. count(LongPredicate predicate)intAbstractMutableLongValuesMap. count(LongPredicate predicate)intImmutableLongLongMapKeySet. count(LongPredicate predicate)intImmutableLongMapKeySet. count(LongPredicate predicate)intLongBooleanHashMap.KeysView. count(LongPredicate predicate)intObjectLongHashMap. count(LongPredicate predicate)intObjectLongHashMap.ValuesCollection. count(LongPredicate predicate)intObjectLongHashMapWithHashingStrategy. count(LongPredicate predicate)intObjectLongHashMapWithHashingStrategy.ValuesCollection. count(LongPredicate predicate)intSynchronizedByteLongMap. count(LongPredicate predicate)intSynchronizedCharLongMap. count(LongPredicate predicate)intSynchronizedDoubleLongMap. count(LongPredicate predicate)intSynchronizedFloatLongMap. count(LongPredicate predicate)intSynchronizedIntLongMap. count(LongPredicate predicate)intSynchronizedLongLongMap. count(LongPredicate predicate)intSynchronizedObjectLongMap. count(LongPredicate predicate)intSynchronizedShortLongMap. count(LongPredicate predicate)intUnmodifiableByteLongMap. count(LongPredicate predicate)intUnmodifiableCharLongMap. count(LongPredicate predicate)intUnmodifiableDoubleLongMap. count(LongPredicate predicate)intUnmodifiableFloatLongMap. count(LongPredicate predicate)intUnmodifiableIntLongMap. count(LongPredicate predicate)intUnmodifiableLongLongMap. count(LongPredicate predicate)intUnmodifiableObjectLongMap. count(LongPredicate predicate)intUnmodifiableShortLongMap. count(LongPredicate predicate)longAbstractMutableLongKeySet. detectIfNone(LongPredicate predicate, long ifNone)longAbstractMutableLongValuesMap.AbstractLongValuesCollection. detectIfNone(LongPredicate predicate, long ifNone)longAbstractMutableLongValuesMap. detectIfNone(LongPredicate predicate, long value)longImmutableLongLongMapKeySet. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongMapKeySet. detectIfNone(LongPredicate predicate, long ifNone)longLongBooleanHashMap.KeysView. detectIfNone(LongPredicate predicate, long value)longObjectLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)longObjectLongHashMap.ValuesCollection. detectIfNone(LongPredicate predicate, long ifNone)longObjectLongHashMapWithHashingStrategy. detectIfNone(LongPredicate predicate, long ifNone)longObjectLongHashMapWithHashingStrategy.ValuesCollection. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedByteLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedCharLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedDoubleLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedFloatLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedIntLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedLongLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedObjectLongMap. detectIfNone(LongPredicate predicate, long ifNone)longSynchronizedShortLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableByteLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableCharLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableDoubleLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableFloatLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableIntLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableLongLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableObjectLongMap. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableShortLongMap. detectIfNone(LongPredicate predicate, long ifNone)booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection. noneSatisfy(LongPredicate predicate)booleanImmutableLongLongMapKeySet. noneSatisfy(LongPredicate predicate)booleanImmutableLongMapKeySet. noneSatisfy(LongPredicate predicate)booleanObjectLongHashMap. noneSatisfy(LongPredicate predicate)booleanObjectLongHashMap.ValuesCollection. noneSatisfy(LongPredicate predicate)booleanObjectLongHashMapWithHashingStrategy. noneSatisfy(LongPredicate predicate)booleanObjectLongHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(LongPredicate predicate)booleanSynchronizedByteLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedCharLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedDoubleLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedFloatLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedIntLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedLongLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedObjectLongMap. noneSatisfy(LongPredicate predicate)booleanSynchronizedShortLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableByteLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableCharLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableDoubleLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableFloatLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableIntLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableLongLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableObjectLongMap. noneSatisfy(LongPredicate predicate)booleanUnmodifiableShortLongMap. noneSatisfy(LongPredicate predicate)MutableLongSetAbstractMutableLongKeySet. reject(LongPredicate predicate)MutableLongCollectionAbstractMutableLongValuesMap.AbstractLongValuesCollection. reject(LongPredicate predicate)MutableLongBagAbstractMutableLongValuesMap. reject(LongPredicate predicate)ImmutableLongSetImmutableLongLongMapKeySet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongMapKeySet. reject(LongPredicate predicate)MutableLongCollectionObjectLongHashMap. reject(LongPredicate predicate)MutableLongCollectionObjectLongHashMap.ValuesCollection. reject(LongPredicate predicate)MutableLongCollectionObjectLongHashMapWithHashingStrategy. reject(LongPredicate predicate)MutableLongCollectionObjectLongHashMapWithHashingStrategy.ValuesCollection. reject(LongPredicate predicate)MutableLongBagSynchronizedByteLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedCharLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedDoubleLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedFloatLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedIntLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedLongLongMap. reject(LongPredicate predicate)MutableLongCollectionSynchronizedObjectLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedShortLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableByteLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableCharLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableDoubleLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableFloatLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableIntLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableLongLongMap. reject(LongPredicate predicate)MutableLongCollectionUnmodifiableObjectLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableShortLongMap. reject(LongPredicate predicate)MutableLongSetAbstractMutableLongKeySet. select(LongPredicate predicate)MutableLongCollectionAbstractMutableLongValuesMap.AbstractLongValuesCollection. select(LongPredicate predicate)MutableLongBagAbstractMutableLongValuesMap. select(LongPredicate predicate)ImmutableLongSetImmutableLongLongMapKeySet. select(LongPredicate predicate)ImmutableLongSetImmutableLongMapKeySet. select(LongPredicate predicate)MutableLongCollectionObjectLongHashMap. select(LongPredicate predicate)MutableLongCollectionObjectLongHashMap.ValuesCollection. select(LongPredicate predicate)MutableLongCollectionObjectLongHashMapWithHashingStrategy. select(LongPredicate predicate)MutableLongCollectionObjectLongHashMapWithHashingStrategy.ValuesCollection. select(LongPredicate predicate)MutableLongBagSynchronizedByteLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedCharLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedDoubleLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedFloatLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedIntLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedLongLongMap. select(LongPredicate predicate)MutableLongCollectionSynchronizedObjectLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedShortLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableByteLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableCharLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableDoubleLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableFloatLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableIntLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableLongLongMap. select(LongPredicate predicate)MutableLongCollectionUnmodifiableObjectLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableShortLongMap. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanSynchronizedLongIterable. allSatisfy(LongPredicate predicate)booleanSynchronizedLongIterable. anySatisfy(LongPredicate predicate)intSynchronizedLongIterable. count(LongPredicate predicate)longSynchronizedLongIterable. detectIfNone(LongPredicate predicate, long ifNone)booleanSynchronizedLongIterable. noneSatisfy(LongPredicate predicate)LongIterableSynchronizedLongIterable. reject(LongPredicate predicate)LongIterableSynchronizedLongIterable. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanImmutableLongEmptySet. allSatisfy(LongPredicate predicate)booleanImmutableLongSingletonSet. allSatisfy(LongPredicate predicate)booleanImmutableLongEmptySet. anySatisfy(LongPredicate predicate)booleanImmutableLongSingletonSet. anySatisfy(LongPredicate predicate)intImmutableLongEmptySet. count(LongPredicate predicate)intImmutableLongSingletonSet. count(LongPredicate predicate)longImmutableLongEmptySet. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongSingletonSet. detectIfNone(LongPredicate predicate, long ifNone)booleanImmutableLongEmptySet. noneSatisfy(LongPredicate predicate)booleanImmutableLongSingletonSet. noneSatisfy(LongPredicate predicate)ImmutableLongSetImmutableLongEmptySet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongSingletonSet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongEmptySet. select(LongPredicate predicate)ImmutableLongSetImmutableLongSingletonSet. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanLongHashSet. allSatisfy(LongPredicate predicate)booleanLongHashSet.ImmutableLongHashSet. allSatisfy(LongPredicate predicate)booleanLongHashSet. anySatisfy(LongPredicate predicate)booleanLongHashSet.ImmutableLongHashSet. anySatisfy(LongPredicate predicate)intLongHashSet. count(LongPredicate predicate)intLongHashSet.ImmutableLongHashSet. count(LongPredicate predicate)longLongHashSet. detectIfNone(LongPredicate predicate, long ifNone)longLongHashSet.ImmutableLongHashSet. detectIfNone(LongPredicate predicate, long ifNone)booleanLongHashSet.ImmutableLongHashSet. noneSatisfy(LongPredicate predicate)ImmutableLongSetLongHashSet.ImmutableLongHashSet. reject(LongPredicate predicate)LongHashSetLongHashSet. reject(LongPredicate predicate)<R extends MutableLongCollection>
RLongHashSet. reject(LongPredicate predicate, R target)MutableLongSetSynchronizedLongSet. reject(LongPredicate predicate)MutableLongSetUnmodifiableLongSet. reject(LongPredicate predicate)ImmutableLongSetLongHashSet.ImmutableLongHashSet. select(LongPredicate predicate)LongHashSetLongHashSet. select(LongPredicate predicate)<R extends MutableLongCollection>
RLongHashSet. select(LongPredicate predicate, R target)MutableLongSetSynchronizedLongSet. select(LongPredicate predicate)MutableLongSetUnmodifiableLongSet. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanImmutableLongEmptyStack. allSatisfy(LongPredicate predicate)booleanImmutableLongSingletonStack. allSatisfy(LongPredicate predicate)booleanImmutableLongEmptyStack. anySatisfy(LongPredicate predicate)booleanImmutableLongSingletonStack. anySatisfy(LongPredicate predicate)intImmutableLongEmptyStack. count(LongPredicate predicate)intImmutableLongSingletonStack. count(LongPredicate predicate)longImmutableLongEmptyStack. detectIfNone(LongPredicate predicate, long ifNone)longImmutableLongSingletonStack. detectIfNone(LongPredicate predicate, long ifNone)booleanImmutableLongEmptyStack. noneSatisfy(LongPredicate predicate)booleanImmutableLongSingletonStack. noneSatisfy(LongPredicate predicate)ImmutableLongStackImmutableLongArrayStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongEmptyStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongSingletonStack. reject(LongPredicate predicate)ImmutableLongStackImmutableLongArrayStack. select(LongPredicate predicate)ImmutableLongStackImmutableLongEmptyStack. select(LongPredicate predicate)ImmutableLongStackImmutableLongSingletonStack. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanSynchronizedLongStack. allSatisfy(LongPredicate predicate)booleanUnmodifiableLongStack. allSatisfy(LongPredicate predicate)booleanSynchronizedLongStack. anySatisfy(LongPredicate predicate)booleanUnmodifiableLongStack. anySatisfy(LongPredicate predicate)intSynchronizedLongStack. count(LongPredicate predicate)intUnmodifiableLongStack. count(LongPredicate predicate)longSynchronizedLongStack. detectIfNone(LongPredicate predicate, long ifNone)longUnmodifiableLongStack. detectIfNone(LongPredicate predicate, long ifNone)booleanSynchronizedLongStack. noneSatisfy(LongPredicate predicate)booleanUnmodifiableLongStack. noneSatisfy(LongPredicate predicate)MutableLongStackLongArrayStack. reject(LongPredicate predicate)MutableLongStackSynchronizedLongStack. reject(LongPredicate predicate)MutableLongStackUnmodifiableLongStack. reject(LongPredicate predicate)MutableLongStackLongArrayStack. select(LongPredicate predicate)MutableLongStackSynchronizedLongStack. select(LongPredicate predicate)MutableLongStackUnmodifiableLongStack. select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type LongPredicate Modifier and Type Method Description booleanAbstractLongStack. allSatisfy(LongPredicate predicate)booleanAbstractLongStack. anySatisfy(LongPredicate predicate)intAbstractLongStack. count(LongPredicate predicate)longAbstractLongStack. detectIfNone(LongPredicate predicate, long ifNone)booleanAbstractLongStack. noneSatisfy(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type LongPredicate Modifier and Type Method Description static booleanLongIterableIterate. allSatisfy(LongIterable iterable, LongPredicate predicate)static booleanLongIteratorIterate. allSatisfy(LongIterator iterator, LongPredicate predicate)static booleanLongIterableIterate. anySatisfy(LongIterable iterable, LongPredicate predicate)static booleanLongIteratorIterate. anySatisfy(LongIterator iterator, LongPredicate predicate)static intLongIterableIterate. count(LongIterable iterable, LongPredicate predicate)static intLongIteratorIterate. count(LongIterator iterator, LongPredicate predicate)static longLongIterableIterate. detectIfNone(LongIterable iterable, LongPredicate predicate, long ifNone)static longLongIteratorIterate. detectIfNone(LongIterator iterator, LongPredicate predicate, long ifNone)static booleanLongIterableIterate. noneSatisfy(LongIterable iterable, LongPredicate predicate)static booleanLongIteratorIterate. noneSatisfy(LongIterator iterator, LongPredicate predicate)static <R extends MutableLongCollection>
RLongIterableIterate. reject(LongIterable iterable, LongPredicate predicate, R targetCollection)static <R extends MutableLongCollection>
RLongIteratorIterate. reject(LongIterator iterator, LongPredicate predicate, R targetCollection)static <R extends MutableLongCollection>
RLongIterableIterate. select(LongIterable iterable, LongPredicate predicate, R targetCollection)static <R extends MutableLongCollection>
RLongIteratorIterate. select(LongIterator iterator, LongPredicate predicate, R targetCollection) -
Uses of LongPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type LongPredicate Modifier and Type Method Description static <V> LazyIterable<V>LazyLongIterate. collectIf(LongIterable iterable, LongPredicate predicate, LongToObjectFunction<? extends V> function)Creates a deferred filtering and transforming long iterable for the specified long iterable.static LazyLongIterableLazyLongIterate. select(LongIterable iterable, LongPredicate predicate)Creates a deferred filtering long iterable for the specified long iterable.
-