Uses of Interface
com.carrotsearch.hppc.predicates.ByteLongPredicate
Packages that use ByteLongPredicate
-
Uses of ByteLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteLongPredicateModifier and TypeMethodDescription<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 ByteLongPredicateModifier and TypeMethodDescriptionint
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
.