Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharLongPredicate
-
Packages that use CharLongPredicate 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 CharLongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharLongPredicate Modifier and Type Method Description CharLongMap
CharLongMap. reject(CharLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharLongMap
ImmutableCharLongMap. reject(CharLongPredicate predicate)
MutableCharLongMap
MutableCharLongMap. reject(CharLongPredicate predicate)
CharLongMap
CharLongMap. select(CharLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharLongMap
ImmutableCharLongMap. select(CharLongPredicate predicate)
MutableCharLongMap
MutableCharLongMap. select(CharLongPredicate predicate)
-
Uses of CharLongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharLongPredicate Modifier and Type Method Description ImmutableCharLongMap
ImmutableCharLongEmptyMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongHashMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. reject(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongEmptyMap. select(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongHashMap. select(CharLongPredicate predicate)
ImmutableCharLongMap
ImmutableCharLongSingletonMap. select(CharLongPredicate predicate)
-
Uses of CharLongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharLongPredicate Modifier and Type Method Description CharLongHashMap
CharLongHashMap. reject(CharLongPredicate predicate)
MutableCharLongMap
SynchronizedCharLongMap. reject(CharLongPredicate predicate)
MutableCharLongMap
UnmodifiableCharLongMap. reject(CharLongPredicate predicate)
CharLongHashMap
CharLongHashMap. select(CharLongPredicate predicate)
MutableCharLongMap
SynchronizedCharLongMap. select(CharLongPredicate predicate)
MutableCharLongMap
UnmodifiableCharLongMap. select(CharLongPredicate predicate)
-