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