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 default booleanIntCharMap. allSatisfyKeyValue(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharMap. reject(IntCharPredicate predicate)IntCharMapIntCharMap. reject(IntCharPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntCharMapMutableIntCharMap. reject(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharMap. select(IntCharPredicate predicate)IntCharMapIntCharMap. select(IntCharPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntCharMapMutableIntCharMap. 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 booleanImmutableIntCharEmptyMap. allSatisfyKeyValue(IntCharPredicate predicate)booleanImmutableIntCharHashMap. allSatisfyKeyValue(IntCharPredicate predicate)booleanImmutableIntCharSingletonMap. allSatisfyKeyValue(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharEmptyMap. reject(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharHashMap. reject(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharSingletonMap. reject(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharEmptyMap. select(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharHashMap. select(IntCharPredicate predicate)ImmutableIntCharMapImmutableIntCharSingletonMap. 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 booleanIntCharHashMap. allSatisfyKeyValue(IntCharPredicate predicate)booleanSynchronizedIntCharMap. allSatisfyKeyValue(IntCharPredicate predicate)IntCharHashMapIntCharHashMap. reject(IntCharPredicate predicate)MutableIntCharMapSynchronizedIntCharMap. reject(IntCharPredicate predicate)MutableIntCharMapUnmodifiableIntCharMap. reject(IntCharPredicate predicate)IntCharHashMapIntCharHashMap. select(IntCharPredicate predicate)MutableIntCharMapSynchronizedIntCharMap. select(IntCharPredicate predicate)MutableIntCharMapUnmodifiableIntCharMap. select(IntCharPredicate predicate)
-