Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortObjectPredicate
-
Packages that use ShortObjectPredicate 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 ShortObjectPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortObjectPredicate Modifier and Type Method Description ImmutableShortObjectMap<V>ImmutableShortObjectMap. reject(ShortObjectPredicate<? super V> predicate)MutableShortObjectMap<V>MutableShortObjectMap. reject(ShortObjectPredicate<? super V> predicate)ShortObjectMap<V>ShortObjectMap. reject(ShortObjectPredicate<? super V> predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.booleanMutableShortObjectMap. removeIf(ShortObjectPredicate<? super V> predicate)Remove an entry from the map if thepredicateevaluates to true.ImmutableShortObjectMap<V>ImmutableShortObjectMap. select(ShortObjectPredicate<? super V> predicate)MutableShortObjectMap<V>MutableShortObjectMap. select(ShortObjectPredicate<? super V> predicate)ShortObjectMap<V>ShortObjectMap. select(ShortObjectPredicate<? super V> predicate)Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortObjectPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortObjectPredicate Modifier and Type Method Description ImmutableShortObjectMap<V>ImmutableShortObjectEmptyMap. reject(ShortObjectPredicate<? super V> predicate)ImmutableShortObjectMap<V>ImmutableShortObjectHashMap. reject(ShortObjectPredicate<? super V> predicate)ImmutableShortObjectMap<V>ImmutableShortObjectSingletonMap. reject(ShortObjectPredicate<? super V> predicate)ImmutableShortObjectMap<V>ImmutableShortObjectEmptyMap. select(ShortObjectPredicate<? super V> predicate)ImmutableShortObjectMap<V>ImmutableShortObjectHashMap. select(ShortObjectPredicate<? super V> predicate)ImmutableShortObjectMap<V>ImmutableShortObjectSingletonMap. select(ShortObjectPredicate<? super V> predicate) -
Uses of ShortObjectPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortObjectPredicate Modifier and Type Method Description ShortObjectHashMap<V>ShortObjectHashMap. reject(ShortObjectPredicate<? super V> predicate)MutableShortObjectMap<V>SynchronizedShortObjectMap. reject(ShortObjectPredicate<? super V> predicate)MutableShortObjectMap<V>UnmodifiableShortObjectMap. reject(ShortObjectPredicate<? super V> predicate)booleanShortObjectHashMap. removeIf(ShortObjectPredicate<? super V> predicate)booleanSynchronizedShortObjectMap. removeIf(ShortObjectPredicate<? super V> predicate)booleanUnmodifiableShortObjectMap. removeIf(ShortObjectPredicate<? super V> predicate)ShortObjectHashMap<V>ShortObjectHashMap. select(ShortObjectPredicate<? super V> predicate)MutableShortObjectMap<V>SynchronizedShortObjectMap. select(ShortObjectPredicate<? super V> predicate)MutableShortObjectMap<V>UnmodifiableShortObjectMap. select(ShortObjectPredicate<? super V> predicate)
-