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 default booleanCharLongMap. allSatisfyKeyValue(CharLongPredicate predicate)CharLongMapCharLongMap. reject(CharLongPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharLongMapImmutableCharLongMap. reject(CharLongPredicate predicate)MutableCharLongMapMutableCharLongMap. reject(CharLongPredicate predicate)CharLongMapCharLongMap. select(CharLongPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharLongMapImmutableCharLongMap. select(CharLongPredicate predicate)MutableCharLongMapMutableCharLongMap. 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 booleanImmutableCharLongEmptyMap. allSatisfyKeyValue(CharLongPredicate predicate)booleanImmutableCharLongHashMap. allSatisfyKeyValue(CharLongPredicate predicate)booleanImmutableCharLongSingletonMap. allSatisfyKeyValue(CharLongPredicate predicate)ImmutableCharLongMapImmutableCharLongEmptyMap. reject(CharLongPredicate predicate)ImmutableCharLongMapImmutableCharLongHashMap. reject(CharLongPredicate predicate)ImmutableCharLongMapImmutableCharLongSingletonMap. reject(CharLongPredicate predicate)ImmutableCharLongMapImmutableCharLongEmptyMap. select(CharLongPredicate predicate)ImmutableCharLongMapImmutableCharLongHashMap. select(CharLongPredicate predicate)ImmutableCharLongMapImmutableCharLongSingletonMap. 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 booleanCharLongHashMap. allSatisfyKeyValue(CharLongPredicate predicate)booleanSynchronizedCharLongMap. allSatisfyKeyValue(CharLongPredicate predicate)CharLongHashMapCharLongHashMap. reject(CharLongPredicate predicate)MutableCharLongMapSynchronizedCharLongMap. reject(CharLongPredicate predicate)MutableCharLongMapUnmodifiableCharLongMap. reject(CharLongPredicate predicate)CharLongHashMapCharLongHashMap. select(CharLongPredicate predicate)MutableCharLongMapSynchronizedCharLongMap. select(CharLongPredicate predicate)MutableCharLongMapUnmodifiableCharLongMap. select(CharLongPredicate predicate)
-