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 default booleanDoubleShortMap. allSatisfyKeyValue(DoubleShortPredicate predicate)DoubleShortMapDoubleShortMap. reject(DoubleShortPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleShortMapImmutableDoubleShortMap. reject(DoubleShortPredicate predicate)MutableDoubleShortMapMutableDoubleShortMap. reject(DoubleShortPredicate predicate)DoubleShortMapDoubleShortMap. select(DoubleShortPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleShortMapImmutableDoubleShortMap. select(DoubleShortPredicate predicate)MutableDoubleShortMapMutableDoubleShortMap. 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 booleanImmutableDoubleShortEmptyMap. allSatisfyKeyValue(DoubleShortPredicate predicate)booleanImmutableDoubleShortHashMap. allSatisfyKeyValue(DoubleShortPredicate predicate)booleanImmutableDoubleShortSingletonMap. allSatisfyKeyValue(DoubleShortPredicate predicate)ImmutableDoubleShortMapImmutableDoubleShortEmptyMap. reject(DoubleShortPredicate predicate)ImmutableDoubleShortMapImmutableDoubleShortHashMap. reject(DoubleShortPredicate predicate)ImmutableDoubleShortMapImmutableDoubleShortSingletonMap. reject(DoubleShortPredicate predicate)ImmutableDoubleShortMapImmutableDoubleShortEmptyMap. select(DoubleShortPredicate predicate)ImmutableDoubleShortMapImmutableDoubleShortHashMap. select(DoubleShortPredicate predicate)ImmutableDoubleShortMapImmutableDoubleShortSingletonMap. 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 booleanDoubleShortHashMap. allSatisfyKeyValue(DoubleShortPredicate predicate)booleanSynchronizedDoubleShortMap. allSatisfyKeyValue(DoubleShortPredicate predicate)DoubleShortHashMapDoubleShortHashMap. reject(DoubleShortPredicate predicate)MutableDoubleShortMapSynchronizedDoubleShortMap. reject(DoubleShortPredicate predicate)MutableDoubleShortMapUnmodifiableDoubleShortMap. reject(DoubleShortPredicate predicate)DoubleShortHashMapDoubleShortHashMap. select(DoubleShortPredicate predicate)MutableDoubleShortMapSynchronizedDoubleShortMap. select(DoubleShortPredicate predicate)MutableDoubleShortMapUnmodifiableDoubleShortMap. select(DoubleShortPredicate predicate)
-