Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteBooleanPredicate
| Package | Description |
|---|---|
| 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.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of ByteBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteBooleanPredicate Modifier and Type Method Description ByteBooleanMapByteBooleanMap. reject(ByteBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteBooleanMapImmutableByteBooleanMap. reject(ByteBooleanPredicate predicate)MutableByteBooleanMapMutableByteBooleanMap. reject(ByteBooleanPredicate predicate)ByteBooleanMapByteBooleanMap. select(ByteBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteBooleanMapImmutableByteBooleanMap. select(ByteBooleanPredicate predicate)MutableByteBooleanMapMutableByteBooleanMap. select(ByteBooleanPredicate predicate) -
Uses of ByteBooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteBooleanPredicate Modifier and Type Method Description ByteBooleanHashMapByteBooleanHashMap. reject(ByteBooleanPredicate predicate)MutableByteBooleanMapSynchronizedByteBooleanMap. reject(ByteBooleanPredicate predicate)MutableByteBooleanMapUnmodifiableByteBooleanMap. reject(ByteBooleanPredicate predicate)ByteBooleanHashMapByteBooleanHashMap. select(ByteBooleanPredicate predicate)MutableByteBooleanMapSynchronizedByteBooleanMap. select(ByteBooleanPredicate predicate)MutableByteBooleanMapUnmodifiableByteBooleanMap. select(ByteBooleanPredicate predicate)