Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortDoublePredicate
-
Packages that use ShortDoublePredicate 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 ShortDoublePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortDoublePredicate Modifier and Type Method Description ImmutableShortDoubleMap
ImmutableShortDoubleMap. reject(ShortDoublePredicate predicate)
MutableShortDoubleMap
MutableShortDoubleMap. reject(ShortDoublePredicate predicate)
ShortDoubleMap
ShortDoubleMap. reject(ShortDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortDoubleMap
ImmutableShortDoubleMap. select(ShortDoublePredicate predicate)
MutableShortDoubleMap
MutableShortDoubleMap. select(ShortDoublePredicate predicate)
ShortDoubleMap
ShortDoubleMap. select(ShortDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortDoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortDoublePredicate Modifier and Type Method Description ImmutableShortDoubleMap
ImmutableShortDoubleEmptyMap. reject(ShortDoublePredicate predicate)
ImmutableShortDoubleMap
ImmutableShortDoubleHashMap. reject(ShortDoublePredicate predicate)
ImmutableShortDoubleMap
ImmutableShortDoubleSingletonMap. reject(ShortDoublePredicate predicate)
ImmutableShortDoubleMap
ImmutableShortDoubleEmptyMap. select(ShortDoublePredicate predicate)
ImmutableShortDoubleMap
ImmutableShortDoubleHashMap. select(ShortDoublePredicate predicate)
ImmutableShortDoubleMap
ImmutableShortDoubleSingletonMap. select(ShortDoublePredicate predicate)
-
Uses of ShortDoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortDoublePredicate Modifier and Type Method Description ShortDoubleHashMap
ShortDoubleHashMap. reject(ShortDoublePredicate predicate)
MutableShortDoubleMap
SynchronizedShortDoubleMap. reject(ShortDoublePredicate predicate)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. reject(ShortDoublePredicate predicate)
ShortDoubleHashMap
ShortDoubleHashMap. select(ShortDoublePredicate predicate)
MutableShortDoubleMap
SynchronizedShortDoubleMap. select(ShortDoublePredicate predicate)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. select(ShortDoublePredicate predicate)
-