Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.BytePredicate
Packages that use BytePredicate
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 BytePredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ByteIterable.allSatisfy
(BytePredicate predicate) Returns true if all of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.boolean
ByteIterable.anySatisfy
(BytePredicate predicate) Returns true if any of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.int
ByteIterable.count
(BytePredicate predicate) Returns a count of the number of elements in the ByteIterable that return true for the specified predicate.byte
ByteIterable.detectIfNone
(BytePredicate predicate, byte ifNone) default boolean
ByteIterable.noneSatisfy
(BytePredicate predicate) Returns true if none of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.ByteIterable.reject
(BytePredicate predicate) Returns a new ByteIterable with all of the elements in the ByteIterable that return false for the specified predicate.default <R extends MutableByteCollection>
RByteIterable.reject
(BytePredicate predicate, R target) Same asByteIterable.reject(BytePredicate)
, only the results are added to the target MutableByteCollection.LazyByteIterable.reject
(BytePredicate predicate) ByteIterable.select
(BytePredicate predicate) Returns a new ByteIterable with all of the elements in the ByteIterable that return true for the specified predicate.default <R extends MutableByteCollection>
RByteIterable.select
(BytePredicate predicate, R target) Same asByteIterable.select(BytePredicate)
, only the results are added to the target MutableByteCollection.LazyByteIterable.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteBag.reject
(BytePredicate predicate) ImmutableByteBag.reject
(BytePredicate predicate) MutableByteBag.reject
(BytePredicate predicate) ByteBag.select
(BytePredicate predicate) ImmutableByteBag.select
(BytePredicate predicate) MutableByteBag.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionImmutableByteCollection.reject
(BytePredicate predicate) MutableByteCollection.reject
(BytePredicate predicate) default boolean
MutableByteCollection.removeIf
(BytePredicate predicate) ImmutableByteCollection.select
(BytePredicate predicate) MutableByteCollection.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteList.reject
(BytePredicate predicate) ImmutableByteList.reject
(BytePredicate predicate) MutableByteList.reject
(BytePredicate predicate) ByteList.select
(BytePredicate predicate) ImmutableByteList.select
(BytePredicate predicate) MutableByteList.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteValuesMap.reject
(BytePredicate predicate) ImmutableByteByteMap.reject
(BytePredicate predicate) ImmutableCharByteMap.reject
(BytePredicate predicate) ImmutableDoubleByteMap.reject
(BytePredicate predicate) ImmutableFloatByteMap.reject
(BytePredicate predicate) ImmutableIntByteMap.reject
(BytePredicate predicate) ImmutableLongByteMap.reject
(BytePredicate predicate) ImmutableObjectByteMap.reject
(BytePredicate predicate) ImmutableShortByteMap.reject
(BytePredicate predicate) MutableByteValuesMap.reject
(BytePredicate predicate) MutableObjectByteMap.reject
(BytePredicate predicate) ByteValuesMap.select
(BytePredicate predicate) ImmutableByteByteMap.select
(BytePredicate predicate) ImmutableCharByteMap.select
(BytePredicate predicate) ImmutableDoubleByteMap.select
(BytePredicate predicate) ImmutableFloatByteMap.select
(BytePredicate predicate) ImmutableIntByteMap.select
(BytePredicate predicate) ImmutableLongByteMap.select
(BytePredicate predicate) ImmutableObjectByteMap.select
(BytePredicate predicate) ImmutableShortByteMap.select
(BytePredicate predicate) MutableByteValuesMap.select
(BytePredicate predicate) MutableObjectByteMap.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionOrderedByteIterable.reject
(BytePredicate predicate) ReversibleByteIterable.reject
(BytePredicate predicate) OrderedByteIterable.select
(BytePredicate predicate) ReversibleByteIterable.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteSet.reject
(BytePredicate predicate) ImmutableByteSet.reject
(BytePredicate predicate) MutableByteSet.reject
(BytePredicate predicate) ByteSet.select
(BytePredicate predicate) ImmutableByteSet.select
(BytePredicate predicate) MutableByteSet.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteStack.reject
(BytePredicate predicate) ImmutableByteStack.reject
(BytePredicate predicate) MutableByteStack.reject
(BytePredicate predicate) ByteStack.select
(BytePredicate predicate) ImmutableByteStack.select
(BytePredicate predicate) MutableByteStack.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ImmutableByteEmptyBag.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteHashBag.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonBag.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteEmptyBag.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteHashBag.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonBag.anySatisfy
(BytePredicate predicate) int
ImmutableByteEmptyBag.count
(BytePredicate predicate) int
ImmutableByteHashBag.count
(BytePredicate predicate) int
ImmutableByteSingletonBag.count
(BytePredicate predicate) byte
ImmutableByteEmptyBag.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteHashBag.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteSingletonBag.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ImmutableByteEmptyBag.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteHashBag.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonBag.noneSatisfy
(BytePredicate predicate) ImmutableByteEmptyBag.reject
(BytePredicate predicate) ImmutableByteHashBag.reject
(BytePredicate predicate) ImmutableByteSingletonBag.reject
(BytePredicate predicate) ImmutableByteEmptyBag.select
(BytePredicate predicate) ImmutableByteHashBag.select
(BytePredicate predicate) ImmutableByteSingletonBag.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ByteHashBag.allSatisfy
(BytePredicate predicate) boolean
ByteHashBag.anySatisfy
(BytePredicate predicate) int
ByteHashBag.count
(BytePredicate predicate) byte
ByteHashBag.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ByteHashBag.noneSatisfy
(BytePredicate predicate) ByteHashBag.reject
(BytePredicate predicate) SynchronizedByteBag.reject
(BytePredicate predicate) UnmodifiableByteBag.reject
(BytePredicate predicate) boolean
ByteHashBag.removeIf
(BytePredicate predicate) ByteHashBag.select
(BytePredicate predicate) SynchronizedByteBag.select
(BytePredicate predicate) UnmodifiableByteBag.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement BytePredicateModifier 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 BytePredicateModifier and TypeFieldDescriptionprivate static final BytePredicate
BytePredicates.ALWAYS_FALSE
private static final BytePredicate
BytePredicates.ALWAYS_TRUE
private final BytePredicate
BytePredicates.NotBytePredicate.negate
private final BytePredicate
BytePredicates.AndBytePredicate.one
private final BytePredicate
BytePredicates.OrBytePredicate.one
private final BytePredicate
BytePredicates.AndBytePredicate.two
private final BytePredicate
BytePredicates.OrBytePredicate.two
Methods in org.eclipse.collections.impl.block.factory.primitive that return BytePredicateModifier and TypeMethodDescriptionstatic BytePredicate
BytePredicates.alwaysFalse()
static BytePredicate
BytePredicates.alwaysTrue()
static BytePredicate
BytePredicates.and
(BytePredicate one, BytePredicate two) static BytePredicate
BytePredicates.equal
(byte expected) static BytePredicate
BytePredicates.greaterThan
(byte expected) static BytePredicate
BytePredicates.isEven()
static BytePredicate
BytePredicates.isOdd()
static BytePredicate
BytePredicates.lessThan
(byte expected) static BytePredicate
BytePredicates.not
(BytePredicate negate) static BytePredicate
BytePredicates.or
(BytePredicate one, BytePredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionstatic BytePredicate
BytePredicates.and
(BytePredicate one, BytePredicate two) static BytePredicate
BytePredicates.not
(BytePredicate negate) static BytePredicate
BytePredicates.or
(BytePredicate one, BytePredicate two) Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type BytePredicateModifierConstructorDescriptionprivate
AndBytePredicate
(BytePredicate one, BytePredicate two) private
NotBytePredicate
(BytePredicate negate) private
OrBytePredicate
(BytePredicate one, BytePredicate two) -
Uses of BytePredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type BytePredicateModifier and TypeFieldDescriptionprivate final MutableList
<Pair<BytePredicate, ByteToObjectFunction<? extends V>>> ByteCaseFunction.predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteCaseFunction.addCase
(BytePredicate predicate, ByteToObjectFunction<? extends V> function) -
Uses of BytePredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type BytePredicateModifier and TypeFieldDescriptionprivate final MutableList
<Pair<BytePredicate, ByteProcedure>> ByteCaseProcedure.predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionByteCaseProcedure.addCase
(BytePredicate predicate, ByteProcedure procedure) -
Uses of BytePredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
AbstractSynchronizedByteCollection.allSatisfy
(BytePredicate predicate) boolean
AbstractUnmodifiableByteCollection.allSatisfy
(BytePredicate predicate) boolean
AbstractSynchronizedByteCollection.anySatisfy
(BytePredicate predicate) boolean
AbstractUnmodifiableByteCollection.anySatisfy
(BytePredicate predicate) int
AbstractSynchronizedByteCollection.count
(BytePredicate predicate) int
AbstractUnmodifiableByteCollection.count
(BytePredicate predicate) byte
AbstractSynchronizedByteCollection.detectIfNone
(BytePredicate predicate, byte ifNone) byte
AbstractUnmodifiableByteCollection.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
AbstractSynchronizedByteCollection.noneSatisfy
(BytePredicate predicate) boolean
AbstractUnmodifiableByteCollection.noneSatisfy
(BytePredicate predicate) AbstractSynchronizedByteCollection.reject
(BytePredicate predicate) AbstractUnmodifiableByteCollection.reject
(BytePredicate predicate) boolean
AbstractSynchronizedByteCollection.removeIf
(BytePredicate predicate) boolean
AbstractUnmodifiableByteCollection.removeIf
(BytePredicate predicate) AbstractSynchronizedByteCollection.select
(BytePredicate predicate) AbstractUnmodifiableByteCollection.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BytePredicateModifier and TypeFieldDescriptionprivate final BytePredicate
SelectByteIterable.CountByteProcedure.predicate
private final BytePredicate
SelectByteIterable.predicate
private final BytePredicate
SelectByteIterable.SelectByteIterator.predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
AbstractLazyByteIterable.allSatisfy
(BytePredicate predicate) boolean
CollectByteIterable.allSatisfy
(BytePredicate predicate) boolean
LazyByteIterableAdapter.allSatisfy
(BytePredicate predicate) boolean
SelectByteIterable.allSatisfy
(BytePredicate predicate) boolean
TapByteIterable.allSatisfy
(BytePredicate predicate) boolean
AbstractLazyByteIterable.anySatisfy
(BytePredicate predicate) boolean
CollectByteIterable.anySatisfy
(BytePredicate predicate) boolean
LazyByteIterableAdapter.anySatisfy
(BytePredicate predicate) boolean
SelectByteIterable.anySatisfy
(BytePredicate predicate) boolean
TapByteIterable.anySatisfy
(BytePredicate predicate) int
AbstractLazyByteIterable.count
(BytePredicate predicate) int
CollectByteIterable.count
(BytePredicate predicate) int
LazyByteIterableAdapter.count
(BytePredicate predicate) int
SelectByteIterable.count
(BytePredicate predicate) byte
AbstractLazyByteIterable.detectIfNone
(BytePredicate predicate, byte ifNone) byte
LazyByteIterableAdapter.detectIfNone
(BytePredicate predicate, byte ifNone) byte
TapByteIterable.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
AbstractLazyByteIterable.noneSatisfy
(BytePredicate predicate) boolean
LazyByteIterableAdapter.noneSatisfy
(BytePredicate predicate) boolean
TapByteIterable.noneSatisfy
(BytePredicate predicate) AbstractLazyByteIterable.reject
(BytePredicate predicate) AbstractLazyByteIterable.select
(BytePredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BytePredicateModifierConstructorDescriptionprivate
CountByteProcedure
(BytePredicate predicate) SelectByteIterable
(ByteIterable delegate, BytePredicate predicate) private
SelectByteIterator
(ByteIterable iterable, BytePredicate predicate) private
SelectByteIterator
(ByteIterator iterator, BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ImmutableByteArrayList.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteEmptyList.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonList.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteArrayList.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteEmptyList.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonList.anySatisfy
(BytePredicate predicate) int
ImmutableByteArrayList.count
(BytePredicate predicate) int
ImmutableByteEmptyList.count
(BytePredicate predicate) int
ImmutableByteSingletonList.count
(BytePredicate predicate) byte
ImmutableByteArrayList.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteEmptyList.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteSingletonList.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ImmutableByteEmptyList.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonList.noneSatisfy
(BytePredicate predicate) ImmutableByteArrayList.reject
(BytePredicate predicate) <R extends MutableByteCollection>
RImmutableByteArrayList.reject
(BytePredicate predicate, R target) ImmutableByteEmptyList.reject
(BytePredicate predicate) ImmutableByteSingletonList.reject
(BytePredicate predicate) ImmutableByteArrayList.select
(BytePredicate predicate) <R extends MutableByteCollection>
RImmutableByteArrayList.select
(BytePredicate predicate, R target) ImmutableByteEmptyList.select
(BytePredicate predicate) ImmutableByteSingletonList.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ByteArrayList.allSatisfy
(BytePredicate predicate) boolean
ByteArrayList.anySatisfy
(BytePredicate predicate) int
ByteArrayList.count
(BytePredicate predicate) byte
ByteArrayList.detectIfNone
(BytePredicate predicate, byte ifNone) ByteArrayList.reject
(BytePredicate predicate) <R extends MutableByteCollection>
RByteArrayList.reject
(BytePredicate predicate, R target) SynchronizedByteList.reject
(BytePredicate predicate) UnmodifiableByteList.reject
(BytePredicate predicate) boolean
ByteArrayList.removeIf
(BytePredicate predicate) ByteArrayList.select
(BytePredicate predicate) <R extends MutableByteCollection>
RByteArrayList.select
(BytePredicate predicate, R target) SynchronizedByteList.select
(BytePredicate predicate) UnmodifiableByteList.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ImmutableByteByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableCharByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableCharByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableCharByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableIntByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableIntByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableIntByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableLongByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableLongByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableLongByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableShortByteEmptyMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableShortByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableShortByteSingletonMap.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableCharByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableCharByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableCharByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableIntByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableIntByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableIntByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableLongByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableLongByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableLongByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteSingletonMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableShortByteEmptyMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableShortByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ImmutableShortByteSingletonMap.anySatisfy
(BytePredicate predicate) int
ImmutableByteByteEmptyMap.count
(BytePredicate predicate) int
ImmutableByteByteHashMap.count
(BytePredicate predicate) int
ImmutableByteByteSingletonMap.count
(BytePredicate predicate) int
ImmutableCharByteEmptyMap.count
(BytePredicate predicate) int
ImmutableCharByteHashMap.count
(BytePredicate predicate) int
ImmutableCharByteSingletonMap.count
(BytePredicate predicate) int
ImmutableDoubleByteEmptyMap.count
(BytePredicate predicate) int
ImmutableDoubleByteHashMap.count
(BytePredicate predicate) int
ImmutableDoubleByteSingletonMap.count
(BytePredicate predicate) int
ImmutableFloatByteEmptyMap.count
(BytePredicate predicate) int
ImmutableFloatByteHashMap.count
(BytePredicate predicate) int
ImmutableFloatByteSingletonMap.count
(BytePredicate predicate) int
ImmutableIntByteEmptyMap.count
(BytePredicate predicate) int
ImmutableIntByteHashMap.count
(BytePredicate predicate) int
ImmutableIntByteSingletonMap.count
(BytePredicate predicate) int
ImmutableLongByteEmptyMap.count
(BytePredicate predicate) int
ImmutableLongByteHashMap.count
(BytePredicate predicate) int
ImmutableLongByteSingletonMap.count
(BytePredicate predicate) int
ImmutableObjectByteEmptyMap.count
(BytePredicate predicate) int
ImmutableObjectByteHashMap.count
(BytePredicate predicate) int
ImmutableObjectByteSingletonMap.count
(BytePredicate predicate) int
ImmutableShortByteEmptyMap.count
(BytePredicate predicate) int
ImmutableShortByteHashMap.count
(BytePredicate predicate) int
ImmutableShortByteSingletonMap.count
(BytePredicate predicate) byte
ImmutableByteByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableCharByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableCharByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableCharByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableDoubleByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableDoubleByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableDoubleByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableFloatByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableFloatByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableFloatByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableIntByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableIntByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableIntByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableLongByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableLongByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableLongByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableObjectByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableObjectByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableObjectByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableShortByteEmptyMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableShortByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableShortByteSingletonMap.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ImmutableByteByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableCharByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableCharByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableCharByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableDoubleByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableFloatByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableIntByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableIntByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableIntByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableLongByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableLongByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableLongByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableObjectByteSingletonMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableShortByteEmptyMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableShortByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ImmutableShortByteSingletonMap.noneSatisfy
(BytePredicate predicate) ImmutableByteByteEmptyMap.reject
(BytePredicate predicate) ImmutableByteByteHashMap.reject
(BytePredicate predicate) ImmutableByteByteSingletonMap.reject
(BytePredicate predicate) ImmutableCharByteEmptyMap.reject
(BytePredicate predicate) ImmutableCharByteHashMap.reject
(BytePredicate predicate) ImmutableCharByteSingletonMap.reject
(BytePredicate predicate) ImmutableDoubleByteEmptyMap.reject
(BytePredicate predicate) ImmutableDoubleByteHashMap.reject
(BytePredicate predicate) ImmutableDoubleByteSingletonMap.reject
(BytePredicate predicate) ImmutableFloatByteEmptyMap.reject
(BytePredicate predicate) ImmutableFloatByteHashMap.reject
(BytePredicate predicate) ImmutableFloatByteSingletonMap.reject
(BytePredicate predicate) ImmutableIntByteEmptyMap.reject
(BytePredicate predicate) ImmutableIntByteHashMap.reject
(BytePredicate predicate) ImmutableIntByteSingletonMap.reject
(BytePredicate predicate) ImmutableLongByteEmptyMap.reject
(BytePredicate predicate) ImmutableLongByteHashMap.reject
(BytePredicate predicate) ImmutableLongByteSingletonMap.reject
(BytePredicate predicate) ImmutableObjectByteEmptyMap.reject
(BytePredicate predicate) ImmutableObjectByteHashMap.reject
(BytePredicate predicate) ImmutableObjectByteSingletonMap.reject
(BytePredicate predicate) ImmutableShortByteEmptyMap.reject
(BytePredicate predicate) ImmutableShortByteHashMap.reject
(BytePredicate predicate) ImmutableShortByteSingletonMap.reject
(BytePredicate predicate) ImmutableByteByteEmptyMap.select
(BytePredicate predicate) ImmutableByteByteHashMap.select
(BytePredicate predicate) ImmutableByteByteSingletonMap.select
(BytePredicate predicate) ImmutableCharByteEmptyMap.select
(BytePredicate predicate) ImmutableCharByteHashMap.select
(BytePredicate predicate) ImmutableCharByteSingletonMap.select
(BytePredicate predicate) ImmutableDoubleByteEmptyMap.select
(BytePredicate predicate) ImmutableDoubleByteHashMap.select
(BytePredicate predicate) ImmutableDoubleByteSingletonMap.select
(BytePredicate predicate) ImmutableFloatByteEmptyMap.select
(BytePredicate predicate) ImmutableFloatByteHashMap.select
(BytePredicate predicate) ImmutableFloatByteSingletonMap.select
(BytePredicate predicate) ImmutableIntByteEmptyMap.select
(BytePredicate predicate) ImmutableIntByteHashMap.select
(BytePredicate predicate) ImmutableIntByteSingletonMap.select
(BytePredicate predicate) ImmutableLongByteEmptyMap.select
(BytePredicate predicate) ImmutableLongByteHashMap.select
(BytePredicate predicate) ImmutableLongByteSingletonMap.select
(BytePredicate predicate) ImmutableObjectByteEmptyMap.select
(BytePredicate predicate) ImmutableObjectByteHashMap.select
(BytePredicate predicate) ImmutableObjectByteSingletonMap.select
(BytePredicate predicate) ImmutableShortByteEmptyMap.select
(BytePredicate predicate) ImmutableShortByteHashMap.select
(BytePredicate predicate) ImmutableShortByteSingletonMap.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
AbstractMutableByteKeySet.allSatisfy
(BytePredicate predicate) boolean
AbstractMutableByteValuesMap.AbstractByteValuesCollection.allSatisfy
(BytePredicate predicate) boolean
AbstractMutableByteValuesMap.allSatisfy
(BytePredicate predicate) boolean
ByteBooleanHashMap.KeysView.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteMapKeySet.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteMapKeySet.allSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMap.allSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMap.ValuesCollection.allSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMapWithHashingStrategy.allSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.allSatisfy
(BytePredicate predicate) boolean
SynchronizedByteByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedCharByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedDoubleByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedFloatByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedIntByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedLongByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedObjectByteMap.allSatisfy
(BytePredicate predicate) boolean
SynchronizedShortByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableByteByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableCharByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableDoubleByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableFloatByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableIntByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableLongByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableObjectByteMap.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableShortByteMap.allSatisfy
(BytePredicate predicate) boolean
AbstractMutableByteKeySet.anySatisfy
(BytePredicate predicate) boolean
AbstractMutableByteValuesMap.AbstractByteValuesCollection.anySatisfy
(BytePredicate predicate) boolean
AbstractMutableByteValuesMap.anySatisfy
(BytePredicate predicate) boolean
ByteBooleanHashMap.KeysView.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteByteMapKeySet.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteMapKeySet.anySatisfy
(BytePredicate predicate) boolean
ObjectByteHashMap.anySatisfy
(BytePredicate predicate) boolean
ObjectByteHashMap.ValuesCollection.anySatisfy
(BytePredicate predicate) boolean
ObjectByteHashMapWithHashingStrategy.anySatisfy
(BytePredicate predicate) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.anySatisfy
(BytePredicate predicate) boolean
SynchronizedByteByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedCharByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedDoubleByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedFloatByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedIntByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedLongByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedObjectByteMap.anySatisfy
(BytePredicate predicate) boolean
SynchronizedShortByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableByteByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableCharByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableDoubleByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableFloatByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableIntByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableLongByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableObjectByteMap.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableShortByteMap.anySatisfy
(BytePredicate predicate) int
AbstractMutableByteKeySet.count
(BytePredicate predicate) int
AbstractMutableByteValuesMap.AbstractByteValuesCollection.count
(BytePredicate predicate) int
AbstractMutableByteValuesMap.count
(BytePredicate predicate) int
ByteBooleanHashMap.KeysView.count
(BytePredicate predicate) int
ImmutableByteByteMapKeySet.count
(BytePredicate predicate) int
ImmutableByteMapKeySet.count
(BytePredicate predicate) int
ObjectByteHashMap.count
(BytePredicate predicate) int
ObjectByteHashMap.ValuesCollection.count
(BytePredicate predicate) int
ObjectByteHashMapWithHashingStrategy.count
(BytePredicate predicate) int
ObjectByteHashMapWithHashingStrategy.ValuesCollection.count
(BytePredicate predicate) int
SynchronizedByteByteMap.count
(BytePredicate predicate) int
SynchronizedCharByteMap.count
(BytePredicate predicate) int
SynchronizedDoubleByteMap.count
(BytePredicate predicate) int
SynchronizedFloatByteMap.count
(BytePredicate predicate) int
SynchronizedIntByteMap.count
(BytePredicate predicate) int
SynchronizedLongByteMap.count
(BytePredicate predicate) int
SynchronizedObjectByteMap.count
(BytePredicate predicate) int
SynchronizedShortByteMap.count
(BytePredicate predicate) int
UnmodifiableByteByteMap.count
(BytePredicate predicate) int
UnmodifiableCharByteMap.count
(BytePredicate predicate) int
UnmodifiableDoubleByteMap.count
(BytePredicate predicate) int
UnmodifiableFloatByteMap.count
(BytePredicate predicate) int
UnmodifiableIntByteMap.count
(BytePredicate predicate) int
UnmodifiableLongByteMap.count
(BytePredicate predicate) int
UnmodifiableObjectByteMap.count
(BytePredicate predicate) int
UnmodifiableShortByteMap.count
(BytePredicate predicate) byte
AbstractMutableByteKeySet.detectIfNone
(BytePredicate predicate, byte ifNone) byte
AbstractMutableByteValuesMap.AbstractByteValuesCollection.detectIfNone
(BytePredicate predicate, byte ifNone) byte
AbstractMutableByteValuesMap.detectIfNone
(BytePredicate predicate, byte value) byte
ByteBooleanHashMap.KeysView.detectIfNone
(BytePredicate predicate, byte value) byte
ImmutableByteByteMapKeySet.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteMapKeySet.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ObjectByteHashMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ObjectByteHashMap.ValuesCollection.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ObjectByteHashMapWithHashingStrategy.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ObjectByteHashMapWithHashingStrategy.ValuesCollection.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedByteByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedCharByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedDoubleByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedFloatByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedIntByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedLongByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedObjectByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
SynchronizedShortByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableByteByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableCharByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableDoubleByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableFloatByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableIntByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableLongByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableObjectByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableShortByteMap.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
AbstractMutableByteValuesMap.AbstractByteValuesCollection.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteByteMapKeySet.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteMapKeySet.noneSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMap.noneSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMap.ValuesCollection.noneSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMapWithHashingStrategy.noneSatisfy
(BytePredicate predicate) boolean
ObjectByteHashMapWithHashingStrategy.ValuesCollection.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedByteByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedCharByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedDoubleByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedFloatByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedIntByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedLongByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedObjectByteMap.noneSatisfy
(BytePredicate predicate) boolean
SynchronizedShortByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableByteByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableCharByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableDoubleByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableFloatByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableIntByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableLongByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableObjectByteMap.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableShortByteMap.noneSatisfy
(BytePredicate predicate) AbstractMutableByteKeySet.reject
(BytePredicate predicate) AbstractMutableByteValuesMap.AbstractByteValuesCollection.reject
(BytePredicate predicate) AbstractMutableByteValuesMap.reject
(BytePredicate predicate) ImmutableByteByteMapKeySet.reject
(BytePredicate predicate) ImmutableByteMapKeySet.reject
(BytePredicate predicate) ObjectByteHashMap.reject
(BytePredicate predicate) ObjectByteHashMap.ValuesCollection.reject
(BytePredicate predicate) ObjectByteHashMapWithHashingStrategy.reject
(BytePredicate predicate) ObjectByteHashMapWithHashingStrategy.ValuesCollection.reject
(BytePredicate predicate) SynchronizedByteByteMap.reject
(BytePredicate predicate) SynchronizedCharByteMap.reject
(BytePredicate predicate) SynchronizedDoubleByteMap.reject
(BytePredicate predicate) SynchronizedFloatByteMap.reject
(BytePredicate predicate) SynchronizedIntByteMap.reject
(BytePredicate predicate) SynchronizedLongByteMap.reject
(BytePredicate predicate) SynchronizedObjectByteMap.reject
(BytePredicate predicate) SynchronizedShortByteMap.reject
(BytePredicate predicate) UnmodifiableByteByteMap.reject
(BytePredicate predicate) UnmodifiableCharByteMap.reject
(BytePredicate predicate) UnmodifiableDoubleByteMap.reject
(BytePredicate predicate) UnmodifiableFloatByteMap.reject
(BytePredicate predicate) UnmodifiableIntByteMap.reject
(BytePredicate predicate) UnmodifiableLongByteMap.reject
(BytePredicate predicate) UnmodifiableObjectByteMap.reject
(BytePredicate predicate) UnmodifiableShortByteMap.reject
(BytePredicate predicate) AbstractMutableByteKeySet.select
(BytePredicate predicate) AbstractMutableByteValuesMap.AbstractByteValuesCollection.select
(BytePredicate predicate) AbstractMutableByteValuesMap.select
(BytePredicate predicate) ImmutableByteByteMapKeySet.select
(BytePredicate predicate) ImmutableByteMapKeySet.select
(BytePredicate predicate) ObjectByteHashMap.select
(BytePredicate predicate) ObjectByteHashMap.ValuesCollection.select
(BytePredicate predicate) ObjectByteHashMapWithHashingStrategy.select
(BytePredicate predicate) ObjectByteHashMapWithHashingStrategy.ValuesCollection.select
(BytePredicate predicate) SynchronizedByteByteMap.select
(BytePredicate predicate) SynchronizedCharByteMap.select
(BytePredicate predicate) SynchronizedDoubleByteMap.select
(BytePredicate predicate) SynchronizedFloatByteMap.select
(BytePredicate predicate) SynchronizedIntByteMap.select
(BytePredicate predicate) SynchronizedLongByteMap.select
(BytePredicate predicate) SynchronizedObjectByteMap.select
(BytePredicate predicate) SynchronizedShortByteMap.select
(BytePredicate predicate) UnmodifiableByteByteMap.select
(BytePredicate predicate) UnmodifiableCharByteMap.select
(BytePredicate predicate) UnmodifiableDoubleByteMap.select
(BytePredicate predicate) UnmodifiableFloatByteMap.select
(BytePredicate predicate) UnmodifiableIntByteMap.select
(BytePredicate predicate) UnmodifiableLongByteMap.select
(BytePredicate predicate) UnmodifiableObjectByteMap.select
(BytePredicate predicate) UnmodifiableShortByteMap.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
SynchronizedByteIterable.allSatisfy
(BytePredicate predicate) boolean
SynchronizedByteIterable.anySatisfy
(BytePredicate predicate) int
SynchronizedByteIterable.count
(BytePredicate predicate) byte
SynchronizedByteIterable.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
SynchronizedByteIterable.noneSatisfy
(BytePredicate predicate) SynchronizedByteIterable.reject
(BytePredicate predicate) SynchronizedByteIterable.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ImmutableByteEmptySet.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonSet.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteEmptySet.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonSet.anySatisfy
(BytePredicate predicate) int
ImmutableByteEmptySet.count
(BytePredicate predicate) int
ImmutableByteSingletonSet.count
(BytePredicate predicate) byte
ImmutableByteEmptySet.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteSingletonSet.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ImmutableByteEmptySet.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonSet.noneSatisfy
(BytePredicate predicate) ImmutableByteEmptySet.reject
(BytePredicate predicate) ImmutableByteSingletonSet.reject
(BytePredicate predicate) ImmutableByteEmptySet.select
(BytePredicate predicate) ImmutableByteSingletonSet.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ByteHashSet.allSatisfy
(BytePredicate predicate) boolean
ByteHashSet.ImmutableByteHashSet.allSatisfy
(BytePredicate predicate) boolean
ByteHashSet.anySatisfy
(BytePredicate predicate) boolean
ByteHashSet.ImmutableByteHashSet.anySatisfy
(BytePredicate predicate) int
ByteHashSet.count
(BytePredicate predicate) int
ByteHashSet.ImmutableByteHashSet.count
(BytePredicate predicate) byte
ByteHashSet.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ByteHashSet.ImmutableByteHashSet.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ByteHashSet.ImmutableByteHashSet.noneSatisfy
(BytePredicate predicate) boolean
ByteHashSet.noneSatisfy
(BytePredicate predicate) ByteHashSet.ImmutableByteHashSet.reject
(BytePredicate predicate) ByteHashSet.reject
(BytePredicate predicate) SynchronizedByteSet.reject
(BytePredicate predicate) UnmodifiableByteSet.reject
(BytePredicate predicate) ByteHashSet.ImmutableByteHashSet.select
(BytePredicate predicate) ByteHashSet.select
(BytePredicate predicate) SynchronizedByteSet.select
(BytePredicate predicate) UnmodifiableByteSet.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
ImmutableByteEmptyStack.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonStack.allSatisfy
(BytePredicate predicate) boolean
ImmutableByteEmptyStack.anySatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonStack.anySatisfy
(BytePredicate predicate) int
ImmutableByteEmptyStack.count
(BytePredicate predicate) int
ImmutableByteSingletonStack.count
(BytePredicate predicate) byte
ImmutableByteEmptyStack.detectIfNone
(BytePredicate predicate, byte ifNone) byte
ImmutableByteSingletonStack.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
ImmutableByteEmptyStack.noneSatisfy
(BytePredicate predicate) boolean
ImmutableByteSingletonStack.noneSatisfy
(BytePredicate predicate) ImmutableByteArrayStack.reject
(BytePredicate predicate) ImmutableByteEmptyStack.reject
(BytePredicate predicate) ImmutableByteSingletonStack.reject
(BytePredicate predicate) ImmutableByteArrayStack.select
(BytePredicate predicate) ImmutableByteEmptyStack.select
(BytePredicate predicate) ImmutableByteSingletonStack.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
SynchronizedByteStack.allSatisfy
(BytePredicate predicate) boolean
UnmodifiableByteStack.allSatisfy
(BytePredicate predicate) boolean
SynchronizedByteStack.anySatisfy
(BytePredicate predicate) boolean
UnmodifiableByteStack.anySatisfy
(BytePredicate predicate) int
SynchronizedByteStack.count
(BytePredicate predicate) int
UnmodifiableByteStack.count
(BytePredicate predicate) byte
SynchronizedByteStack.detectIfNone
(BytePredicate predicate, byte ifNone) byte
UnmodifiableByteStack.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
SynchronizedByteStack.noneSatisfy
(BytePredicate predicate) boolean
UnmodifiableByteStack.noneSatisfy
(BytePredicate predicate) ByteArrayStack.reject
(BytePredicate predicate) SynchronizedByteStack.reject
(BytePredicate predicate) UnmodifiableByteStack.reject
(BytePredicate predicate) ByteArrayStack.select
(BytePredicate predicate) SynchronizedByteStack.select
(BytePredicate predicate) UnmodifiableByteStack.select
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionboolean
AbstractByteStack.allSatisfy
(BytePredicate predicate) boolean
AbstractByteStack.anySatisfy
(BytePredicate predicate) int
AbstractByteStack.count
(BytePredicate predicate) byte
AbstractByteStack.detectIfNone
(BytePredicate predicate, byte ifNone) boolean
AbstractByteStack.noneSatisfy
(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionstatic boolean
ByteIterableIterate.allSatisfy
(ByteIterable iterable, BytePredicate predicate) static boolean
ByteIteratorIterate.allSatisfy
(ByteIterator iterator, BytePredicate predicate) static boolean
ByteIterableIterate.anySatisfy
(ByteIterable iterable, BytePredicate predicate) static boolean
ByteIteratorIterate.anySatisfy
(ByteIterator iterator, BytePredicate predicate) static int
ByteIterableIterate.count
(ByteIterable iterable, BytePredicate predicate) static int
ByteIteratorIterate.count
(ByteIterator iterator, BytePredicate predicate) static byte
ByteIterableIterate.detectIfNone
(ByteIterable iterable, BytePredicate predicate, byte ifNone) static byte
ByteIteratorIterate.detectIfNone
(ByteIterator iterator, BytePredicate predicate, byte ifNone) static boolean
ByteIterableIterate.noneSatisfy
(ByteIterable iterable, BytePredicate predicate) static boolean
ByteIteratorIterate.noneSatisfy
(ByteIterator iterator, BytePredicate predicate) static <R extends MutableByteCollection>
RByteIterableIterate.reject
(ByteIterable iterable, BytePredicate predicate, R targetCollection) static <R extends MutableByteCollection>
RByteIteratorIterate.reject
(ByteIterator iterator, BytePredicate predicate, R targetCollection) static <R extends MutableByteCollection>
RByteIterableIterate.select
(ByteIterable iterable, BytePredicate predicate, R targetCollection) static <R extends MutableByteCollection>
RByteIteratorIterate.select
(ByteIterator iterator, BytePredicate predicate, R targetCollection) -
Uses of BytePredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type BytePredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable
<V> LazyByteIterate.collectIf
(ByteIterable iterable, BytePredicate predicate, ByteToObjectFunction<? extends V> function) Creates a deferred filtering and transforming byte iterable for the specified byte iterable.static LazyByteIterable
LazyByteIterate.select
(ByteIterable iterable, BytePredicate predicate) Creates a deferred filtering byte iterable for the specified byte iterable.