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