Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortPredicate
Packages that use ShortPredicate
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
This package contains implementations of primitive functions.
This package contains implementations of primitive procedures.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ShortPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortIterable.allSatisfy
(ShortPredicate predicate) Returns true if all of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.boolean
ShortIterable.anySatisfy
(ShortPredicate predicate) Returns true if any of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.int
ShortIterable.count
(ShortPredicate predicate) Returns a count of the number of elements in the ShortIterable that return true for the specified predicate.short
ShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) default boolean
ShortIterable.noneSatisfy
(ShortPredicate predicate) Returns true if none of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.LazyShortIterable.reject
(ShortPredicate predicate) ShortIterable.reject
(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return false for the specified predicate.default <R extends MutableShortCollection>
RShortIterable.reject
(ShortPredicate predicate, R target) Same asShortIterable.reject(ShortPredicate)
, only the results are added to the target MutableShortCollection.LazyShortIterable.select
(ShortPredicate predicate) ShortIterable.select
(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return true for the specified predicate.default <R extends MutableShortCollection>
RShortIterable.select
(ShortPredicate predicate, R target) Same asShortIterable.select(ShortPredicate)
, only the results are added to the target MutableShortCollection. -
Uses of ShortPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortBag.reject
(ShortPredicate predicate) MutableShortBag.reject
(ShortPredicate predicate) ShortBag.reject
(ShortPredicate predicate) ImmutableShortBag.select
(ShortPredicate predicate) MutableShortBag.select
(ShortPredicate predicate) ShortBag.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortCollection.reject
(ShortPredicate predicate) MutableShortCollection.reject
(ShortPredicate predicate) default boolean
MutableShortCollection.removeIf
(ShortPredicate predicate) ImmutableShortCollection.select
(ShortPredicate predicate) MutableShortCollection.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortList.reject
(ShortPredicate predicate) MutableShortList.reject
(ShortPredicate predicate) ShortList.reject
(ShortPredicate predicate) ImmutableShortList.select
(ShortPredicate predicate) MutableShortList.select
(ShortPredicate predicate) ShortList.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableByteShortMap.reject
(ShortPredicate predicate) ImmutableCharShortMap.reject
(ShortPredicate predicate) ImmutableDoubleShortMap.reject
(ShortPredicate predicate) ImmutableFloatShortMap.reject
(ShortPredicate predicate) ImmutableIntShortMap.reject
(ShortPredicate predicate) ImmutableLongShortMap.reject
(ShortPredicate predicate) ImmutableObjectShortMap.reject
(ShortPredicate predicate) ImmutableShortShortMap.reject
(ShortPredicate predicate) MutableObjectShortMap.reject
(ShortPredicate predicate) MutableShortValuesMap.reject
(ShortPredicate predicate) ShortValuesMap.reject
(ShortPredicate predicate) ImmutableByteShortMap.select
(ShortPredicate predicate) ImmutableCharShortMap.select
(ShortPredicate predicate) ImmutableDoubleShortMap.select
(ShortPredicate predicate) ImmutableFloatShortMap.select
(ShortPredicate predicate) ImmutableIntShortMap.select
(ShortPredicate predicate) ImmutableLongShortMap.select
(ShortPredicate predicate) ImmutableObjectShortMap.select
(ShortPredicate predicate) ImmutableShortShortMap.select
(ShortPredicate predicate) MutableObjectShortMap.select
(ShortPredicate predicate) MutableShortValuesMap.select
(ShortPredicate predicate) ShortValuesMap.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionOrderedShortIterable.reject
(ShortPredicate predicate) ReversibleShortIterable.reject
(ShortPredicate predicate) OrderedShortIterable.select
(ShortPredicate predicate) ReversibleShortIterable.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortSet.reject
(ShortPredicate predicate) MutableShortSet.reject
(ShortPredicate predicate) ShortSet.reject
(ShortPredicate predicate) ImmutableShortSet.select
(ShortPredicate predicate) MutableShortSet.select
(ShortPredicate predicate) ShortSet.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortStack.reject
(ShortPredicate predicate) MutableShortStack.reject
(ShortPredicate predicate) ShortStack.reject
(ShortPredicate predicate) ImmutableShortStack.select
(ShortPredicate predicate) MutableShortStack.select
(ShortPredicate predicate) ShortStack.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ImmutableShortEmptyBag.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortHashBag.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonBag.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortEmptyBag.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortHashBag.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonBag.anySatisfy
(ShortPredicate predicate) int
ImmutableShortEmptyBag.count
(ShortPredicate predicate) int
ImmutableShortHashBag.count
(ShortPredicate predicate) int
ImmutableShortSingletonBag.count
(ShortPredicate predicate) short
ImmutableShortEmptyBag.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortHashBag.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortSingletonBag.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ImmutableShortEmptyBag.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortHashBag.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonBag.noneSatisfy
(ShortPredicate predicate) ImmutableShortEmptyBag.reject
(ShortPredicate predicate) ImmutableShortHashBag.reject
(ShortPredicate predicate) ImmutableShortSingletonBag.reject
(ShortPredicate predicate) ImmutableShortEmptyBag.select
(ShortPredicate predicate) ImmutableShortHashBag.select
(ShortPredicate predicate) ImmutableShortSingletonBag.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortHashBag.allSatisfy
(ShortPredicate predicate) boolean
ShortHashBag.anySatisfy
(ShortPredicate predicate) int
ShortHashBag.count
(ShortPredicate predicate) short
ShortHashBag.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ShortHashBag.noneSatisfy
(ShortPredicate predicate) ShortHashBag.reject
(ShortPredicate predicate) SynchronizedShortBag.reject
(ShortPredicate predicate) UnmodifiableShortBag.reject
(ShortPredicate predicate) boolean
ShortHashBag.removeIf
(ShortPredicate predicate) ShortHashBag.select
(ShortPredicate predicate) SynchronizedShortBag.select
(ShortPredicate predicate) UnmodifiableShortBag.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement ShortPredicateModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
Fields in org.eclipse.collections.impl.block.factory.primitive declared as ShortPredicateModifier and TypeFieldDescriptionprivate static final ShortPredicate
ShortPredicates.ALWAYS_FALSE
private static final ShortPredicate
ShortPredicates.ALWAYS_TRUE
private final ShortPredicate
ShortPredicates.NotShortPredicate.negate
private final ShortPredicate
ShortPredicates.AndShortPredicate.one
private final ShortPredicate
ShortPredicates.OrShortPredicate.one
private final ShortPredicate
ShortPredicates.AndShortPredicate.two
private final ShortPredicate
ShortPredicates.OrShortPredicate.two
Methods in org.eclipse.collections.impl.block.factory.primitive that return ShortPredicateModifier and TypeMethodDescriptionstatic ShortPredicate
ShortPredicates.alwaysFalse()
static ShortPredicate
ShortPredicates.alwaysTrue()
static ShortPredicate
ShortPredicates.and
(ShortPredicate one, ShortPredicate two) static ShortPredicate
ShortPredicates.equal
(short expected) static ShortPredicate
ShortPredicates.greaterThan
(short expected) static ShortPredicate
ShortPredicates.isEven()
static ShortPredicate
ShortPredicates.isOdd()
static ShortPredicate
ShortPredicates.lessThan
(short expected) static ShortPredicate
ShortPredicates.not
(ShortPredicate negate) static ShortPredicate
ShortPredicates.or
(ShortPredicate one, ShortPredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionstatic ShortPredicate
ShortPredicates.and
(ShortPredicate one, ShortPredicate two) static ShortPredicate
ShortPredicates.not
(ShortPredicate negate) static ShortPredicate
ShortPredicates.or
(ShortPredicate one, ShortPredicate two) Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type ShortPredicateModifierConstructorDescriptionprivate
AndShortPredicate
(ShortPredicate one, ShortPredicate two) private
NotShortPredicate
(ShortPredicate negate) private
OrShortPredicate
(ShortPredicate one, ShortPredicate two) -
Uses of ShortPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type ShortPredicateModifier and TypeFieldDescriptionprivate final MutableList
<Pair<ShortPredicate, ShortToObjectFunction<? extends V>>> ShortCaseFunction.predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionShortCaseFunction.addCase
(ShortPredicate predicate, ShortToObjectFunction<? extends V> function) -
Uses of ShortPredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type ShortPredicateModifier and TypeFieldDescriptionprivate final MutableList
<Pair<ShortPredicate, ShortProcedure>> ShortCaseProcedure.predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionShortCaseProcedure.addCase
(ShortPredicate predicate, ShortProcedure procedure) -
Uses of ShortPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractSynchronizedShortCollection.allSatisfy
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.allSatisfy
(ShortPredicate predicate) boolean
AbstractSynchronizedShortCollection.anySatisfy
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.anySatisfy
(ShortPredicate predicate) int
AbstractSynchronizedShortCollection.count
(ShortPredicate predicate) int
AbstractUnmodifiableShortCollection.count
(ShortPredicate predicate) short
AbstractSynchronizedShortCollection.detectIfNone
(ShortPredicate predicate, short ifNone) short
AbstractUnmodifiableShortCollection.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractSynchronizedShortCollection.noneSatisfy
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.noneSatisfy
(ShortPredicate predicate) AbstractSynchronizedShortCollection.reject
(ShortPredicate predicate) AbstractUnmodifiableShortCollection.reject
(ShortPredicate predicate) boolean
AbstractSynchronizedShortCollection.removeIf
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.removeIf
(ShortPredicate predicate) AbstractSynchronizedShortCollection.select
(ShortPredicate predicate) AbstractUnmodifiableShortCollection.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortPredicateModifier and TypeFieldDescriptionprivate final ShortPredicate
SelectShortIterable.CountShortProcedure.predicate
private final ShortPredicate
SelectShortIterable.predicate
private final ShortPredicate
SelectShortIterable.SelectShortIterator.predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractLazyShortIterable.allSatisfy
(ShortPredicate predicate) boolean
CollectShortIterable.allSatisfy
(ShortPredicate predicate) boolean
LazyShortIterableAdapter.allSatisfy
(ShortPredicate predicate) boolean
SelectShortIterable.allSatisfy
(ShortPredicate predicate) boolean
TapShortIterable.allSatisfy
(ShortPredicate predicate) boolean
AbstractLazyShortIterable.anySatisfy
(ShortPredicate predicate) boolean
CollectShortIterable.anySatisfy
(ShortPredicate predicate) boolean
LazyShortIterableAdapter.anySatisfy
(ShortPredicate predicate) boolean
SelectShortIterable.anySatisfy
(ShortPredicate predicate) boolean
TapShortIterable.anySatisfy
(ShortPredicate predicate) int
AbstractLazyShortIterable.count
(ShortPredicate predicate) int
CollectShortIterable.count
(ShortPredicate predicate) int
LazyShortIterableAdapter.count
(ShortPredicate predicate) int
SelectShortIterable.count
(ShortPredicate predicate) short
AbstractLazyShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) short
LazyShortIterableAdapter.detectIfNone
(ShortPredicate predicate, short ifNone) short
TapShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractLazyShortIterable.noneSatisfy
(ShortPredicate predicate) boolean
LazyShortIterableAdapter.noneSatisfy
(ShortPredicate predicate) boolean
TapShortIterable.noneSatisfy
(ShortPredicate predicate) AbstractLazyShortIterable.reject
(ShortPredicate predicate) AbstractLazyShortIterable.select
(ShortPredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicateModifierConstructorDescriptionprivate
CountShortProcedure
(ShortPredicate predicate) SelectShortIterable
(ShortIterable delegate, ShortPredicate predicate) private
SelectShortIterator
(ShortIterator iterator, ShortPredicate predicate) private
SelectShortIterator
(ShortIterable iterable, ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ImmutableShortArrayList.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortEmptyList.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonList.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortArrayList.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortEmptyList.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonList.anySatisfy
(ShortPredicate predicate) int
ImmutableShortArrayList.count
(ShortPredicate predicate) int
ImmutableShortEmptyList.count
(ShortPredicate predicate) int
ImmutableShortSingletonList.count
(ShortPredicate predicate) short
ImmutableShortArrayList.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortEmptyList.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortSingletonList.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ImmutableShortEmptyList.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonList.noneSatisfy
(ShortPredicate predicate) ImmutableShortArrayList.reject
(ShortPredicate predicate) <R extends MutableShortCollection>
RImmutableShortArrayList.reject
(ShortPredicate predicate, R target) ImmutableShortEmptyList.reject
(ShortPredicate predicate) ImmutableShortSingletonList.reject
(ShortPredicate predicate) ImmutableShortArrayList.select
(ShortPredicate predicate) <R extends MutableShortCollection>
RImmutableShortArrayList.select
(ShortPredicate predicate, R target) ImmutableShortEmptyList.select
(ShortPredicate predicate) ImmutableShortSingletonList.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortArrayList.allSatisfy
(ShortPredicate predicate) boolean
ShortArrayList.anySatisfy
(ShortPredicate predicate) int
ShortArrayList.count
(ShortPredicate predicate) short
ShortArrayList.detectIfNone
(ShortPredicate predicate, short ifNone) ShortArrayList.reject
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortArrayList.reject
(ShortPredicate predicate, R target) SynchronizedShortList.reject
(ShortPredicate predicate) UnmodifiableShortList.reject
(ShortPredicate predicate) boolean
ShortArrayList.removeIf
(ShortPredicate predicate) ShortArrayList.select
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortArrayList.select
(ShortPredicate predicate, R target) SynchronizedShortList.select
(ShortPredicate predicate) UnmodifiableShortList.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ImmutableByteShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortEmptyMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortSingletonMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortSingletonMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortEmptyMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortSingletonMap.anySatisfy
(ShortPredicate predicate) int
ImmutableByteShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableByteShortHashMap.count
(ShortPredicate predicate) int
ImmutableByteShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableCharShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableCharShortHashMap.count
(ShortPredicate predicate) int
ImmutableCharShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableDoubleShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableDoubleShortHashMap.count
(ShortPredicate predicate) int
ImmutableDoubleShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableFloatShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableFloatShortHashMap.count
(ShortPredicate predicate) int
ImmutableFloatShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableIntShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableIntShortHashMap.count
(ShortPredicate predicate) int
ImmutableIntShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableLongShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableLongShortHashMap.count
(ShortPredicate predicate) int
ImmutableLongShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableObjectShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableObjectShortHashMap.count
(ShortPredicate predicate) int
ImmutableObjectShortSingletonMap.count
(ShortPredicate predicate) int
ImmutableShortShortEmptyMap.count
(ShortPredicate predicate) int
ImmutableShortShortHashMap.count
(ShortPredicate predicate) int
ImmutableShortShortSingletonMap.count
(ShortPredicate predicate) short
ImmutableByteShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableByteShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableByteShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableCharShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableCharShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableCharShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableDoubleShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableDoubleShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableDoubleShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableFloatShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableFloatShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableFloatShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableIntShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableIntShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableIntShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableLongShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableLongShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableLongShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableObjectShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableObjectShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableObjectShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortShortEmptyMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortShortSingletonMap.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ImmutableByteShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableByteShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableCharShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableDoubleShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableFloatShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableIntShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableLongShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableObjectShortSingletonMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortEmptyMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortSingletonMap.noneSatisfy
(ShortPredicate predicate) ImmutableByteShortEmptyMap.reject
(ShortPredicate predicate) ImmutableByteShortHashMap.reject
(ShortPredicate predicate) ImmutableByteShortSingletonMap.reject
(ShortPredicate predicate) ImmutableCharShortEmptyMap.reject
(ShortPredicate predicate) ImmutableCharShortHashMap.reject
(ShortPredicate predicate) ImmutableCharShortSingletonMap.reject
(ShortPredicate predicate) ImmutableDoubleShortEmptyMap.reject
(ShortPredicate predicate) ImmutableDoubleShortHashMap.reject
(ShortPredicate predicate) ImmutableDoubleShortSingletonMap.reject
(ShortPredicate predicate) ImmutableFloatShortEmptyMap.reject
(ShortPredicate predicate) ImmutableFloatShortHashMap.reject
(ShortPredicate predicate) ImmutableFloatShortSingletonMap.reject
(ShortPredicate predicate) ImmutableIntShortEmptyMap.reject
(ShortPredicate predicate) ImmutableIntShortHashMap.reject
(ShortPredicate predicate) ImmutableIntShortSingletonMap.reject
(ShortPredicate predicate) ImmutableLongShortEmptyMap.reject
(ShortPredicate predicate) ImmutableLongShortHashMap.reject
(ShortPredicate predicate) ImmutableLongShortSingletonMap.reject
(ShortPredicate predicate) ImmutableObjectShortEmptyMap.reject
(ShortPredicate predicate) ImmutableObjectShortHashMap.reject
(ShortPredicate predicate) ImmutableObjectShortSingletonMap.reject
(ShortPredicate predicate) ImmutableShortShortEmptyMap.reject
(ShortPredicate predicate) ImmutableShortShortHashMap.reject
(ShortPredicate predicate) ImmutableShortShortSingletonMap.reject
(ShortPredicate predicate) ImmutableByteShortEmptyMap.select
(ShortPredicate predicate) ImmutableByteShortHashMap.select
(ShortPredicate predicate) ImmutableByteShortSingletonMap.select
(ShortPredicate predicate) ImmutableCharShortEmptyMap.select
(ShortPredicate predicate) ImmutableCharShortHashMap.select
(ShortPredicate predicate) ImmutableCharShortSingletonMap.select
(ShortPredicate predicate) ImmutableDoubleShortEmptyMap.select
(ShortPredicate predicate) ImmutableDoubleShortHashMap.select
(ShortPredicate predicate) ImmutableDoubleShortSingletonMap.select
(ShortPredicate predicate) ImmutableFloatShortEmptyMap.select
(ShortPredicate predicate) ImmutableFloatShortHashMap.select
(ShortPredicate predicate) ImmutableFloatShortSingletonMap.select
(ShortPredicate predicate) ImmutableIntShortEmptyMap.select
(ShortPredicate predicate) ImmutableIntShortHashMap.select
(ShortPredicate predicate) ImmutableIntShortSingletonMap.select
(ShortPredicate predicate) ImmutableLongShortEmptyMap.select
(ShortPredicate predicate) ImmutableLongShortHashMap.select
(ShortPredicate predicate) ImmutableLongShortSingletonMap.select
(ShortPredicate predicate) ImmutableObjectShortEmptyMap.select
(ShortPredicate predicate) ImmutableObjectShortHashMap.select
(ShortPredicate predicate) ImmutableObjectShortSingletonMap.select
(ShortPredicate predicate) ImmutableShortShortEmptyMap.select
(ShortPredicate predicate) ImmutableShortShortHashMap.select
(ShortPredicate predicate) ImmutableShortShortSingletonMap.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractMutableShortKeySet.allSatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection.allSatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortValuesMap.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortMapKeySet.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortMapKeySet.allSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.ValuesCollection.allSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.allSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.allSatisfy
(ShortPredicate predicate) boolean
ShortBooleanHashMap.KeysView.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedByteShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedCharShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedDoubleShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedFloatShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedIntShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedLongShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedObjectShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableByteShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableCharShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableDoubleShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableFloatShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableIntShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableLongShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableObjectShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortShortMap.allSatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortKeySet.anySatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection.anySatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortValuesMap.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortMapKeySet.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortMapKeySet.anySatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.ValuesCollection.anySatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.anySatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.anySatisfy
(ShortPredicate predicate) boolean
ShortBooleanHashMap.KeysView.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedByteShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedCharShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedDoubleShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedFloatShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedIntShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedLongShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedObjectShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedShortShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableByteShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableCharShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableDoubleShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableFloatShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableIntShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableLongShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableObjectShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortShortMap.anySatisfy
(ShortPredicate predicate) int
AbstractMutableShortKeySet.count
(ShortPredicate predicate) int
AbstractMutableShortValuesMap.AbstractShortValuesCollection.count
(ShortPredicate predicate) int
AbstractMutableShortValuesMap.count
(ShortPredicate predicate) int
ImmutableShortMapKeySet.count
(ShortPredicate predicate) int
ImmutableShortShortMapKeySet.count
(ShortPredicate predicate) int
ObjectShortHashMap.count
(ShortPredicate predicate) int
ObjectShortHashMap.ValuesCollection.count
(ShortPredicate predicate) int
ObjectShortHashMapWithHashingStrategy.count
(ShortPredicate predicate) int
ObjectShortHashMapWithHashingStrategy.ValuesCollection.count
(ShortPredicate predicate) int
ShortBooleanHashMap.KeysView.count
(ShortPredicate predicate) int
SynchronizedByteShortMap.count
(ShortPredicate predicate) int
SynchronizedCharShortMap.count
(ShortPredicate predicate) int
SynchronizedDoubleShortMap.count
(ShortPredicate predicate) int
SynchronizedFloatShortMap.count
(ShortPredicate predicate) int
SynchronizedIntShortMap.count
(ShortPredicate predicate) int
SynchronizedLongShortMap.count
(ShortPredicate predicate) int
SynchronizedObjectShortMap.count
(ShortPredicate predicate) int
SynchronizedShortShortMap.count
(ShortPredicate predicate) int
UnmodifiableByteShortMap.count
(ShortPredicate predicate) int
UnmodifiableCharShortMap.count
(ShortPredicate predicate) int
UnmodifiableDoubleShortMap.count
(ShortPredicate predicate) int
UnmodifiableFloatShortMap.count
(ShortPredicate predicate) int
UnmodifiableIntShortMap.count
(ShortPredicate predicate) int
UnmodifiableLongShortMap.count
(ShortPredicate predicate) int
UnmodifiableObjectShortMap.count
(ShortPredicate predicate) int
UnmodifiableShortShortMap.count
(ShortPredicate predicate) short
AbstractMutableShortKeySet.detectIfNone
(ShortPredicate predicate, short ifNone) short
AbstractMutableShortValuesMap.AbstractShortValuesCollection.detectIfNone
(ShortPredicate predicate, short ifNone) short
AbstractMutableShortValuesMap.detectIfNone
(ShortPredicate predicate, short value) short
ImmutableShortMapKeySet.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortShortMapKeySet.detectIfNone
(ShortPredicate predicate, short ifNone) short
ObjectShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ObjectShortHashMap.ValuesCollection.detectIfNone
(ShortPredicate predicate, short ifNone) short
ObjectShortHashMapWithHashingStrategy.detectIfNone
(ShortPredicate predicate, short ifNone) short
ObjectShortHashMapWithHashingStrategy.ValuesCollection.detectIfNone
(ShortPredicate predicate, short ifNone) short
ShortBooleanHashMap.KeysView.detectIfNone
(ShortPredicate predicate, short value) short
SynchronizedByteShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedCharShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedDoubleShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedFloatShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedIntShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedLongShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedObjectShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedShortShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableByteShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableCharShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableDoubleShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableFloatShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableIntShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableLongShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableObjectShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableShortShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortMapKeySet.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortShortMapKeySet.noneSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.ValuesCollection.noneSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.noneSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedByteShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedCharShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedDoubleShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedFloatShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedIntShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedLongShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedObjectShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableByteShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableCharShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableDoubleShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableFloatShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableIntShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableLongShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableObjectShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortShortMap.noneSatisfy
(ShortPredicate predicate) AbstractMutableShortKeySet.reject
(ShortPredicate predicate) AbstractMutableShortValuesMap.AbstractShortValuesCollection.reject
(ShortPredicate predicate) AbstractMutableShortValuesMap.reject
(ShortPredicate predicate) ImmutableShortMapKeySet.reject
(ShortPredicate predicate) ImmutableShortShortMapKeySet.reject
(ShortPredicate predicate) ObjectShortHashMap.reject
(ShortPredicate predicate) ObjectShortHashMap.ValuesCollection.reject
(ShortPredicate predicate) ObjectShortHashMapWithHashingStrategy.reject
(ShortPredicate predicate) ObjectShortHashMapWithHashingStrategy.ValuesCollection.reject
(ShortPredicate predicate) SynchronizedByteShortMap.reject
(ShortPredicate predicate) SynchronizedCharShortMap.reject
(ShortPredicate predicate) SynchronizedDoubleShortMap.reject
(ShortPredicate predicate) SynchronizedFloatShortMap.reject
(ShortPredicate predicate) SynchronizedIntShortMap.reject
(ShortPredicate predicate) SynchronizedLongShortMap.reject
(ShortPredicate predicate) SynchronizedObjectShortMap.reject
(ShortPredicate predicate) SynchronizedShortShortMap.reject
(ShortPredicate predicate) UnmodifiableByteShortMap.reject
(ShortPredicate predicate) UnmodifiableCharShortMap.reject
(ShortPredicate predicate) UnmodifiableDoubleShortMap.reject
(ShortPredicate predicate) UnmodifiableFloatShortMap.reject
(ShortPredicate predicate) UnmodifiableIntShortMap.reject
(ShortPredicate predicate) UnmodifiableLongShortMap.reject
(ShortPredicate predicate) UnmodifiableObjectShortMap.reject
(ShortPredicate predicate) UnmodifiableShortShortMap.reject
(ShortPredicate predicate) AbstractMutableShortKeySet.select
(ShortPredicate predicate) AbstractMutableShortValuesMap.AbstractShortValuesCollection.select
(ShortPredicate predicate) AbstractMutableShortValuesMap.select
(ShortPredicate predicate) ImmutableShortMapKeySet.select
(ShortPredicate predicate) ImmutableShortShortMapKeySet.select
(ShortPredicate predicate) ObjectShortHashMap.select
(ShortPredicate predicate) ObjectShortHashMap.ValuesCollection.select
(ShortPredicate predicate) ObjectShortHashMapWithHashingStrategy.select
(ShortPredicate predicate) ObjectShortHashMapWithHashingStrategy.ValuesCollection.select
(ShortPredicate predicate) SynchronizedByteShortMap.select
(ShortPredicate predicate) SynchronizedCharShortMap.select
(ShortPredicate predicate) SynchronizedDoubleShortMap.select
(ShortPredicate predicate) SynchronizedFloatShortMap.select
(ShortPredicate predicate) SynchronizedIntShortMap.select
(ShortPredicate predicate) SynchronizedLongShortMap.select
(ShortPredicate predicate) SynchronizedObjectShortMap.select
(ShortPredicate predicate) SynchronizedShortShortMap.select
(ShortPredicate predicate) UnmodifiableByteShortMap.select
(ShortPredicate predicate) UnmodifiableCharShortMap.select
(ShortPredicate predicate) UnmodifiableDoubleShortMap.select
(ShortPredicate predicate) UnmodifiableFloatShortMap.select
(ShortPredicate predicate) UnmodifiableIntShortMap.select
(ShortPredicate predicate) UnmodifiableLongShortMap.select
(ShortPredicate predicate) UnmodifiableObjectShortMap.select
(ShortPredicate predicate) UnmodifiableShortShortMap.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
SynchronizedShortIterable.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortIterable.anySatisfy
(ShortPredicate predicate) int
SynchronizedShortIterable.count
(ShortPredicate predicate) short
SynchronizedShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
SynchronizedShortIterable.noneSatisfy
(ShortPredicate predicate) SynchronizedShortIterable.reject
(ShortPredicate predicate) SynchronizedShortIterable.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ImmutableShortEmptySet.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonSet.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortEmptySet.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonSet.anySatisfy
(ShortPredicate predicate) int
ImmutableShortEmptySet.count
(ShortPredicate predicate) int
ImmutableShortSingletonSet.count
(ShortPredicate predicate) short
ImmutableShortEmptySet.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortSingletonSet.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ImmutableShortEmptySet.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonSet.noneSatisfy
(ShortPredicate predicate) ImmutableShortEmptySet.reject
(ShortPredicate predicate) ImmutableShortSingletonSet.reject
(ShortPredicate predicate) ImmutableShortEmptySet.select
(ShortPredicate predicate) ImmutableShortSingletonSet.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortHashSet.allSatisfy
(ShortPredicate predicate) boolean
ShortHashSet.ImmutableShortHashSet.allSatisfy
(ShortPredicate predicate) boolean
ShortHashSet.anySatisfy
(ShortPredicate predicate) boolean
ShortHashSet.ImmutableShortHashSet.anySatisfy
(ShortPredicate predicate) int
ShortHashSet.count
(ShortPredicate predicate) int
ShortHashSet.ImmutableShortHashSet.count
(ShortPredicate predicate) short
ShortHashSet.detectIfNone
(ShortPredicate predicate, short ifNone) short
ShortHashSet.ImmutableShortHashSet.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ShortHashSet.ImmutableShortHashSet.noneSatisfy
(ShortPredicate predicate) ShortHashSet.ImmutableShortHashSet.reject
(ShortPredicate predicate) ShortHashSet.reject
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortHashSet.reject
(ShortPredicate predicate, R target) SynchronizedShortSet.reject
(ShortPredicate predicate) UnmodifiableShortSet.reject
(ShortPredicate predicate) ShortHashSet.ImmutableShortHashSet.select
(ShortPredicate predicate) ShortHashSet.select
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortHashSet.select
(ShortPredicate predicate, R target) SynchronizedShortSet.select
(ShortPredicate predicate) UnmodifiableShortSet.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ImmutableShortEmptyStack.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonStack.allSatisfy
(ShortPredicate predicate) boolean
ImmutableShortEmptyStack.anySatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonStack.anySatisfy
(ShortPredicate predicate) int
ImmutableShortEmptyStack.count
(ShortPredicate predicate) int
ImmutableShortSingletonStack.count
(ShortPredicate predicate) short
ImmutableShortEmptyStack.detectIfNone
(ShortPredicate predicate, short ifNone) short
ImmutableShortSingletonStack.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ImmutableShortEmptyStack.noneSatisfy
(ShortPredicate predicate) boolean
ImmutableShortSingletonStack.noneSatisfy
(ShortPredicate predicate) ImmutableShortArrayStack.reject
(ShortPredicate predicate) ImmutableShortEmptyStack.reject
(ShortPredicate predicate) ImmutableShortSingletonStack.reject
(ShortPredicate predicate) ImmutableShortArrayStack.select
(ShortPredicate predicate) ImmutableShortEmptyStack.select
(ShortPredicate predicate) ImmutableShortSingletonStack.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
SynchronizedShortStack.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortStack.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortStack.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortStack.anySatisfy
(ShortPredicate predicate) int
SynchronizedShortStack.count
(ShortPredicate predicate) int
UnmodifiableShortStack.count
(ShortPredicate predicate) short
SynchronizedShortStack.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableShortStack.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
SynchronizedShortStack.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortStack.noneSatisfy
(ShortPredicate predicate) ShortArrayStack.reject
(ShortPredicate predicate) SynchronizedShortStack.reject
(ShortPredicate predicate) UnmodifiableShortStack.reject
(ShortPredicate predicate) ShortArrayStack.select
(ShortPredicate predicate) SynchronizedShortStack.select
(ShortPredicate predicate) UnmodifiableShortStack.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractShortStack.allSatisfy
(ShortPredicate predicate) boolean
AbstractShortStack.anySatisfy
(ShortPredicate predicate) int
AbstractShortStack.count
(ShortPredicate predicate) short
AbstractShortStack.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractShortStack.noneSatisfy
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionstatic boolean
ShortIterableIterate.allSatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIteratorIterate.allSatisfy
(ShortIterator iterator, ShortPredicate predicate) static boolean
ShortIterableIterate.anySatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIteratorIterate.anySatisfy
(ShortIterator iterator, ShortPredicate predicate) static int
ShortIterableIterate.count
(ShortIterable iterable, ShortPredicate predicate) static int
ShortIteratorIterate.count
(ShortIterator iterator, ShortPredicate predicate) static short
ShortIterableIterate.detectIfNone
(ShortIterable iterable, ShortPredicate predicate, short ifNone) static short
ShortIteratorIterate.detectIfNone
(ShortIterator iterator, ShortPredicate predicate, short ifNone) static boolean
ShortIterableIterate.noneSatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIteratorIterate.noneSatisfy
(ShortIterator iterator, ShortPredicate predicate) static <R extends MutableShortCollection>
RShortIterableIterate.reject
(ShortIterable iterable, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIteratorIterate.reject
(ShortIterator iterator, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIterableIterate.select
(ShortIterable iterable, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIteratorIterate.select
(ShortIterator iterator, ShortPredicate predicate, R targetCollection) -
Uses of ShortPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable
<V> LazyShortIterate.collectIf
(ShortIterable iterable, ShortPredicate predicate, ShortToObjectFunction<? extends V> function) Creates a deferred filtering and transforming short iterable for the specified short iterable.static LazyShortIterable
LazyShortIterate.select
(ShortIterable iterable, ShortPredicate predicate) Creates a deferred filtering short iterable for the specified short iterable.