Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ObjectBytePredicate
-
Packages that use ObjectBytePredicate 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.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. -
-
Uses of ObjectBytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectBytePredicate Modifier and Type Method Description default booleanObjectByteMap. allSatisfyKeyValue(ObjectBytePredicate<K> predicate)ImmutableObjectByteMap<K>ImmutableObjectByteMap. reject(ObjectBytePredicate<? super K> predicate)MutableObjectByteMap<K>MutableObjectByteMap. reject(ObjectBytePredicate<? super K> predicate)ObjectByteMap<K>ObjectByteMap. reject(ObjectBytePredicate<? super K> predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableObjectByteMap<K>ImmutableObjectByteMap. select(ObjectBytePredicate<? super K> predicate)MutableObjectByteMap<K>MutableObjectByteMap. select(ObjectBytePredicate<? super K> predicate)ObjectByteMap<K>ObjectByteMap. select(ObjectBytePredicate<? super K> predicate)Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ObjectBytePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectBytePredicate Modifier and Type Method Description booleanImmutableObjectByteHashMap. allSatisfyKeyValue(ObjectBytePredicate<K> predicate)booleanImmutableObjectByteSingletonMap. allSatisfyKeyValue(ObjectBytePredicate<K> predicate)ImmutableObjectByteMap<K>ImmutableObjectByteEmptyMap. reject(ObjectBytePredicate<? super K> objectBytePredicate)ImmutableObjectByteMap<K>ImmutableObjectByteHashMap. reject(ObjectBytePredicate<? super K> objectBytePredicate)ImmutableObjectByteMap<K>ImmutableObjectByteSingletonMap. reject(ObjectBytePredicate<? super K> objectBytePredicate)ImmutableObjectByteMap<K>ImmutableObjectByteEmptyMap. select(ObjectBytePredicate<? super K> objectBytePredicate)ImmutableObjectByteMap<K>ImmutableObjectByteHashMap. select(ObjectBytePredicate<? super K> objectBytePredicate)ImmutableObjectByteMap<K>ImmutableObjectByteSingletonMap. select(ObjectBytePredicate<? super K> objectBytePredicate) -
Uses of ObjectBytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectBytePredicate Modifier and Type Method Description booleanObjectByteHashMap. allSatisfyKeyValue(ObjectBytePredicate<K> predicate)booleanObjectByteHashMapWithHashingStrategy. allSatisfyKeyValue(ObjectBytePredicate<K> predicate)booleanSynchronizedObjectByteMap. allSatisfyKeyValue(ObjectBytePredicate<K> predicate)ObjectByteHashMap<K>ObjectByteHashMap. reject(ObjectBytePredicate<? super K> predicate)ObjectByteHashMapWithHashingStrategy<K>ObjectByteHashMapWithHashingStrategy. reject(ObjectBytePredicate<? super K> predicate)MutableObjectByteMap<K>SynchronizedObjectByteMap. reject(ObjectBytePredicate<? super K> predicate)MutableObjectByteMap<K>UnmodifiableObjectByteMap. reject(ObjectBytePredicate<? super K> predicate)ObjectByteHashMap<K>ObjectByteHashMap. select(ObjectBytePredicate<? super K> predicate)ObjectByteHashMapWithHashingStrategy<K>ObjectByteHashMapWithHashingStrategy. select(ObjectBytePredicate<? super K> predicate)MutableObjectByteMap<K>SynchronizedObjectByteMap. select(ObjectBytePredicate<? super K> predicate)MutableObjectByteMap<K>UnmodifiableObjectByteMap. select(ObjectBytePredicate<? super K> predicate)
-