Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate
-
Packages that use IntDoublePredicate 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 IntDoublePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntDoublePredicate Modifier and Type Method Description default booleanIntDoubleMap. allSatisfyKeyValue(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleMap. reject(IntDoublePredicate predicate)IntDoubleMapIntDoubleMap. reject(IntDoublePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntDoubleMapMutableIntDoubleMap. reject(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleMap. select(IntDoublePredicate predicate)IntDoubleMapIntDoubleMap. select(IntDoublePredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntDoubleMapMutableIntDoubleMap. select(IntDoublePredicate predicate) -
Uses of IntDoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntDoublePredicate Modifier and Type Method Description booleanImmutableIntDoubleEmptyMap. allSatisfyKeyValue(IntDoublePredicate predicate)booleanImmutableIntDoubleHashMap. allSatisfyKeyValue(IntDoublePredicate predicate)booleanImmutableIntDoubleSingletonMap. allSatisfyKeyValue(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleEmptyMap. reject(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleHashMap. reject(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleSingletonMap. reject(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleEmptyMap. select(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleHashMap. select(IntDoublePredicate predicate)ImmutableIntDoubleMapImmutableIntDoubleSingletonMap. select(IntDoublePredicate predicate) -
Uses of IntDoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntDoublePredicate Modifier and Type Method Description booleanIntDoubleHashMap. allSatisfyKeyValue(IntDoublePredicate predicate)booleanSynchronizedIntDoubleMap. allSatisfyKeyValue(IntDoublePredicate predicate)IntDoubleHashMapIntDoubleHashMap. reject(IntDoublePredicate predicate)MutableIntDoubleMapSynchronizedIntDoubleMap. reject(IntDoublePredicate predicate)MutableIntDoubleMapUnmodifiableIntDoubleMap. reject(IntDoublePredicate predicate)IntDoubleHashMapIntDoubleHashMap. select(IntDoublePredicate predicate)MutableIntDoubleMapSynchronizedIntDoubleMap. select(IntDoublePredicate predicate)MutableIntDoubleMapUnmodifiableIntDoubleMap. select(IntDoublePredicate predicate)
-