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 boolean
LongIterable. allSatisfy(LongPredicate predicate)
Returns true if all of the elements in the LongIterable return true for the specified predicate, otherwise returns false.boolean
LongIterable. anySatisfy(LongPredicate predicate)
Returns true if any of the elements in the LongIterable return true for the specified predicate, otherwise returns false.int
LongIterable. count(LongPredicate predicate)
Returns a count of the number of elements in the LongIterable that return true for the specified predicate.long
LongIterable. detectIfNone(LongPredicate predicate, long ifNone)
default boolean
LongIterable. noneSatisfy(LongPredicate predicate)
Returns true if none of the elements in the LongIterable return true for the specified predicate, otherwise returns false.LazyLongIterable
LazyLongIterable. reject(LongPredicate predicate)
LongIterable
LongIterable. 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.LazyLongIterable
LazyLongIterable. select(LongPredicate predicate)
LongIterable
LongIterable. 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 ImmutableLongBag
ImmutableLongBag. reject(LongPredicate predicate)
LongBag
LongBag. reject(LongPredicate predicate)
MutableLongBag
MutableLongBag. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongBag. select(LongPredicate predicate)
LongBag
LongBag. select(LongPredicate predicate)
MutableLongBag
MutableLongBag. 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 ImmutableLongCollection
ImmutableLongCollection. reject(LongPredicate predicate)
MutableLongCollection
MutableLongCollection. reject(LongPredicate predicate)
default boolean
MutableLongCollection. removeIf(LongPredicate predicate)
ImmutableLongCollection
ImmutableLongCollection. select(LongPredicate predicate)
MutableLongCollection
MutableLongCollection. 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 ImmutableLongList
ImmutableLongList. reject(LongPredicate predicate)
LongList
LongList. reject(LongPredicate predicate)
MutableLongList
MutableLongList. reject(LongPredicate predicate)
ImmutableLongList
ImmutableLongList. select(LongPredicate predicate)
LongList
LongList. select(LongPredicate predicate)
MutableLongList
MutableLongList. 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 ImmutableLongBag
ImmutableByteLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongMap. reject(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongMap. reject(LongPredicate predicate)
LongBag
LongValuesMap. reject(LongPredicate predicate)
MutableLongBag
MutableLongValuesMap. reject(LongPredicate predicate)
MutableLongCollection
MutableObjectLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongMap. select(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongMap. select(LongPredicate predicate)
LongBag
LongValuesMap. select(LongPredicate predicate)
MutableLongBag
MutableLongValuesMap. select(LongPredicate predicate)
MutableLongCollection
MutableObjectLongMap. 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 OrderedLongIterable
OrderedLongIterable. reject(LongPredicate predicate)
ReversibleLongIterable
ReversibleLongIterable. reject(LongPredicate predicate)
OrderedLongIterable
OrderedLongIterable. select(LongPredicate predicate)
ReversibleLongIterable
ReversibleLongIterable. 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 ImmutableLongSet
ImmutableLongSet. reject(LongPredicate predicate)
LongSet
LongSet. reject(LongPredicate predicate)
MutableLongSet
MutableLongSet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongSet. select(LongPredicate predicate)
LongSet
LongSet. select(LongPredicate predicate)
MutableLongSet
MutableLongSet. 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 ImmutableLongStack
ImmutableLongStack. reject(LongPredicate predicate)
LongStack
LongStack. reject(LongPredicate predicate)
MutableLongStack
MutableLongStack. reject(LongPredicate predicate)
ImmutableLongStack
ImmutableLongStack. select(LongPredicate predicate)
LongStack
LongStack. select(LongPredicate predicate)
MutableLongStack
MutableLongStack. 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 boolean
ImmutableLongEmptyBag. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongHashBag. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonBag. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongEmptyBag. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongHashBag. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonBag. anySatisfy(LongPredicate predicate)
int
ImmutableLongEmptyBag. count(LongPredicate predicate)
int
ImmutableLongHashBag. count(LongPredicate predicate)
int
ImmutableLongSingletonBag. count(LongPredicate predicate)
long
ImmutableLongEmptyBag. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongHashBag. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongSingletonBag. detectIfNone(LongPredicate predicate, long ifNone)
boolean
ImmutableLongEmptyBag. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongHashBag. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonBag. noneSatisfy(LongPredicate predicate)
ImmutableLongBag
ImmutableLongEmptyBag. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongHashBag. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongSingletonBag. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongEmptyBag. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongHashBag. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongSingletonBag. 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 boolean
LongHashBag. allSatisfy(LongPredicate predicate)
boolean
LongHashBag. anySatisfy(LongPredicate predicate)
int
LongHashBag. count(LongPredicate predicate)
long
LongHashBag. detectIfNone(LongPredicate predicate, long ifNone)
boolean
LongHashBag. noneSatisfy(LongPredicate predicate)
LongHashBag
LongHashBag. reject(LongPredicate predicate)
MutableLongBag
SynchronizedLongBag. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableLongBag. reject(LongPredicate predicate)
boolean
LongHashBag. removeIf(LongPredicate predicate)
LongHashBag
LongHashBag. select(LongPredicate predicate)
MutableLongBag
SynchronizedLongBag. select(LongPredicate predicate)
MutableLongBag
UnmodifiableLongBag. 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 class
LongPredicates.AlwaysFalseLongPredicate
private static class
LongPredicates.AlwaysTrueLongPredicate
private static class
LongPredicates.AndLongPredicate
private static class
LongPredicates.EqualsLongPredicate
private static class
LongPredicates.GreaterThanLongPredicate
private static class
LongPredicates.LessThanLongPredicate
private static class
LongPredicates.LongIsEvenPredicate
private static class
LongPredicates.LongIsOddPredicate
private static class
LongPredicates.NotLongPredicate
private static class
LongPredicates.OrLongPredicate
Fields in org.eclipse.collections.impl.block.factory.primitive declared as LongPredicate Modifier and Type Field Description private static LongPredicate
LongPredicates. ALWAYS_FALSE
private static LongPredicate
LongPredicates. ALWAYS_TRUE
private LongPredicate
LongPredicates.NotLongPredicate. negate
private LongPredicate
LongPredicates.AndLongPredicate. one
private LongPredicate
LongPredicates.OrLongPredicate. one
private LongPredicate
LongPredicates.AndLongPredicate. two
private LongPredicate
LongPredicates.OrLongPredicate. two
Methods in org.eclipse.collections.impl.block.factory.primitive that return LongPredicate Modifier and Type Method Description static LongPredicate
LongPredicates. alwaysFalse()
static LongPredicate
LongPredicates. alwaysTrue()
static LongPredicate
LongPredicates. and(LongPredicate one, LongPredicate two)
static LongPredicate
LongPredicates. equal(long expected)
static LongPredicate
LongPredicates. greaterThan(long expected)
static LongPredicate
LongPredicates. isEven()
static LongPredicate
LongPredicates. isOdd()
static LongPredicate
LongPredicates. lessThan(long expected)
static LongPredicate
LongPredicates. not(LongPredicate negate)
static LongPredicate
LongPredicates. 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 LongPredicate
LongPredicates. and(LongPredicate one, LongPredicate two)
static LongPredicate
LongPredicates. not(LongPredicate negate)
static LongPredicate
LongPredicates. 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. predicateFunctions
Methods 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. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongPredicate Modifier and Type Method Description LongCaseProcedure
LongCaseProcedure. 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 boolean
AbstractSynchronizedLongCollection. allSatisfy(LongPredicate predicate)
boolean
AbstractUnmodifiableLongCollection. allSatisfy(LongPredicate predicate)
boolean
AbstractSynchronizedLongCollection. anySatisfy(LongPredicate predicate)
boolean
AbstractUnmodifiableLongCollection. anySatisfy(LongPredicate predicate)
int
AbstractSynchronizedLongCollection. count(LongPredicate predicate)
int
AbstractUnmodifiableLongCollection. count(LongPredicate predicate)
long
AbstractSynchronizedLongCollection. detectIfNone(LongPredicate predicate, long ifNone)
long
AbstractUnmodifiableLongCollection. detectIfNone(LongPredicate predicate, long ifNone)
boolean
AbstractSynchronizedLongCollection. noneSatisfy(LongPredicate predicate)
boolean
AbstractUnmodifiableLongCollection. noneSatisfy(LongPredicate predicate)
MutableLongCollection
AbstractSynchronizedLongCollection. reject(LongPredicate predicate)
MutableLongCollection
AbstractUnmodifiableLongCollection. reject(LongPredicate predicate)
boolean
AbstractSynchronizedLongCollection. removeIf(LongPredicate predicate)
boolean
AbstractUnmodifiableLongCollection. removeIf(LongPredicate predicate)
MutableLongCollection
AbstractSynchronizedLongCollection. select(LongPredicate predicate)
MutableLongCollection
AbstractUnmodifiableLongCollection. 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 LongPredicate
SelectLongIterable.CountLongProcedure. predicate
private LongPredicate
SelectLongIterable. predicate
private LongPredicate
SelectLongIterable.SelectLongIterator. predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type LongPredicate Modifier and Type Method Description boolean
AbstractLazyLongIterable. allSatisfy(LongPredicate predicate)
boolean
CollectLongIterable. allSatisfy(LongPredicate predicate)
boolean
LazyLongIterableAdapter. allSatisfy(LongPredicate predicate)
boolean
SelectLongIterable. allSatisfy(LongPredicate predicate)
boolean
TapLongIterable. allSatisfy(LongPredicate predicate)
boolean
AbstractLazyLongIterable. anySatisfy(LongPredicate predicate)
boolean
CollectLongIterable. anySatisfy(LongPredicate predicate)
boolean
LazyLongIterableAdapter. anySatisfy(LongPredicate predicate)
boolean
SelectLongIterable. anySatisfy(LongPredicate predicate)
boolean
TapLongIterable. anySatisfy(LongPredicate predicate)
int
AbstractLazyLongIterable. count(LongPredicate predicate)
int
CollectLongIterable. count(LongPredicate predicate)
int
LazyLongIterableAdapter. count(LongPredicate predicate)
int
SelectLongIterable. count(LongPredicate predicate)
long
AbstractLazyLongIterable. detectIfNone(LongPredicate predicate, long ifNone)
long
LazyLongIterableAdapter. detectIfNone(LongPredicate predicate, long ifNone)
long
TapLongIterable. detectIfNone(LongPredicate predicate, long ifNone)
boolean
AbstractLazyLongIterable. noneSatisfy(LongPredicate predicate)
boolean
LazyLongIterableAdapter. noneSatisfy(LongPredicate predicate)
boolean
TapLongIterable. noneSatisfy(LongPredicate predicate)
LazyLongIterable
AbstractLazyLongIterable. reject(LongPredicate predicate)
LazyLongIterable
AbstractLazyLongIterable. 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 boolean
ImmutableLongArrayList. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongEmptyList. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonList. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongArrayList. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongEmptyList. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonList. anySatisfy(LongPredicate predicate)
int
ImmutableLongArrayList. count(LongPredicate predicate)
int
ImmutableLongEmptyList. count(LongPredicate predicate)
int
ImmutableLongSingletonList. count(LongPredicate predicate)
long
ImmutableLongArrayList. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongEmptyList. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongSingletonList. detectIfNone(LongPredicate predicate, long ifNone)
boolean
ImmutableLongEmptyList. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonList. noneSatisfy(LongPredicate predicate)
ImmutableLongList
ImmutableLongArrayList. reject(LongPredicate predicate)
<R extends MutableLongCollection>
RImmutableLongArrayList. reject(LongPredicate predicate, R target)
ImmutableLongList
ImmutableLongEmptyList. reject(LongPredicate predicate)
ImmutableLongList
ImmutableLongSingletonList. reject(LongPredicate predicate)
ImmutableLongList
ImmutableLongArrayList. select(LongPredicate predicate)
<R extends MutableLongCollection>
RImmutableLongArrayList. select(LongPredicate predicate, R target)
ImmutableLongList
ImmutableLongEmptyList. select(LongPredicate predicate)
ImmutableLongList
ImmutableLongSingletonList. 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 boolean
LongArrayList. allSatisfy(LongPredicate predicate)
boolean
LongArrayList. anySatisfy(LongPredicate predicate)
int
LongArrayList. count(LongPredicate predicate)
long
LongArrayList. detectIfNone(LongPredicate predicate, long ifNone)
LongArrayList
LongArrayList. reject(LongPredicate predicate)
<R extends MutableLongCollection>
RLongArrayList. reject(LongPredicate predicate, R target)
MutableLongList
SynchronizedLongList. reject(LongPredicate predicate)
MutableLongList
UnmodifiableLongList. reject(LongPredicate predicate)
boolean
LongArrayList. removeIf(LongPredicate predicate)
LongArrayList
LongArrayList. select(LongPredicate predicate)
<R extends MutableLongCollection>
RLongArrayList. select(LongPredicate predicate, R target)
MutableLongList
SynchronizedLongList. select(LongPredicate predicate)
MutableLongList
UnmodifiableLongList. 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 boolean
LongInterval. allSatisfy(LongPredicate predicate)
boolean
LongInterval. anySatisfy(LongPredicate predicate)
int
LongInterval. count(LongPredicate predicate)
long
LongInterval. detectIfNone(LongPredicate predicate, long ifNone)
ImmutableLongList
LongInterval. reject(LongPredicate predicate)
ImmutableLongList
LongInterval. 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 boolean
ImmutableByteLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableByteLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableByteLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableCharLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableCharLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableCharLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableIntLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableIntLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableIntLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableShortLongEmptyMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableShortLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableShortLongSingletonMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableByteLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableByteLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableByteLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableCharLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableCharLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableCharLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableIntLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableIntLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableIntLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongSingletonMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableShortLongEmptyMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableShortLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableShortLongSingletonMap. anySatisfy(LongPredicate predicate)
int
ImmutableByteLongEmptyMap. count(LongPredicate predicate)
int
ImmutableByteLongHashMap. count(LongPredicate predicate)
int
ImmutableByteLongSingletonMap. count(LongPredicate predicate)
int
ImmutableCharLongEmptyMap. count(LongPredicate predicate)
int
ImmutableCharLongHashMap. count(LongPredicate predicate)
int
ImmutableCharLongSingletonMap. count(LongPredicate predicate)
int
ImmutableDoubleLongEmptyMap. count(LongPredicate predicate)
int
ImmutableDoubleLongHashMap. count(LongPredicate predicate)
int
ImmutableDoubleLongSingletonMap. count(LongPredicate predicate)
int
ImmutableFloatLongEmptyMap. count(LongPredicate predicate)
int
ImmutableFloatLongHashMap. count(LongPredicate predicate)
int
ImmutableFloatLongSingletonMap. count(LongPredicate predicate)
int
ImmutableIntLongEmptyMap. count(LongPredicate predicate)
int
ImmutableIntLongHashMap. count(LongPredicate predicate)
int
ImmutableIntLongSingletonMap. count(LongPredicate predicate)
int
ImmutableLongLongEmptyMap. count(LongPredicate predicate)
int
ImmutableLongLongHashMap. count(LongPredicate predicate)
int
ImmutableLongLongSingletonMap. count(LongPredicate predicate)
int
ImmutableObjectLongEmptyMap. count(LongPredicate predicate)
int
ImmutableObjectLongHashMap. count(LongPredicate predicate)
int
ImmutableObjectLongSingletonMap. count(LongPredicate predicate)
int
ImmutableShortLongEmptyMap. count(LongPredicate predicate)
int
ImmutableShortLongHashMap. count(LongPredicate predicate)
int
ImmutableShortLongSingletonMap. count(LongPredicate predicate)
long
ImmutableByteLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableByteLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableByteLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableCharLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableCharLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableCharLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableDoubleLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableDoubleLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableDoubleLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableFloatLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableFloatLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableFloatLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableIntLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableIntLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableIntLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableObjectLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableObjectLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableObjectLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableShortLongEmptyMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableShortLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableShortLongSingletonMap. detectIfNone(LongPredicate predicate, long ifNone)
boolean
ImmutableByteLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableByteLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableByteLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableCharLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableCharLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableCharLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableDoubleLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableFloatLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableIntLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableIntLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableIntLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableObjectLongSingletonMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableShortLongEmptyMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableShortLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ImmutableShortLongSingletonMap. noneSatisfy(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongHashMap. reject(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongEmptyMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongHashMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongSingletonMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongSingletonMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongSingletonMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongSingletonMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongSingletonMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongSingletonMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongSingletonMap. select(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongEmptyMap. select(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongHashMap. select(LongPredicate predicate)
ImmutableLongCollection
ImmutableObjectLongSingletonMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongEmptyMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongHashMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongSingletonMap. 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 boolean
AbstractMutableLongKeySet. allSatisfy(LongPredicate predicate)
boolean
AbstractMutableLongValuesMap.AbstractLongValuesCollection. allSatisfy(LongPredicate predicate)
boolean
AbstractMutableLongValuesMap. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongMapKeySet. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongMapKeySet. allSatisfy(LongPredicate predicate)
boolean
LongBooleanHashMap.KeysView. allSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMap. allSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMap.ValuesCollection. allSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMapWithHashingStrategy. allSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection. allSatisfy(LongPredicate predicate)
boolean
SynchronizedByteLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedCharLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedDoubleLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedFloatLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedIntLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedLongLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedObjectLongMap. allSatisfy(LongPredicate predicate)
boolean
SynchronizedShortLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableByteLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableCharLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableDoubleLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableFloatLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableIntLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableLongLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableObjectLongMap. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableShortLongMap. allSatisfy(LongPredicate predicate)
boolean
AbstractMutableLongKeySet. anySatisfy(LongPredicate predicate)
boolean
AbstractMutableLongValuesMap.AbstractLongValuesCollection. anySatisfy(LongPredicate predicate)
boolean
AbstractMutableLongValuesMap. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongLongMapKeySet. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongMapKeySet. anySatisfy(LongPredicate predicate)
boolean
LongBooleanHashMap.KeysView. anySatisfy(LongPredicate predicate)
boolean
ObjectLongHashMap. anySatisfy(LongPredicate predicate)
boolean
ObjectLongHashMap.ValuesCollection. anySatisfy(LongPredicate predicate)
boolean
ObjectLongHashMapWithHashingStrategy. anySatisfy(LongPredicate predicate)
boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection. anySatisfy(LongPredicate predicate)
boolean
SynchronizedByteLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedCharLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedDoubleLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedFloatLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedIntLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedLongLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedObjectLongMap. anySatisfy(LongPredicate predicate)
boolean
SynchronizedShortLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableByteLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableCharLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableDoubleLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableFloatLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableIntLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableLongLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableObjectLongMap. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableShortLongMap. anySatisfy(LongPredicate predicate)
int
AbstractMutableLongKeySet. count(LongPredicate predicate)
int
AbstractMutableLongValuesMap.AbstractLongValuesCollection. count(LongPredicate predicate)
int
AbstractMutableLongValuesMap. count(LongPredicate predicate)
int
ImmutableLongLongMapKeySet. count(LongPredicate predicate)
int
ImmutableLongMapKeySet. count(LongPredicate predicate)
int
LongBooleanHashMap.KeysView. count(LongPredicate predicate)
int
ObjectLongHashMap. count(LongPredicate predicate)
int
ObjectLongHashMap.ValuesCollection. count(LongPredicate predicate)
int
ObjectLongHashMapWithHashingStrategy. count(LongPredicate predicate)
int
ObjectLongHashMapWithHashingStrategy.ValuesCollection. count(LongPredicate predicate)
int
SynchronizedByteLongMap. count(LongPredicate predicate)
int
SynchronizedCharLongMap. count(LongPredicate predicate)
int
SynchronizedDoubleLongMap. count(LongPredicate predicate)
int
SynchronizedFloatLongMap. count(LongPredicate predicate)
int
SynchronizedIntLongMap. count(LongPredicate predicate)
int
SynchronizedLongLongMap. count(LongPredicate predicate)
int
SynchronizedObjectLongMap. count(LongPredicate predicate)
int
SynchronizedShortLongMap. count(LongPredicate predicate)
int
UnmodifiableByteLongMap. count(LongPredicate predicate)
int
UnmodifiableCharLongMap. count(LongPredicate predicate)
int
UnmodifiableDoubleLongMap. count(LongPredicate predicate)
int
UnmodifiableFloatLongMap. count(LongPredicate predicate)
int
UnmodifiableIntLongMap. count(LongPredicate predicate)
int
UnmodifiableLongLongMap. count(LongPredicate predicate)
int
UnmodifiableObjectLongMap. count(LongPredicate predicate)
int
UnmodifiableShortLongMap. count(LongPredicate predicate)
long
AbstractMutableLongKeySet. detectIfNone(LongPredicate predicate, long ifNone)
long
AbstractMutableLongValuesMap.AbstractLongValuesCollection. detectIfNone(LongPredicate predicate, long ifNone)
long
AbstractMutableLongValuesMap. detectIfNone(LongPredicate predicate, long value)
long
ImmutableLongLongMapKeySet. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongMapKeySet. detectIfNone(LongPredicate predicate, long ifNone)
long
LongBooleanHashMap.KeysView. detectIfNone(LongPredicate predicate, long value)
long
ObjectLongHashMap. detectIfNone(LongPredicate predicate, long ifNone)
long
ObjectLongHashMap.ValuesCollection. detectIfNone(LongPredicate predicate, long ifNone)
long
ObjectLongHashMapWithHashingStrategy. detectIfNone(LongPredicate predicate, long ifNone)
long
ObjectLongHashMapWithHashingStrategy.ValuesCollection. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedByteLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedCharLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedDoubleLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedFloatLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedIntLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedLongLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedObjectLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
SynchronizedShortLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableByteLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableCharLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableDoubleLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableFloatLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableIntLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableLongLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableObjectLongMap. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableShortLongMap. detectIfNone(LongPredicate predicate, long ifNone)
boolean
AbstractMutableLongValuesMap.AbstractLongValuesCollection. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongLongMapKeySet. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongMapKeySet. noneSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMap. noneSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMap.ValuesCollection. noneSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMapWithHashingStrategy. noneSatisfy(LongPredicate predicate)
boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedByteLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedCharLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedDoubleLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedFloatLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedIntLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedLongLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedObjectLongMap. noneSatisfy(LongPredicate predicate)
boolean
SynchronizedShortLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableByteLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableCharLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableDoubleLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableFloatLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableIntLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableLongLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableObjectLongMap. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableShortLongMap. noneSatisfy(LongPredicate predicate)
MutableLongSet
AbstractMutableLongKeySet. reject(LongPredicate predicate)
MutableLongCollection
AbstractMutableLongValuesMap.AbstractLongValuesCollection. reject(LongPredicate predicate)
MutableLongBag
AbstractMutableLongValuesMap. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongLongMapKeySet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongMapKeySet. reject(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMap. reject(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMap.ValuesCollection. reject(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMapWithHashingStrategy. reject(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMapWithHashingStrategy.ValuesCollection. reject(LongPredicate predicate)
MutableLongBag
SynchronizedByteLongMap. reject(LongPredicate predicate)
MutableLongBag
SynchronizedCharLongMap. reject(LongPredicate predicate)
MutableLongBag
SynchronizedDoubleLongMap. reject(LongPredicate predicate)
MutableLongBag
SynchronizedFloatLongMap. reject(LongPredicate predicate)
MutableLongBag
SynchronizedIntLongMap. reject(LongPredicate predicate)
MutableLongBag
SynchronizedLongLongMap. reject(LongPredicate predicate)
MutableLongCollection
SynchronizedObjectLongMap. reject(LongPredicate predicate)
MutableLongBag
SynchronizedShortLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableByteLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableCharLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableDoubleLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableFloatLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableIntLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableLongLongMap. reject(LongPredicate predicate)
MutableLongCollection
UnmodifiableObjectLongMap. reject(LongPredicate predicate)
MutableLongBag
UnmodifiableShortLongMap. reject(LongPredicate predicate)
MutableLongSet
AbstractMutableLongKeySet. select(LongPredicate predicate)
MutableLongCollection
AbstractMutableLongValuesMap.AbstractLongValuesCollection. select(LongPredicate predicate)
MutableLongBag
AbstractMutableLongValuesMap. select(LongPredicate predicate)
ImmutableLongSet
ImmutableLongLongMapKeySet. select(LongPredicate predicate)
ImmutableLongSet
ImmutableLongMapKeySet. select(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMap. select(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMap.ValuesCollection. select(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMapWithHashingStrategy. select(LongPredicate predicate)
MutableLongCollection
ObjectLongHashMapWithHashingStrategy.ValuesCollection. select(LongPredicate predicate)
MutableLongBag
SynchronizedByteLongMap. select(LongPredicate predicate)
MutableLongBag
SynchronizedCharLongMap. select(LongPredicate predicate)
MutableLongBag
SynchronizedDoubleLongMap. select(LongPredicate predicate)
MutableLongBag
SynchronizedFloatLongMap. select(LongPredicate predicate)
MutableLongBag
SynchronizedIntLongMap. select(LongPredicate predicate)
MutableLongBag
SynchronizedLongLongMap. select(LongPredicate predicate)
MutableLongCollection
SynchronizedObjectLongMap. select(LongPredicate predicate)
MutableLongBag
SynchronizedShortLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableByteLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableCharLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableDoubleLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableFloatLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableIntLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableLongLongMap. select(LongPredicate predicate)
MutableLongCollection
UnmodifiableObjectLongMap. select(LongPredicate predicate)
MutableLongBag
UnmodifiableShortLongMap. 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 boolean
SynchronizedLongIterable. allSatisfy(LongPredicate predicate)
boolean
SynchronizedLongIterable. anySatisfy(LongPredicate predicate)
int
SynchronizedLongIterable. count(LongPredicate predicate)
long
SynchronizedLongIterable. detectIfNone(LongPredicate predicate, long ifNone)
boolean
SynchronizedLongIterable. noneSatisfy(LongPredicate predicate)
LongIterable
SynchronizedLongIterable. reject(LongPredicate predicate)
LongIterable
SynchronizedLongIterable. 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 boolean
ImmutableLongEmptySet. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonSet. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongEmptySet. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonSet. anySatisfy(LongPredicate predicate)
int
ImmutableLongEmptySet. count(LongPredicate predicate)
int
ImmutableLongSingletonSet. count(LongPredicate predicate)
long
ImmutableLongEmptySet. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongSingletonSet. detectIfNone(LongPredicate predicate, long ifNone)
boolean
ImmutableLongEmptySet. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonSet. noneSatisfy(LongPredicate predicate)
ImmutableLongSet
ImmutableLongEmptySet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongSingletonSet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongEmptySet. select(LongPredicate predicate)
ImmutableLongSet
ImmutableLongSingletonSet. 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 boolean
LongHashSet. allSatisfy(LongPredicate predicate)
boolean
LongHashSet.ImmutableLongHashSet. allSatisfy(LongPredicate predicate)
boolean
LongHashSet. anySatisfy(LongPredicate predicate)
boolean
LongHashSet.ImmutableLongHashSet. anySatisfy(LongPredicate predicate)
int
LongHashSet. count(LongPredicate predicate)
int
LongHashSet.ImmutableLongHashSet. count(LongPredicate predicate)
long
LongHashSet. detectIfNone(LongPredicate predicate, long ifNone)
long
LongHashSet.ImmutableLongHashSet. detectIfNone(LongPredicate predicate, long ifNone)
boolean
LongHashSet.ImmutableLongHashSet. noneSatisfy(LongPredicate predicate)
ImmutableLongSet
LongHashSet.ImmutableLongHashSet. reject(LongPredicate predicate)
LongHashSet
LongHashSet. reject(LongPredicate predicate)
<R extends MutableLongCollection>
RLongHashSet. reject(LongPredicate predicate, R target)
MutableLongSet
SynchronizedLongSet. reject(LongPredicate predicate)
MutableLongSet
UnmodifiableLongSet. reject(LongPredicate predicate)
ImmutableLongSet
LongHashSet.ImmutableLongHashSet. select(LongPredicate predicate)
LongHashSet
LongHashSet. select(LongPredicate predicate)
<R extends MutableLongCollection>
RLongHashSet. select(LongPredicate predicate, R target)
MutableLongSet
SynchronizedLongSet. select(LongPredicate predicate)
MutableLongSet
UnmodifiableLongSet. 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 boolean
ImmutableLongEmptyStack. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonStack. allSatisfy(LongPredicate predicate)
boolean
ImmutableLongEmptyStack. anySatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonStack. anySatisfy(LongPredicate predicate)
int
ImmutableLongEmptyStack. count(LongPredicate predicate)
int
ImmutableLongSingletonStack. count(LongPredicate predicate)
long
ImmutableLongEmptyStack. detectIfNone(LongPredicate predicate, long ifNone)
long
ImmutableLongSingletonStack. detectIfNone(LongPredicate predicate, long ifNone)
boolean
ImmutableLongEmptyStack. noneSatisfy(LongPredicate predicate)
boolean
ImmutableLongSingletonStack. noneSatisfy(LongPredicate predicate)
ImmutableLongStack
ImmutableLongArrayStack. reject(LongPredicate predicate)
ImmutableLongStack
ImmutableLongEmptyStack. reject(LongPredicate predicate)
ImmutableLongStack
ImmutableLongSingletonStack. reject(LongPredicate predicate)
ImmutableLongStack
ImmutableLongArrayStack. select(LongPredicate predicate)
ImmutableLongStack
ImmutableLongEmptyStack. select(LongPredicate predicate)
ImmutableLongStack
ImmutableLongSingletonStack. 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 boolean
SynchronizedLongStack. allSatisfy(LongPredicate predicate)
boolean
UnmodifiableLongStack. allSatisfy(LongPredicate predicate)
boolean
SynchronizedLongStack. anySatisfy(LongPredicate predicate)
boolean
UnmodifiableLongStack. anySatisfy(LongPredicate predicate)
int
SynchronizedLongStack. count(LongPredicate predicate)
int
UnmodifiableLongStack. count(LongPredicate predicate)
long
SynchronizedLongStack. detectIfNone(LongPredicate predicate, long ifNone)
long
UnmodifiableLongStack. detectIfNone(LongPredicate predicate, long ifNone)
boolean
SynchronizedLongStack. noneSatisfy(LongPredicate predicate)
boolean
UnmodifiableLongStack. noneSatisfy(LongPredicate predicate)
MutableLongStack
LongArrayStack. reject(LongPredicate predicate)
MutableLongStack
SynchronizedLongStack. reject(LongPredicate predicate)
MutableLongStack
UnmodifiableLongStack. reject(LongPredicate predicate)
MutableLongStack
LongArrayStack. select(LongPredicate predicate)
MutableLongStack
SynchronizedLongStack. select(LongPredicate predicate)
MutableLongStack
UnmodifiableLongStack. 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 boolean
AbstractLongStack. allSatisfy(LongPredicate predicate)
boolean
AbstractLongStack. anySatisfy(LongPredicate predicate)
int
AbstractLongStack. count(LongPredicate predicate)
long
AbstractLongStack. detectIfNone(LongPredicate predicate, long ifNone)
boolean
AbstractLongStack. 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 boolean
LongIterableIterate. allSatisfy(LongIterable iterable, LongPredicate predicate)
static boolean
LongIteratorIterate. allSatisfy(LongIterator iterator, LongPredicate predicate)
static boolean
LongIterableIterate. anySatisfy(LongIterable iterable, LongPredicate predicate)
static boolean
LongIteratorIterate. anySatisfy(LongIterator iterator, LongPredicate predicate)
static int
LongIterableIterate. count(LongIterable iterable, LongPredicate predicate)
static int
LongIteratorIterate. count(LongIterator iterator, LongPredicate predicate)
static long
LongIterableIterate. detectIfNone(LongIterable iterable, LongPredicate predicate, long ifNone)
static long
LongIteratorIterate. detectIfNone(LongIterator iterator, LongPredicate predicate, long ifNone)
static boolean
LongIterableIterate. noneSatisfy(LongIterable iterable, LongPredicate predicate)
static boolean
LongIteratorIterate. 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 LazyLongIterable
LazyLongIterate. select(LongIterable iterable, LongPredicate predicate)
Creates a deferred filtering long iterable for the specified long iterable.
-