Uses of Interface
com.carrotsearch.hppc.predicates.DoubleBytePredicate
-
Packages that use DoubleBytePredicate Package Description com.carrotsearch.hppc -
-
Uses of DoubleBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleBytePredicate Modifier and Type Method Description <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 DoubleBytePredicate Modifier and Type Method Description intDoubleByteAssociativeContainer. removeAll(DoubleBytePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleByteHashMap. removeAll(DoubleBytePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.
-