Uses of Interface
com.carrotsearch.hppc.predicates.IntBytePredicate
-
Packages that use IntBytePredicate Package Description com.carrotsearch.hppc -
-
Uses of IntBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntBytePredicate Modifier and Type Method Description <T extends IntBytePredicate>
TIntByteAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends IntBytePredicate>
TIntByteHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type IntBytePredicate Modifier and Type Method Description int
IntByteAssociativeContainer. removeAll(IntBytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntByteHashMap. removeAll(IntBytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-