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 default booleanShortDoubleMap. allSatisfyKeyValue(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleMap. reject(ShortDoublePredicate predicate)MutableShortDoubleMapMutableShortDoubleMap. reject(ShortDoublePredicate predicate)ShortDoubleMapShortDoubleMap. reject(ShortDoublePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortDoubleMapImmutableShortDoubleMap. select(ShortDoublePredicate predicate)MutableShortDoubleMapMutableShortDoubleMap. select(ShortDoublePredicate predicate)ShortDoubleMapShortDoubleMap. 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 booleanImmutableShortDoubleEmptyMap. allSatisfyKeyValue(ShortDoublePredicate predicate)booleanImmutableShortDoubleHashMap. allSatisfyKeyValue(ShortDoublePredicate predicate)booleanImmutableShortDoubleSingletonMap. allSatisfyKeyValue(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleEmptyMap. reject(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleHashMap. reject(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleSingletonMap. reject(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleEmptyMap. select(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleHashMap. select(ShortDoublePredicate predicate)ImmutableShortDoubleMapImmutableShortDoubleSingletonMap. 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 booleanShortDoubleHashMap. allSatisfyKeyValue(ShortDoublePredicate predicate)booleanSynchronizedShortDoubleMap. allSatisfyKeyValue(ShortDoublePredicate predicate)ShortDoubleHashMapShortDoubleHashMap. reject(ShortDoublePredicate predicate)MutableShortDoubleMapSynchronizedShortDoubleMap. reject(ShortDoublePredicate predicate)MutableShortDoubleMapUnmodifiableShortDoubleMap. reject(ShortDoublePredicate predicate)ShortDoubleHashMapShortDoubleHashMap. select(ShortDoublePredicate predicate)MutableShortDoubleMapSynchronizedShortDoubleMap. select(ShortDoublePredicate predicate)MutableShortDoubleMapUnmodifiableShortDoubleMap. select(ShortDoublePredicate predicate)
-