Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.BytePredicate
-
Packages that use BytePredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.factory.primitive This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of BytePredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BytePredicate Modifier and Type Method Description booleanByteIterable. allSatisfy(BytePredicate predicate)Returns true if all of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.booleanByteIterable. anySatisfy(BytePredicate predicate)Returns true if any of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.intByteIterable. count(BytePredicate predicate)Returns a count of the number of elements in the ByteIterable that return true for the specified predicate.byteByteIterable. detectIfNone(BytePredicate predicate, byte ifNone)default booleanByteIterable. noneSatisfy(BytePredicate predicate)Returns true if none of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.ByteIterableByteIterable. 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.LazyByteIterableLazyByteIterable. reject(BytePredicate predicate)ByteIterableByteIterable. 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.LazyByteIterableLazyByteIterable. 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 BytePredicate Modifier and Type Method Description ByteBagByteBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteBag. reject(BytePredicate predicate)MutableByteBagMutableByteBag. reject(BytePredicate predicate)ByteBagByteBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteBag. select(BytePredicate predicate)MutableByteBagMutableByteBag. 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 BytePredicate Modifier and Type Method Description ImmutableByteCollectionImmutableByteCollection. reject(BytePredicate predicate)MutableByteCollectionMutableByteCollection. reject(BytePredicate predicate)default booleanMutableByteCollection. removeIf(BytePredicate predicate)ImmutableByteCollectionImmutableByteCollection. select(BytePredicate predicate)MutableByteCollectionMutableByteCollection. 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 BytePredicate Modifier and Type Method Description ByteListByteList. reject(BytePredicate predicate)ImmutableByteListImmutableByteList. reject(BytePredicate predicate)MutableByteListMutableByteList. reject(BytePredicate predicate)ByteListByteList. select(BytePredicate predicate)ImmutableByteListImmutableByteList. select(BytePredicate predicate)MutableByteListMutableByteList. 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 BytePredicate Modifier and Type Method Description ByteBagByteValuesMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteMap. reject(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteMap. reject(BytePredicate predicate)MutableByteBagMutableByteValuesMap. reject(BytePredicate predicate)MutableByteCollectionMutableObjectByteMap. reject(BytePredicate predicate)ByteBagByteValuesMap. select(BytePredicate predicate)ImmutableByteBagImmutableByteByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteMap. select(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteMap. select(BytePredicate predicate)MutableByteBagMutableByteValuesMap. select(BytePredicate predicate)MutableByteCollectionMutableObjectByteMap. 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 BytePredicate Modifier and Type Method Description OrderedByteIterableOrderedByteIterable. reject(BytePredicate predicate)ReversibleByteIterableReversibleByteIterable. reject(BytePredicate predicate)OrderedByteIterableOrderedByteIterable. select(BytePredicate predicate)ReversibleByteIterableReversibleByteIterable. 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 BytePredicate Modifier and Type Method Description ByteSetByteSet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteSet. reject(BytePredicate predicate)MutableByteSetMutableByteSet. reject(BytePredicate predicate)ByteSetByteSet. select(BytePredicate predicate)ImmutableByteSetImmutableByteSet. select(BytePredicate predicate)MutableByteSetMutableByteSet. 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 BytePredicate Modifier and Type Method Description ByteStackByteStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteStack. reject(BytePredicate predicate)MutableByteStackMutableByteStack. reject(BytePredicate predicate)ByteStackByteStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteStack. select(BytePredicate predicate)MutableByteStackMutableByteStack. 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 BytePredicate Modifier and Type Method Description booleanImmutableByteEmptyBag. allSatisfy(BytePredicate predicate)booleanImmutableByteHashBag. allSatisfy(BytePredicate predicate)booleanImmutableByteSingletonBag. allSatisfy(BytePredicate predicate)booleanImmutableByteEmptyBag. anySatisfy(BytePredicate predicate)booleanImmutableByteHashBag. anySatisfy(BytePredicate predicate)booleanImmutableByteSingletonBag. anySatisfy(BytePredicate predicate)intImmutableByteEmptyBag. count(BytePredicate predicate)intImmutableByteHashBag. count(BytePredicate predicate)intImmutableByteSingletonBag. count(BytePredicate predicate)byteImmutableByteEmptyBag. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteHashBag. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteSingletonBag. detectIfNone(BytePredicate predicate, byte ifNone)booleanImmutableByteEmptyBag. noneSatisfy(BytePredicate predicate)booleanImmutableByteHashBag. noneSatisfy(BytePredicate predicate)booleanImmutableByteSingletonBag. noneSatisfy(BytePredicate predicate)ImmutableByteBagImmutableByteEmptyBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteHashBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteSingletonBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteEmptyBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteHashBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteSingletonBag. 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 BytePredicate Modifier and Type Method Description booleanByteHashBag. allSatisfy(BytePredicate predicate)booleanByteHashBag. anySatisfy(BytePredicate predicate)intByteHashBag. count(BytePredicate predicate)byteByteHashBag. detectIfNone(BytePredicate predicate, byte ifNone)booleanByteHashBag. noneSatisfy(BytePredicate predicate)ByteHashBagByteHashBag. reject(BytePredicate predicate)MutableByteBagSynchronizedByteBag. reject(BytePredicate predicate)MutableByteBagUnmodifiableByteBag. reject(BytePredicate predicate)booleanByteHashBag. removeIf(BytePredicate predicate)ByteHashBagByteHashBag. select(BytePredicate predicate)MutableByteBagSynchronizedByteBag. select(BytePredicate predicate)MutableByteBagUnmodifiableByteBag. 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 BytePredicate Modifier and Type Class Description private static classBytePredicates.AlwaysFalseBytePredicateprivate static classBytePredicates.AlwaysTrueBytePredicateprivate static classBytePredicates.AndBytePredicateprivate static classBytePredicates.ByteIsEvenPredicateprivate static classBytePredicates.ByteIsOddPredicateprivate static classBytePredicates.EqualsBytePredicateprivate static classBytePredicates.GreaterThanBytePredicateprivate static classBytePredicates.LessThanBytePredicateprivate static classBytePredicates.NotBytePredicateprivate static classBytePredicates.OrBytePredicateFields in org.eclipse.collections.impl.block.factory.primitive declared as BytePredicate Modifier and Type Field Description private static BytePredicateBytePredicates. ALWAYS_FALSEprivate static BytePredicateBytePredicates. ALWAYS_TRUEprivate BytePredicateBytePredicates.NotBytePredicate. negateprivate BytePredicateBytePredicates.AndBytePredicate. oneprivate BytePredicateBytePredicates.OrBytePredicate. oneprivate BytePredicateBytePredicates.AndBytePredicate. twoprivate BytePredicateBytePredicates.OrBytePredicate. twoMethods in org.eclipse.collections.impl.block.factory.primitive that return BytePredicate Modifier and Type Method Description static BytePredicateBytePredicates. alwaysFalse()static BytePredicateBytePredicates. alwaysTrue()static BytePredicateBytePredicates. and(BytePredicate one, BytePredicate two)static BytePredicateBytePredicates. equal(byte expected)static BytePredicateBytePredicates. greaterThan(byte expected)static BytePredicateBytePredicates. isEven()static BytePredicateBytePredicates. isOdd()static BytePredicateBytePredicates. lessThan(byte expected)static BytePredicateBytePredicates. not(BytePredicate negate)static BytePredicateBytePredicates. or(BytePredicate one, BytePredicate two)Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type BytePredicate Modifier and Type Method Description static BytePredicateBytePredicates. and(BytePredicate one, BytePredicate two)static BytePredicateBytePredicates. not(BytePredicate negate)static BytePredicateBytePredicates. or(BytePredicate one, BytePredicate two)Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type BytePredicate Constructor Description AndBytePredicate(BytePredicate one, BytePredicate two)NotBytePredicate(BytePredicate negate)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 BytePredicate Modifier and Type Field Description private MutableList<Pair<BytePredicate,ByteToObjectFunction<? extends V>>>ByteCaseFunction. predicateFunctionsMethods in org.eclipse.collections.impl.block.function.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteCaseFunction<V>ByteCaseFunction. 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 BytePredicate Modifier and Type Field Description private MutableList<Pair<BytePredicate,ByteProcedure>>ByteCaseProcedure. predicateProceduresMethods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteCaseProcedureByteCaseProcedure. 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 BytePredicate Modifier and Type Method Description booleanAbstractSynchronizedByteCollection. allSatisfy(BytePredicate predicate)booleanAbstractUnmodifiableByteCollection. allSatisfy(BytePredicate predicate)booleanAbstractSynchronizedByteCollection. anySatisfy(BytePredicate predicate)booleanAbstractUnmodifiableByteCollection. anySatisfy(BytePredicate predicate)intAbstractSynchronizedByteCollection. count(BytePredicate predicate)intAbstractUnmodifiableByteCollection. count(BytePredicate predicate)byteAbstractSynchronizedByteCollection. detectIfNone(BytePredicate predicate, byte ifNone)byteAbstractUnmodifiableByteCollection. detectIfNone(BytePredicate predicate, byte ifNone)booleanAbstractSynchronizedByteCollection. noneSatisfy(BytePredicate predicate)booleanAbstractUnmodifiableByteCollection. noneSatisfy(BytePredicate predicate)MutableByteCollectionAbstractSynchronizedByteCollection. reject(BytePredicate predicate)MutableByteCollectionAbstractUnmodifiableByteCollection. reject(BytePredicate predicate)booleanAbstractSynchronizedByteCollection. removeIf(BytePredicate predicate)booleanAbstractUnmodifiableByteCollection. removeIf(BytePredicate predicate)MutableByteCollectionAbstractSynchronizedByteCollection. select(BytePredicate predicate)MutableByteCollectionAbstractUnmodifiableByteCollection. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BytePredicate Modifier and Type Field Description private BytePredicateSelectByteIterable.CountByteProcedure. predicateprivate BytePredicateSelectByteIterable. predicateprivate BytePredicateSelectByteIterable.SelectByteIterator. predicateMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type BytePredicate Modifier and Type Method Description booleanAbstractLazyByteIterable. allSatisfy(BytePredicate predicate)booleanCollectByteIterable. allSatisfy(BytePredicate predicate)booleanLazyByteIterableAdapter. allSatisfy(BytePredicate predicate)booleanSelectByteIterable. allSatisfy(BytePredicate predicate)booleanTapByteIterable. allSatisfy(BytePredicate predicate)booleanAbstractLazyByteIterable. anySatisfy(BytePredicate predicate)booleanCollectByteIterable. anySatisfy(BytePredicate predicate)booleanLazyByteIterableAdapter. anySatisfy(BytePredicate predicate)booleanSelectByteIterable. anySatisfy(BytePredicate predicate)booleanTapByteIterable. anySatisfy(BytePredicate predicate)intAbstractLazyByteIterable. count(BytePredicate predicate)intCollectByteIterable. count(BytePredicate predicate)intLazyByteIterableAdapter. count(BytePredicate predicate)intSelectByteIterable. count(BytePredicate predicate)byteAbstractLazyByteIterable. detectIfNone(BytePredicate predicate, byte ifNone)byteLazyByteIterableAdapter. detectIfNone(BytePredicate predicate, byte ifNone)byteTapByteIterable. detectIfNone(BytePredicate predicate, byte ifNone)booleanAbstractLazyByteIterable. noneSatisfy(BytePredicate predicate)booleanLazyByteIterableAdapter. noneSatisfy(BytePredicate predicate)booleanTapByteIterable. noneSatisfy(BytePredicate predicate)LazyByteIterableAbstractLazyByteIterable. reject(BytePredicate predicate)LazyByteIterableAbstractLazyByteIterable. select(BytePredicate predicate)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BytePredicate Constructor Description CountByteProcedure(BytePredicate predicate)SelectByteIterable(ByteIterable delegate, BytePredicate predicate)SelectByteIterator(ByteIterable iterable, BytePredicate predicate)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 BytePredicate Modifier and Type Method Description booleanImmutableByteArrayList. allSatisfy(BytePredicate predicate)booleanImmutableByteEmptyList. allSatisfy(BytePredicate predicate)booleanImmutableByteSingletonList. allSatisfy(BytePredicate predicate)booleanImmutableByteArrayList. anySatisfy(BytePredicate predicate)booleanImmutableByteEmptyList. anySatisfy(BytePredicate predicate)booleanImmutableByteSingletonList. anySatisfy(BytePredicate predicate)intImmutableByteArrayList. count(BytePredicate predicate)intImmutableByteEmptyList. count(BytePredicate predicate)intImmutableByteSingletonList. count(BytePredicate predicate)byteImmutableByteArrayList. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteEmptyList. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteSingletonList. detectIfNone(BytePredicate predicate, byte ifNone)booleanImmutableByteEmptyList. noneSatisfy(BytePredicate predicate)booleanImmutableByteSingletonList. noneSatisfy(BytePredicate predicate)ImmutableByteListImmutableByteArrayList. reject(BytePredicate predicate)<R extends MutableByteCollection>
RImmutableByteArrayList. reject(BytePredicate predicate, R target)ImmutableByteListImmutableByteEmptyList. reject(BytePredicate predicate)ImmutableByteListImmutableByteSingletonList. reject(BytePredicate predicate)ImmutableByteListImmutableByteArrayList. select(BytePredicate predicate)<R extends MutableByteCollection>
RImmutableByteArrayList. select(BytePredicate predicate, R target)ImmutableByteListImmutableByteEmptyList. select(BytePredicate predicate)ImmutableByteListImmutableByteSingletonList. 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 BytePredicate Modifier and Type Method Description booleanByteArrayList. allSatisfy(BytePredicate predicate)booleanByteArrayList. anySatisfy(BytePredicate predicate)intByteArrayList. count(BytePredicate predicate)byteByteArrayList. detectIfNone(BytePredicate predicate, byte ifNone)ByteArrayListByteArrayList. reject(BytePredicate predicate)<R extends MutableByteCollection>
RByteArrayList. reject(BytePredicate predicate, R target)MutableByteListSynchronizedByteList. reject(BytePredicate predicate)MutableByteListUnmodifiableByteList. reject(BytePredicate predicate)booleanByteArrayList. removeIf(BytePredicate predicate)ByteArrayListByteArrayList. select(BytePredicate predicate)<R extends MutableByteCollection>
RByteArrayList. select(BytePredicate predicate, R target)MutableByteListSynchronizedByteList. select(BytePredicate predicate)MutableByteListUnmodifiableByteList. 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 BytePredicate Modifier and Type Method Description booleanImmutableByteByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableByteByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableByteByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableCharByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableCharByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableCharByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableDoubleByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableDoubleByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableDoubleByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableFloatByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableFloatByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableFloatByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableIntByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableIntByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableIntByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableLongByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableLongByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableLongByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableObjectByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableObjectByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableObjectByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableShortByteEmptyMap. allSatisfy(BytePredicate predicate)booleanImmutableShortByteHashMap. allSatisfy(BytePredicate predicate)booleanImmutableShortByteSingletonMap. allSatisfy(BytePredicate predicate)booleanImmutableByteByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableByteByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableByteByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableCharByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableCharByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableCharByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableDoubleByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableDoubleByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableDoubleByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableFloatByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableFloatByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableFloatByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableIntByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableIntByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableIntByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableLongByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableLongByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableLongByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableObjectByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableObjectByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableObjectByteSingletonMap. anySatisfy(BytePredicate predicate)booleanImmutableShortByteEmptyMap. anySatisfy(BytePredicate predicate)booleanImmutableShortByteHashMap. anySatisfy(BytePredicate predicate)booleanImmutableShortByteSingletonMap. anySatisfy(BytePredicate predicate)intImmutableByteByteEmptyMap. count(BytePredicate predicate)intImmutableByteByteHashMap. count(BytePredicate predicate)intImmutableByteByteSingletonMap. count(BytePredicate predicate)intImmutableCharByteEmptyMap. count(BytePredicate predicate)intImmutableCharByteHashMap. count(BytePredicate predicate)intImmutableCharByteSingletonMap. count(BytePredicate predicate)intImmutableDoubleByteEmptyMap. count(BytePredicate predicate)intImmutableDoubleByteHashMap. count(BytePredicate predicate)intImmutableDoubleByteSingletonMap. count(BytePredicate predicate)intImmutableFloatByteEmptyMap. count(BytePredicate predicate)intImmutableFloatByteHashMap. count(BytePredicate predicate)intImmutableFloatByteSingletonMap. count(BytePredicate predicate)intImmutableIntByteEmptyMap. count(BytePredicate predicate)intImmutableIntByteHashMap. count(BytePredicate predicate)intImmutableIntByteSingletonMap. count(BytePredicate predicate)intImmutableLongByteEmptyMap. count(BytePredicate predicate)intImmutableLongByteHashMap. count(BytePredicate predicate)intImmutableLongByteSingletonMap. count(BytePredicate predicate)intImmutableObjectByteEmptyMap. count(BytePredicate predicate)intImmutableObjectByteHashMap. count(BytePredicate predicate)intImmutableObjectByteSingletonMap. count(BytePredicate predicate)intImmutableShortByteEmptyMap. count(BytePredicate predicate)intImmutableShortByteHashMap. count(BytePredicate predicate)intImmutableShortByteSingletonMap. count(BytePredicate predicate)byteImmutableByteByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableCharByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableCharByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableCharByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableDoubleByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableDoubleByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableDoubleByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableFloatByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableFloatByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableFloatByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableIntByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableIntByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableIntByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableLongByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableLongByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableLongByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableObjectByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableObjectByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableObjectByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableShortByteEmptyMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableShortByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableShortByteSingletonMap. detectIfNone(BytePredicate predicate, byte ifNone)booleanImmutableByteByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableByteByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableByteByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableCharByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableCharByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableCharByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableDoubleByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableDoubleByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableDoubleByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableFloatByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableFloatByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableFloatByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableIntByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableIntByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableIntByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableLongByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableLongByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableLongByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableObjectByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableObjectByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableObjectByteSingletonMap. noneSatisfy(BytePredicate predicate)booleanImmutableShortByteEmptyMap. noneSatisfy(BytePredicate predicate)booleanImmutableShortByteHashMap. noneSatisfy(BytePredicate predicate)booleanImmutableShortByteSingletonMap. noneSatisfy(BytePredicate predicate)ImmutableByteBagImmutableByteByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteSingletonMap. reject(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteEmptyMap. reject(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteHashMap. reject(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteEmptyMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteHashMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteSingletonMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableByteByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableByteByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteSingletonMap. select(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteEmptyMap. select(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteHashMap. select(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteSingletonMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteEmptyMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteHashMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteSingletonMap. 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 BytePredicate Modifier and Type Method Description booleanAbstractMutableByteKeySet. allSatisfy(BytePredicate predicate)booleanAbstractMutableByteValuesMap.AbstractByteValuesCollection. allSatisfy(BytePredicate predicate)booleanAbstractMutableByteValuesMap. allSatisfy(BytePredicate predicate)booleanByteBooleanHashMap.KeysView. allSatisfy(BytePredicate predicate)booleanImmutableByteByteMapKeySet. allSatisfy(BytePredicate predicate)booleanImmutableByteMapKeySet. allSatisfy(BytePredicate predicate)booleanObjectByteHashMap. allSatisfy(BytePredicate predicate)booleanObjectByteHashMap.ValuesCollection. allSatisfy(BytePredicate predicate)booleanObjectByteHashMapWithHashingStrategy. allSatisfy(BytePredicate predicate)booleanObjectByteHashMapWithHashingStrategy.ValuesCollection. allSatisfy(BytePredicate predicate)booleanSynchronizedByteByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedCharByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedDoubleByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedFloatByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedIntByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedLongByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedObjectByteMap. allSatisfy(BytePredicate predicate)booleanSynchronizedShortByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableByteByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableCharByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableDoubleByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableFloatByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableIntByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableLongByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableObjectByteMap. allSatisfy(BytePredicate predicate)booleanUnmodifiableShortByteMap. allSatisfy(BytePredicate predicate)booleanAbstractMutableByteKeySet. anySatisfy(BytePredicate predicate)booleanAbstractMutableByteValuesMap.AbstractByteValuesCollection. anySatisfy(BytePredicate predicate)booleanAbstractMutableByteValuesMap. anySatisfy(BytePredicate predicate)booleanByteBooleanHashMap.KeysView. anySatisfy(BytePredicate predicate)booleanImmutableByteByteMapKeySet. anySatisfy(BytePredicate predicate)booleanImmutableByteMapKeySet. anySatisfy(BytePredicate predicate)booleanObjectByteHashMap. anySatisfy(BytePredicate predicate)booleanObjectByteHashMap.ValuesCollection. anySatisfy(BytePredicate predicate)booleanObjectByteHashMapWithHashingStrategy. anySatisfy(BytePredicate predicate)booleanObjectByteHashMapWithHashingStrategy.ValuesCollection. anySatisfy(BytePredicate predicate)booleanSynchronizedByteByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedCharByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedDoubleByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedFloatByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedIntByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedLongByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedObjectByteMap. anySatisfy(BytePredicate predicate)booleanSynchronizedShortByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableByteByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableCharByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableDoubleByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableFloatByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableIntByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableLongByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableObjectByteMap. anySatisfy(BytePredicate predicate)booleanUnmodifiableShortByteMap. anySatisfy(BytePredicate predicate)intAbstractMutableByteKeySet. count(BytePredicate predicate)intAbstractMutableByteValuesMap.AbstractByteValuesCollection. count(BytePredicate predicate)intAbstractMutableByteValuesMap. count(BytePredicate predicate)intByteBooleanHashMap.KeysView. count(BytePredicate predicate)intImmutableByteByteMapKeySet. count(BytePredicate predicate)intImmutableByteMapKeySet. count(BytePredicate predicate)intObjectByteHashMap. count(BytePredicate predicate)intObjectByteHashMap.ValuesCollection. count(BytePredicate predicate)intObjectByteHashMapWithHashingStrategy. count(BytePredicate predicate)intObjectByteHashMapWithHashingStrategy.ValuesCollection. count(BytePredicate predicate)intSynchronizedByteByteMap. count(BytePredicate predicate)intSynchronizedCharByteMap. count(BytePredicate predicate)intSynchronizedDoubleByteMap. count(BytePredicate predicate)intSynchronizedFloatByteMap. count(BytePredicate predicate)intSynchronizedIntByteMap. count(BytePredicate predicate)intSynchronizedLongByteMap. count(BytePredicate predicate)intSynchronizedObjectByteMap. count(BytePredicate predicate)intSynchronizedShortByteMap. count(BytePredicate predicate)intUnmodifiableByteByteMap. count(BytePredicate predicate)intUnmodifiableCharByteMap. count(BytePredicate predicate)intUnmodifiableDoubleByteMap. count(BytePredicate predicate)intUnmodifiableFloatByteMap. count(BytePredicate predicate)intUnmodifiableIntByteMap. count(BytePredicate predicate)intUnmodifiableLongByteMap. count(BytePredicate predicate)intUnmodifiableObjectByteMap. count(BytePredicate predicate)intUnmodifiableShortByteMap. count(BytePredicate predicate)byteAbstractMutableByteKeySet. detectIfNone(BytePredicate predicate, byte ifNone)byteAbstractMutableByteValuesMap.AbstractByteValuesCollection. detectIfNone(BytePredicate predicate, byte ifNone)byteAbstractMutableByteValuesMap. detectIfNone(BytePredicate predicate, byte value)byteByteBooleanHashMap.KeysView. detectIfNone(BytePredicate predicate, byte value)byteImmutableByteByteMapKeySet. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteMapKeySet. detectIfNone(BytePredicate predicate, byte ifNone)byteObjectByteHashMap. detectIfNone(BytePredicate predicate, byte ifNone)byteObjectByteHashMap.ValuesCollection. detectIfNone(BytePredicate predicate, byte ifNone)byteObjectByteHashMapWithHashingStrategy. detectIfNone(BytePredicate predicate, byte ifNone)byteObjectByteHashMapWithHashingStrategy.ValuesCollection. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedByteByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedCharByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedDoubleByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedFloatByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedIntByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedLongByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedObjectByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteSynchronizedShortByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableByteByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableCharByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableDoubleByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableFloatByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableIntByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableLongByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableObjectByteMap. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableShortByteMap. detectIfNone(BytePredicate predicate, byte ifNone)booleanAbstractMutableByteValuesMap.AbstractByteValuesCollection. noneSatisfy(BytePredicate predicate)booleanImmutableByteByteMapKeySet. noneSatisfy(BytePredicate predicate)booleanImmutableByteMapKeySet. noneSatisfy(BytePredicate predicate)booleanObjectByteHashMap. noneSatisfy(BytePredicate predicate)booleanObjectByteHashMap.ValuesCollection. noneSatisfy(BytePredicate predicate)booleanObjectByteHashMapWithHashingStrategy. noneSatisfy(BytePredicate predicate)booleanObjectByteHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(BytePredicate predicate)booleanSynchronizedByteByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedCharByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedDoubleByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedFloatByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedIntByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedLongByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedObjectByteMap. noneSatisfy(BytePredicate predicate)booleanSynchronizedShortByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableByteByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableCharByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableDoubleByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableFloatByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableIntByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableLongByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableObjectByteMap. noneSatisfy(BytePredicate predicate)booleanUnmodifiableShortByteMap. noneSatisfy(BytePredicate predicate)MutableByteSetAbstractMutableByteKeySet. reject(BytePredicate predicate)MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. reject(BytePredicate predicate)MutableByteBagAbstractMutableByteValuesMap. reject(BytePredicate predicate)ImmutableByteSetImmutableByteByteMapKeySet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteMapKeySet. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMap. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMap.ValuesCollection. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy. reject(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. reject(BytePredicate predicate)MutableByteBagSynchronizedByteByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedCharByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedDoubleByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedFloatByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedIntByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedLongByteMap. reject(BytePredicate predicate)MutableByteCollectionSynchronizedObjectByteMap. reject(BytePredicate predicate)MutableByteBagSynchronizedShortByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableByteByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableCharByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableDoubleByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableFloatByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableIntByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableLongByteMap. reject(BytePredicate predicate)MutableByteCollectionUnmodifiableObjectByteMap. reject(BytePredicate predicate)MutableByteBagUnmodifiableShortByteMap. reject(BytePredicate predicate)MutableByteSetAbstractMutableByteKeySet. select(BytePredicate predicate)MutableByteCollectionAbstractMutableByteValuesMap.AbstractByteValuesCollection. select(BytePredicate predicate)MutableByteBagAbstractMutableByteValuesMap. select(BytePredicate predicate)ImmutableByteSetImmutableByteByteMapKeySet. select(BytePredicate predicate)ImmutableByteSetImmutableByteMapKeySet. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMap. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMap.ValuesCollection. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy. select(BytePredicate predicate)MutableByteCollectionObjectByteHashMapWithHashingStrategy.ValuesCollection. select(BytePredicate predicate)MutableByteBagSynchronizedByteByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedCharByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedDoubleByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedFloatByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedIntByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedLongByteMap. select(BytePredicate predicate)MutableByteCollectionSynchronizedObjectByteMap. select(BytePredicate predicate)MutableByteBagSynchronizedShortByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableByteByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableCharByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableDoubleByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableFloatByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableIntByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableLongByteMap. select(BytePredicate predicate)MutableByteCollectionUnmodifiableObjectByteMap. select(BytePredicate predicate)MutableByteBagUnmodifiableShortByteMap. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type BytePredicate Modifier and Type Method Description booleanSynchronizedByteIterable. allSatisfy(BytePredicate predicate)booleanSynchronizedByteIterable. anySatisfy(BytePredicate predicate)intSynchronizedByteIterable. count(BytePredicate predicate)byteSynchronizedByteIterable. detectIfNone(BytePredicate predicate, byte ifNone)booleanSynchronizedByteIterable. noneSatisfy(BytePredicate predicate)ByteIterableSynchronizedByteIterable. reject(BytePredicate predicate)ByteIterableSynchronizedByteIterable. 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 BytePredicate Modifier and Type Method Description booleanImmutableByteEmptySet. allSatisfy(BytePredicate predicate)booleanImmutableByteSingletonSet. allSatisfy(BytePredicate predicate)booleanImmutableByteEmptySet. anySatisfy(BytePredicate predicate)booleanImmutableByteSingletonSet. anySatisfy(BytePredicate predicate)intImmutableByteEmptySet. count(BytePredicate predicate)intImmutableByteSingletonSet. count(BytePredicate predicate)byteImmutableByteEmptySet. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteSingletonSet. detectIfNone(BytePredicate predicate, byte ifNone)booleanImmutableByteEmptySet. noneSatisfy(BytePredicate predicate)booleanImmutableByteSingletonSet. noneSatisfy(BytePredicate predicate)ImmutableByteSetImmutableByteEmptySet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteSingletonSet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteEmptySet. select(BytePredicate predicate)ImmutableByteSetImmutableByteSingletonSet. 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 BytePredicate Modifier and Type Method Description booleanByteHashSet. allSatisfy(BytePredicate predicate)booleanByteHashSet.ImmutableByteHashSet. allSatisfy(BytePredicate predicate)booleanByteHashSet. anySatisfy(BytePredicate predicate)booleanByteHashSet.ImmutableByteHashSet. anySatisfy(BytePredicate predicate)intByteHashSet. count(BytePredicate predicate)intByteHashSet.ImmutableByteHashSet. count(BytePredicate predicate)byteByteHashSet. detectIfNone(BytePredicate predicate, byte ifNone)byteByteHashSet.ImmutableByteHashSet. detectIfNone(BytePredicate predicate, byte ifNone)booleanByteHashSet.ImmutableByteHashSet. noneSatisfy(BytePredicate predicate)booleanByteHashSet. noneSatisfy(BytePredicate predicate)ImmutableByteSetByteHashSet.ImmutableByteHashSet. reject(BytePredicate predicate)MutableByteSetByteHashSet. reject(BytePredicate predicate)MutableByteSetSynchronizedByteSet. reject(BytePredicate predicate)MutableByteSetUnmodifiableByteSet. reject(BytePredicate predicate)ImmutableByteSetByteHashSet.ImmutableByteHashSet. select(BytePredicate predicate)ByteHashSetByteHashSet. select(BytePredicate predicate)MutableByteSetSynchronizedByteSet. select(BytePredicate predicate)MutableByteSetUnmodifiableByteSet. 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 BytePredicate Modifier and Type Method Description booleanImmutableByteEmptyStack. allSatisfy(BytePredicate predicate)booleanImmutableByteSingletonStack. allSatisfy(BytePredicate predicate)booleanImmutableByteEmptyStack. anySatisfy(BytePredicate predicate)booleanImmutableByteSingletonStack. anySatisfy(BytePredicate predicate)intImmutableByteEmptyStack. count(BytePredicate predicate)intImmutableByteSingletonStack. count(BytePredicate predicate)byteImmutableByteEmptyStack. detectIfNone(BytePredicate predicate, byte ifNone)byteImmutableByteSingletonStack. detectIfNone(BytePredicate predicate, byte ifNone)booleanImmutableByteEmptyStack. noneSatisfy(BytePredicate predicate)booleanImmutableByteSingletonStack. noneSatisfy(BytePredicate predicate)ImmutableByteStackImmutableByteArrayStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteEmptyStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteSingletonStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteArrayStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteEmptyStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteSingletonStack. 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 BytePredicate Modifier and Type Method Description booleanSynchronizedByteStack. allSatisfy(BytePredicate predicate)booleanUnmodifiableByteStack. allSatisfy(BytePredicate predicate)booleanSynchronizedByteStack. anySatisfy(BytePredicate predicate)booleanUnmodifiableByteStack. anySatisfy(BytePredicate predicate)intSynchronizedByteStack. count(BytePredicate predicate)intUnmodifiableByteStack. count(BytePredicate predicate)byteSynchronizedByteStack. detectIfNone(BytePredicate predicate, byte ifNone)byteUnmodifiableByteStack. detectIfNone(BytePredicate predicate, byte ifNone)booleanSynchronizedByteStack. noneSatisfy(BytePredicate predicate)booleanUnmodifiableByteStack. noneSatisfy(BytePredicate predicate)MutableByteStackByteArrayStack. reject(BytePredicate predicate)MutableByteStackSynchronizedByteStack. reject(BytePredicate predicate)MutableByteStackUnmodifiableByteStack. reject(BytePredicate predicate)MutableByteStackByteArrayStack. select(BytePredicate predicate)MutableByteStackSynchronizedByteStack. select(BytePredicate predicate)MutableByteStackUnmodifiableByteStack. 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 BytePredicate Modifier and Type Method Description booleanAbstractByteStack. allSatisfy(BytePredicate predicate)booleanAbstractByteStack. anySatisfy(BytePredicate predicate)intAbstractByteStack. count(BytePredicate predicate)byteAbstractByteStack. detectIfNone(BytePredicate predicate, byte ifNone)booleanAbstractByteStack. 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 BytePredicate Modifier and Type Method Description static booleanByteIterableIterate. allSatisfy(ByteIterable iterable, BytePredicate predicate)static booleanByteIteratorIterate. allSatisfy(ByteIterator iterator, BytePredicate predicate)static booleanByteIterableIterate. anySatisfy(ByteIterable iterable, BytePredicate predicate)static booleanByteIteratorIterate. anySatisfy(ByteIterator iterator, BytePredicate predicate)static intByteIterableIterate. count(ByteIterable iterable, BytePredicate predicate)static intByteIteratorIterate. count(ByteIterator iterator, BytePredicate predicate)static byteByteIterableIterate. detectIfNone(ByteIterable iterable, BytePredicate predicate, byte ifNone)static byteByteIteratorIterate. detectIfNone(ByteIterator iterator, BytePredicate predicate, byte ifNone)static booleanByteIterableIterate. noneSatisfy(ByteIterable iterable, BytePredicate predicate)static booleanByteIteratorIterate. 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 BytePredicate Modifier and Type Method Description static <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 LazyByteIterableLazyByteIterate. select(ByteIterable iterable, BytePredicate predicate)Creates a deferred filtering byte iterable for the specified byte iterable.
-