Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate
-
Packages that use IntLongPredicate 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 IntLongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntLongPredicate Modifier and Type Method Description ImmutableIntLongMap
ImmutableIntLongMap. reject(IntLongPredicate predicate)
IntLongMap
IntLongMap. reject(IntLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntLongMap
MutableIntLongMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongMap. select(IntLongPredicate predicate)
IntLongMap
IntLongMap. select(IntLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntLongMap
MutableIntLongMap. select(IntLongPredicate predicate)
-
Uses of IntLongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntLongPredicate Modifier and Type Method Description ImmutableIntLongMap
ImmutableIntLongEmptyMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongHashMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. reject(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongEmptyMap. select(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongHashMap. select(IntLongPredicate predicate)
ImmutableIntLongMap
ImmutableIntLongSingletonMap. select(IntLongPredicate predicate)
-
Uses of IntLongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntLongPredicate Modifier and Type Method Description IntLongHashMap
IntLongHashMap. reject(IntLongPredicate predicate)
MutableIntLongMap
SynchronizedIntLongMap. reject(IntLongPredicate predicate)
MutableIntLongMap
UnmodifiableIntLongMap. reject(IntLongPredicate predicate)
IntLongHashMap
IntLongHashMap. select(IntLongPredicate predicate)
MutableIntLongMap
SynchronizedIntLongMap. select(IntLongPredicate predicate)
MutableIntLongMap
UnmodifiableIntLongMap. select(IntLongPredicate predicate)
-