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