Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortLongPredicate
-
Packages that use ShortLongPredicate 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 ShortLongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortLongPredicate Modifier and Type Method Description default booleanShortLongMap. allSatisfyKeyValue(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongMap. reject(ShortLongPredicate predicate)MutableShortLongMapMutableShortLongMap. reject(ShortLongPredicate predicate)ShortLongMapShortLongMap. reject(ShortLongPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortLongMapImmutableShortLongMap. select(ShortLongPredicate predicate)MutableShortLongMapMutableShortLongMap. select(ShortLongPredicate predicate)ShortLongMapShortLongMap. select(ShortLongPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortLongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortLongPredicate Modifier and Type Method Description booleanImmutableShortLongEmptyMap. allSatisfyKeyValue(ShortLongPredicate predicate)booleanImmutableShortLongHashMap. allSatisfyKeyValue(ShortLongPredicate predicate)booleanImmutableShortLongSingletonMap. allSatisfyKeyValue(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongEmptyMap. reject(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongHashMap. reject(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongSingletonMap. reject(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongEmptyMap. select(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongHashMap. select(ShortLongPredicate predicate)ImmutableShortLongMapImmutableShortLongSingletonMap. select(ShortLongPredicate predicate) -
Uses of ShortLongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortLongPredicate Modifier and Type Method Description booleanShortLongHashMap. allSatisfyKeyValue(ShortLongPredicate predicate)booleanSynchronizedShortLongMap. allSatisfyKeyValue(ShortLongPredicate predicate)ShortLongHashMapShortLongHashMap. reject(ShortLongPredicate predicate)MutableShortLongMapSynchronizedShortLongMap. reject(ShortLongPredicate predicate)MutableShortLongMapUnmodifiableShortLongMap. reject(ShortLongPredicate predicate)ShortLongHashMapShortLongHashMap. select(ShortLongPredicate predicate)MutableShortLongMapSynchronizedShortLongMap. select(ShortLongPredicate predicate)MutableShortLongMapUnmodifiableShortLongMap. select(ShortLongPredicate predicate)
-