Uses of Interface
com.carrotsearch.hppc.predicates.DoubleBytePredicate
Packages that use DoubleBytePredicate
-
Uses of DoubleBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleBytePredicateModifier and TypeMethodDescription<T extends DoubleBytePredicate>
TDoubleByteAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleBytePredicate>
TDoubleByteHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleBytePredicateModifier and TypeMethodDescriptionint
DoubleByteAssociativeContainer.removeAll
(DoubleBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleByteHashMap.removeAll
(DoubleBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.