Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortCharPredicate
-
Packages that use ShortCharPredicate 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 ShortCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortCharPredicate Modifier and Type Method Description ImmutableShortCharMap
ImmutableShortCharMap. reject(ShortCharPredicate predicate)
MutableShortCharMap
MutableShortCharMap. reject(ShortCharPredicate predicate)
ShortCharMap
ShortCharMap. reject(ShortCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortCharMap
ImmutableShortCharMap. select(ShortCharPredicate predicate)
MutableShortCharMap
MutableShortCharMap. select(ShortCharPredicate predicate)
ShortCharMap
ShortCharMap. select(ShortCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortCharPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortCharPredicate Modifier and Type Method Description ImmutableShortCharMap
ImmutableShortCharEmptyMap. reject(ShortCharPredicate predicate)
ImmutableShortCharMap
ImmutableShortCharHashMap. reject(ShortCharPredicate predicate)
ImmutableShortCharMap
ImmutableShortCharSingletonMap. reject(ShortCharPredicate predicate)
ImmutableShortCharMap
ImmutableShortCharEmptyMap. select(ShortCharPredicate predicate)
ImmutableShortCharMap
ImmutableShortCharHashMap. select(ShortCharPredicate predicate)
ImmutableShortCharMap
ImmutableShortCharSingletonMap. select(ShortCharPredicate predicate)
-
Uses of ShortCharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortCharPredicate Modifier and Type Method Description ShortCharHashMap
ShortCharHashMap. reject(ShortCharPredicate predicate)
MutableShortCharMap
SynchronizedShortCharMap. reject(ShortCharPredicate predicate)
MutableShortCharMap
UnmodifiableShortCharMap. reject(ShortCharPredicate predicate)
ShortCharHashMap
ShortCharHashMap. select(ShortCharPredicate predicate)
MutableShortCharMap
SynchronizedShortCharMap. select(ShortCharPredicate predicate)
MutableShortCharMap
UnmodifiableShortCharMap. select(ShortCharPredicate predicate)
-