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