Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharShortPredicate
-
Packages that use CharShortPredicate 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 CharShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharShortPredicate Modifier and Type Method Description default booleanCharShortMap. allSatisfyKeyValue(CharShortPredicate predicate)CharShortMapCharShortMap. reject(CharShortPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharShortMapImmutableCharShortMap. reject(CharShortPredicate predicate)MutableCharShortMapMutableCharShortMap. reject(CharShortPredicate predicate)CharShortMapCharShortMap. select(CharShortPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharShortMapImmutableCharShortMap. select(CharShortPredicate predicate)MutableCharShortMapMutableCharShortMap. select(CharShortPredicate predicate) -
Uses of CharShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharShortPredicate Modifier and Type Method Description booleanImmutableCharShortEmptyMap. allSatisfyKeyValue(CharShortPredicate predicate)booleanImmutableCharShortHashMap. allSatisfyKeyValue(CharShortPredicate predicate)booleanImmutableCharShortSingletonMap. allSatisfyKeyValue(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortEmptyMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortHashMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortSingletonMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortEmptyMap. select(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortHashMap. select(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortSingletonMap. select(CharShortPredicate predicate) -
Uses of CharShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharShortPredicate Modifier and Type Method Description booleanCharShortHashMap. allSatisfyKeyValue(CharShortPredicate predicate)booleanSynchronizedCharShortMap. allSatisfyKeyValue(CharShortPredicate predicate)CharShortHashMapCharShortHashMap. reject(CharShortPredicate predicate)MutableCharShortMapSynchronizedCharShortMap. reject(CharShortPredicate predicate)MutableCharShortMapUnmodifiableCharShortMap. reject(CharShortPredicate predicate)CharShortHashMapCharShortHashMap. select(CharShortPredicate predicate)MutableCharShortMapSynchronizedCharShortMap. select(CharShortPredicate predicate)MutableCharShortMapUnmodifiableCharShortMap. select(CharShortPredicate predicate)
-