Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate
-
Packages that use IntCharPredicate 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 IntCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntCharPredicate Modifier and Type Method Description ImmutableIntCharMap
ImmutableIntCharMap. reject(IntCharPredicate predicate)
IntCharMap
IntCharMap. reject(IntCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntCharMap
MutableIntCharMap. reject(IntCharPredicate predicate)
ImmutableIntCharMap
ImmutableIntCharMap. select(IntCharPredicate predicate)
IntCharMap
IntCharMap. select(IntCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntCharMap
MutableIntCharMap. select(IntCharPredicate predicate)
-
Uses of IntCharPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntCharPredicate Modifier and Type Method Description ImmutableIntCharMap
ImmutableIntCharEmptyMap. reject(IntCharPredicate predicate)
ImmutableIntCharMap
ImmutableIntCharHashMap. reject(IntCharPredicate predicate)
ImmutableIntCharMap
ImmutableIntCharSingletonMap. reject(IntCharPredicate predicate)
ImmutableIntCharMap
ImmutableIntCharEmptyMap. select(IntCharPredicate predicate)
ImmutableIntCharMap
ImmutableIntCharHashMap. select(IntCharPredicate predicate)
ImmutableIntCharMap
ImmutableIntCharSingletonMap. select(IntCharPredicate predicate)
-
Uses of IntCharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntCharPredicate Modifier and Type Method Description IntCharHashMap
IntCharHashMap. reject(IntCharPredicate predicate)
MutableIntCharMap
SynchronizedIntCharMap. reject(IntCharPredicate predicate)
MutableIntCharMap
UnmodifiableIntCharMap. reject(IntCharPredicate predicate)
IntCharHashMap
IntCharHashMap. select(IntCharPredicate predicate)
MutableIntCharMap
SynchronizedIntCharMap. select(IntCharPredicate predicate)
MutableIntCharMap
UnmodifiableIntCharMap. select(IntCharPredicate predicate)
-