Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongDoublePredicate
-
Packages that use LongDoublePredicate 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 LongDoublePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongDoublePredicate Modifier and Type Method Description ImmutableLongDoubleMap
ImmutableLongDoubleMap. reject(LongDoublePredicate predicate)
LongDoubleMap
LongDoubleMap. reject(LongDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongDoubleMap
MutableLongDoubleMap. reject(LongDoublePredicate predicate)
ImmutableLongDoubleMap
ImmutableLongDoubleMap. select(LongDoublePredicate predicate)
LongDoubleMap
LongDoubleMap. select(LongDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongDoubleMap
MutableLongDoubleMap. select(LongDoublePredicate predicate)
-
Uses of LongDoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongDoublePredicate Modifier and Type Method Description ImmutableLongDoubleMap
ImmutableLongDoubleEmptyMap. reject(LongDoublePredicate predicate)
ImmutableLongDoubleMap
ImmutableLongDoubleHashMap. reject(LongDoublePredicate predicate)
ImmutableLongDoubleMap
ImmutableLongDoubleSingletonMap. reject(LongDoublePredicate predicate)
ImmutableLongDoubleMap
ImmutableLongDoubleEmptyMap. select(LongDoublePredicate predicate)
ImmutableLongDoubleMap
ImmutableLongDoubleHashMap. select(LongDoublePredicate predicate)
ImmutableLongDoubleMap
ImmutableLongDoubleSingletonMap. select(LongDoublePredicate predicate)
-
Uses of LongDoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongDoublePredicate Modifier and Type Method Description LongDoubleHashMap
LongDoubleHashMap. reject(LongDoublePredicate predicate)
MutableLongDoubleMap
SynchronizedLongDoubleMap. reject(LongDoublePredicate predicate)
MutableLongDoubleMap
UnmodifiableLongDoubleMap. reject(LongDoublePredicate predicate)
LongDoubleHashMap
LongDoubleHashMap. select(LongDoublePredicate predicate)
MutableLongDoubleMap
SynchronizedLongDoubleMap. select(LongDoublePredicate predicate)
MutableLongDoubleMap
UnmodifiableLongDoubleMap. select(LongDoublePredicate predicate)
-