Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleShortPredicate
-
Packages that use DoubleShortPredicate 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 DoubleShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleShortPredicate Modifier and Type Method Description DoubleShortMap
DoubleShortMap. reject(DoubleShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleShortMap
ImmutableDoubleShortMap. reject(DoubleShortPredicate predicate)
MutableDoubleShortMap
MutableDoubleShortMap. reject(DoubleShortPredicate predicate)
DoubleShortMap
DoubleShortMap. select(DoubleShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleShortMap
ImmutableDoubleShortMap. select(DoubleShortPredicate predicate)
MutableDoubleShortMap
MutableDoubleShortMap. select(DoubleShortPredicate predicate)
-
Uses of DoubleShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleShortPredicate Modifier and Type Method Description ImmutableDoubleShortMap
ImmutableDoubleShortEmptyMap. reject(DoubleShortPredicate predicate)
ImmutableDoubleShortMap
ImmutableDoubleShortHashMap. reject(DoubleShortPredicate predicate)
ImmutableDoubleShortMap
ImmutableDoubleShortSingletonMap. reject(DoubleShortPredicate predicate)
ImmutableDoubleShortMap
ImmutableDoubleShortEmptyMap. select(DoubleShortPredicate predicate)
ImmutableDoubleShortMap
ImmutableDoubleShortHashMap. select(DoubleShortPredicate predicate)
ImmutableDoubleShortMap
ImmutableDoubleShortSingletonMap. select(DoubleShortPredicate predicate)
-
Uses of DoubleShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleShortPredicate Modifier and Type Method Description DoubleShortHashMap
DoubleShortHashMap. reject(DoubleShortPredicate predicate)
MutableDoubleShortMap
SynchronizedDoubleShortMap. reject(DoubleShortPredicate predicate)
MutableDoubleShortMap
UnmodifiableDoubleShortMap. reject(DoubleShortPredicate predicate)
DoubleShortHashMap
DoubleShortHashMap. select(DoubleShortPredicate predicate)
MutableDoubleShortMap
SynchronizedDoubleShortMap. select(DoubleShortPredicate predicate)
MutableDoubleShortMap
UnmodifiableDoubleShortMap. select(DoubleShortPredicate predicate)
-