Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortBooleanPredicate
-
Packages that use ShortBooleanPredicate 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 ShortBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortBooleanPredicate Modifier and Type Method Description ImmutableShortBooleanMap
ImmutableShortBooleanMap. reject(ShortBooleanPredicate predicate)
MutableShortBooleanMap
MutableShortBooleanMap. reject(ShortBooleanPredicate predicate)
ShortBooleanMap
ShortBooleanMap. reject(ShortBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortBooleanMap
ImmutableShortBooleanMap. select(ShortBooleanPredicate predicate)
MutableShortBooleanMap
MutableShortBooleanMap. select(ShortBooleanPredicate predicate)
ShortBooleanMap
ShortBooleanMap. select(ShortBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortBooleanPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortBooleanPredicate Modifier and Type Method Description ImmutableShortBooleanMap
ImmutableShortBooleanEmptyMap. reject(ShortBooleanPredicate predicate)
ImmutableShortBooleanMap
ImmutableShortBooleanHashMap. reject(ShortBooleanPredicate predicate)
ImmutableShortBooleanMap
ImmutableShortBooleanSingletonMap. reject(ShortBooleanPredicate predicate)
ImmutableShortBooleanMap
ImmutableShortBooleanEmptyMap. select(ShortBooleanPredicate predicate)
ImmutableShortBooleanMap
ImmutableShortBooleanHashMap. select(ShortBooleanPredicate predicate)
ImmutableShortBooleanMap
ImmutableShortBooleanSingletonMap. select(ShortBooleanPredicate predicate)
-
Uses of ShortBooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortBooleanPredicate Modifier and Type Method Description ShortBooleanHashMap
ShortBooleanHashMap. reject(ShortBooleanPredicate predicate)
MutableShortBooleanMap
SynchronizedShortBooleanMap. reject(ShortBooleanPredicate predicate)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. reject(ShortBooleanPredicate predicate)
ShortBooleanHashMap
ShortBooleanHashMap. select(ShortBooleanPredicate predicate)
MutableShortBooleanMap
SynchronizedShortBooleanMap. select(ShortBooleanPredicate predicate)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. select(ShortBooleanPredicate predicate)
-