Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ObjectShortPredicate
-
Packages that use ObjectShortPredicate 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 ObjectShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectShortPredicate Modifier and Type Method Description default booleanObjectShortMap. allSatisfyKeyValue(ObjectShortPredicate<K> predicate)ImmutableObjectShortMap<K>ImmutableObjectShortMap. reject(ObjectShortPredicate<? super K> predicate)MutableObjectShortMap<K>MutableObjectShortMap. reject(ObjectShortPredicate<? super K> predicate)ObjectShortMap<K>ObjectShortMap. reject(ObjectShortPredicate<? super K> predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableObjectShortMap<K>ImmutableObjectShortMap. select(ObjectShortPredicate<? super K> predicate)MutableObjectShortMap<K>MutableObjectShortMap. select(ObjectShortPredicate<? super K> predicate)ObjectShortMap<K>ObjectShortMap. select(ObjectShortPredicate<? super K> predicate)Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ObjectShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectShortPredicate Modifier and Type Method Description booleanImmutableObjectShortHashMap. allSatisfyKeyValue(ObjectShortPredicate<K> predicate)booleanImmutableObjectShortSingletonMap. allSatisfyKeyValue(ObjectShortPredicate<K> predicate)ImmutableObjectShortMap<K>ImmutableObjectShortEmptyMap. reject(ObjectShortPredicate<? super K> objectShortPredicate)ImmutableObjectShortMap<K>ImmutableObjectShortHashMap. reject(ObjectShortPredicate<? super K> objectShortPredicate)ImmutableObjectShortMap<K>ImmutableObjectShortSingletonMap. reject(ObjectShortPredicate<? super K> objectShortPredicate)ImmutableObjectShortMap<K>ImmutableObjectShortEmptyMap. select(ObjectShortPredicate<? super K> objectShortPredicate)ImmutableObjectShortMap<K>ImmutableObjectShortHashMap. select(ObjectShortPredicate<? super K> objectShortPredicate)ImmutableObjectShortMap<K>ImmutableObjectShortSingletonMap. select(ObjectShortPredicate<? super K> objectShortPredicate) -
Uses of ObjectShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectShortPredicate Modifier and Type Method Description booleanObjectShortHashMap. allSatisfyKeyValue(ObjectShortPredicate<K> predicate)booleanObjectShortHashMapWithHashingStrategy. allSatisfyKeyValue(ObjectShortPredicate<K> predicate)booleanSynchronizedObjectShortMap. allSatisfyKeyValue(ObjectShortPredicate<K> predicate)ObjectShortHashMap<K>ObjectShortHashMap. reject(ObjectShortPredicate<? super K> predicate)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. reject(ObjectShortPredicate<? super K> predicate)MutableObjectShortMap<K>SynchronizedObjectShortMap. reject(ObjectShortPredicate<? super K> predicate)MutableObjectShortMap<K>UnmodifiableObjectShortMap. reject(ObjectShortPredicate<? super K> predicate)ObjectShortHashMap<K>ObjectShortHashMap. select(ObjectShortPredicate<? super K> predicate)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. select(ObjectShortPredicate<? super K> predicate)MutableObjectShortMap<K>SynchronizedObjectShortMap. select(ObjectShortPredicate<? super K> predicate)MutableObjectShortMap<K>UnmodifiableObjectShortMap. select(ObjectShortPredicate<? super K> predicate)
-