Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteLongPredicate
-
Packages that use ByteLongPredicate 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 ByteLongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteLongPredicate Modifier and Type Method Description default booleanByteLongMap. allSatisfyKeyValue(ByteLongPredicate predicate)ByteLongMapByteLongMap. reject(ByteLongPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteLongMapImmutableByteLongMap. reject(ByteLongPredicate predicate)MutableByteLongMapMutableByteLongMap. reject(ByteLongPredicate predicate)ByteLongMapByteLongMap. select(ByteLongPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteLongMapImmutableByteLongMap. select(ByteLongPredicate predicate)MutableByteLongMapMutableByteLongMap. select(ByteLongPredicate predicate) -
Uses of ByteLongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteLongPredicate Modifier and Type Method Description booleanImmutableByteLongEmptyMap. allSatisfyKeyValue(ByteLongPredicate predicate)booleanImmutableByteLongHashMap. allSatisfyKeyValue(ByteLongPredicate predicate)booleanImmutableByteLongSingletonMap. allSatisfyKeyValue(ByteLongPredicate predicate)ImmutableByteLongMapImmutableByteLongEmptyMap. reject(ByteLongPredicate predicate)ImmutableByteLongMapImmutableByteLongHashMap. reject(ByteLongPredicate predicate)ImmutableByteLongMapImmutableByteLongSingletonMap. reject(ByteLongPredicate predicate)ImmutableByteLongMapImmutableByteLongEmptyMap. select(ByteLongPredicate predicate)ImmutableByteLongMapImmutableByteLongHashMap. select(ByteLongPredicate predicate)ImmutableByteLongMapImmutableByteLongSingletonMap. select(ByteLongPredicate predicate) -
Uses of ByteLongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteLongPredicate Modifier and Type Method Description booleanByteLongHashMap. allSatisfyKeyValue(ByteLongPredicate predicate)booleanSynchronizedByteLongMap. allSatisfyKeyValue(ByteLongPredicate predicate)ByteLongHashMapByteLongHashMap. reject(ByteLongPredicate predicate)MutableByteLongMapSynchronizedByteLongMap. reject(ByteLongPredicate predicate)MutableByteLongMapUnmodifiableByteLongMap. reject(ByteLongPredicate predicate)ByteLongHashMapByteLongHashMap. select(ByteLongPredicate predicate)MutableByteLongMapSynchronizedByteLongMap. select(ByteLongPredicate predicate)MutableByteLongMapUnmodifiableByteLongMap. select(ByteLongPredicate predicate)
-