Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ObjectIntPredicate
| 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 ObjectIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectIntPredicate Modifier and Type Method Description ImmutableObjectIntMap<K>ImmutableObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>MutableObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)ObjectIntMap<K>ObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableObjectIntMap<K>ImmutableObjectIntMap. select(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>MutableObjectIntMap. select(ObjectIntPredicate<? super K> predicate)ObjectIntMap<K>ObjectIntMap. select(ObjectIntPredicate<? super K> predicate)Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ObjectIntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectIntPredicate Modifier and Type Method Description ObjectIntHashMap<K>ObjectIntHashMap. reject(ObjectIntPredicate<? super K> predicate)ObjectIntHashMapWithHashingStrategy<K>ObjectIntHashMapWithHashingStrategy. reject(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>SynchronizedObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>UnmodifiableObjectIntMap. reject(ObjectIntPredicate<? super K> predicate)ObjectIntHashMap<K>ObjectIntHashMap. select(ObjectIntPredicate<? super K> predicate)ObjectIntHashMapWithHashingStrategy<K>ObjectIntHashMapWithHashingStrategy. select(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>SynchronizedObjectIntMap. select(ObjectIntPredicate<? super K> predicate)MutableObjectIntMap<K>UnmodifiableObjectIntMap. select(ObjectIntPredicate<? super K> predicate)