Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.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.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 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.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortLongPredicate Modifier and Type Method Description ShortLongHashMapShortLongHashMap. reject(ShortLongPredicate predicate)MutableShortLongMapSynchronizedShortLongMap. reject(ShortLongPredicate predicate)MutableShortLongMapUnmodifiableShortLongMap. reject(ShortLongPredicate predicate)ShortLongHashMapShortLongHashMap. select(ShortLongPredicate predicate)MutableShortLongMapSynchronizedShortLongMap. select(ShortLongPredicate predicate)MutableShortLongMapUnmodifiableShortLongMap. select(ShortLongPredicate predicate)