Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntBytePredicate
-
Packages that use IntBytePredicate 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 IntBytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntBytePredicate Modifier and Type Method Description ImmutableIntByteMap
ImmutableIntByteMap. reject(IntBytePredicate predicate)
IntByteMap
IntByteMap. reject(IntBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntByteMap
MutableIntByteMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteMap. select(IntBytePredicate predicate)
IntByteMap
IntByteMap. select(IntBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntByteMap
MutableIntByteMap. select(IntBytePredicate predicate)
-
Uses of IntBytePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntBytePredicate Modifier and Type Method Description ImmutableIntByteMap
ImmutableIntByteEmptyMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteHashMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. select(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteHashMap. select(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. select(IntBytePredicate predicate)
-
Uses of IntBytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntBytePredicate Modifier and Type Method Description IntByteHashMap
IntByteHashMap. reject(IntBytePredicate predicate)
MutableIntByteMap
SynchronizedIntByteMap. reject(IntBytePredicate predicate)
MutableIntByteMap
UnmodifiableIntByteMap. reject(IntBytePredicate predicate)
IntByteHashMap
IntByteHashMap. select(IntBytePredicate predicate)
MutableIntByteMap
SynchronizedIntByteMap. select(IntBytePredicate predicate)
MutableIntByteMap
UnmodifiableIntByteMap. select(IntBytePredicate predicate)
-