Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongCharPredicate
-
Packages that use LongCharPredicate 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 LongCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongCharPredicate Modifier and Type Method Description ImmutableLongCharMap
ImmutableLongCharMap. reject(LongCharPredicate predicate)
LongCharMap
LongCharMap. reject(LongCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongCharMap
MutableLongCharMap. reject(LongCharPredicate predicate)
ImmutableLongCharMap
ImmutableLongCharMap. select(LongCharPredicate predicate)
LongCharMap
LongCharMap. select(LongCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongCharMap
MutableLongCharMap. select(LongCharPredicate predicate)
-
Uses of LongCharPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongCharPredicate Modifier and Type Method Description ImmutableLongCharMap
ImmutableLongCharEmptyMap. reject(LongCharPredicate predicate)
ImmutableLongCharMap
ImmutableLongCharHashMap. reject(LongCharPredicate predicate)
ImmutableLongCharMap
ImmutableLongCharSingletonMap. reject(LongCharPredicate predicate)
ImmutableLongCharMap
ImmutableLongCharEmptyMap. select(LongCharPredicate predicate)
ImmutableLongCharMap
ImmutableLongCharHashMap. select(LongCharPredicate predicate)
ImmutableLongCharMap
ImmutableLongCharSingletonMap. select(LongCharPredicate predicate)
-
Uses of LongCharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongCharPredicate Modifier and Type Method Description LongCharHashMap
LongCharHashMap. reject(LongCharPredicate predicate)
MutableLongCharMap
SynchronizedLongCharMap. reject(LongCharPredicate predicate)
MutableLongCharMap
UnmodifiableLongCharMap. reject(LongCharPredicate predicate)
LongCharHashMap
LongCharHashMap. select(LongCharPredicate predicate)
MutableLongCharMap
SynchronizedLongCharMap. select(LongCharPredicate predicate)
MutableLongCharMap
UnmodifiableLongCharMap. select(LongCharPredicate predicate)
-