Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleCharPredicate
Packages that use DoubleCharPredicate
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of DoubleCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleCharPredicateModifier and TypeMethodDescriptiondefault booleanDoubleCharMap.allSatisfyKeyValue(DoubleCharPredicate predicate) DoubleCharMap.reject(DoubleCharPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleCharMap.reject(DoubleCharPredicate predicate) MutableDoubleCharMap.reject(DoubleCharPredicate predicate) DoubleCharMap.select(DoubleCharPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleCharMap.select(DoubleCharPredicate predicate) MutableDoubleCharMap.select(DoubleCharPredicate predicate) -
Uses of DoubleCharPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleCharPredicateModifier and TypeMethodDescriptionbooleanImmutableDoubleCharEmptyMap.allSatisfyKeyValue(DoubleCharPredicate predicate) booleanImmutableDoubleCharHashMap.allSatisfyKeyValue(DoubleCharPredicate predicate) booleanImmutableDoubleCharSingletonMap.allSatisfyKeyValue(DoubleCharPredicate predicate) ImmutableDoubleCharEmptyMap.reject(DoubleCharPredicate predicate) ImmutableDoubleCharHashMap.reject(DoubleCharPredicate predicate) ImmutableDoubleCharSingletonMap.reject(DoubleCharPredicate predicate) ImmutableDoubleCharEmptyMap.select(DoubleCharPredicate predicate) ImmutableDoubleCharHashMap.select(DoubleCharPredicate predicate) ImmutableDoubleCharSingletonMap.select(DoubleCharPredicate predicate) -
Uses of DoubleCharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleCharPredicateModifier and TypeMethodDescriptionbooleanDoubleCharHashMap.allSatisfyKeyValue(DoubleCharPredicate predicate) booleanSynchronizedDoubleCharMap.allSatisfyKeyValue(DoubleCharPredicate predicate) DoubleCharHashMap.reject(DoubleCharPredicate predicate) SynchronizedDoubleCharMap.reject(DoubleCharPredicate predicate) UnmodifiableDoubleCharMap.reject(DoubleCharPredicate predicate) DoubleCharHashMap.select(DoubleCharPredicate predicate) SynchronizedDoubleCharMap.select(DoubleCharPredicate predicate) UnmodifiableDoubleCharMap.select(DoubleCharPredicate predicate)