Uses of Interface
com.carrotsearch.hppc.predicates.DoubleShortPredicate
Packages that use DoubleShortPredicate
-
Uses of DoubleShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleShortPredicateModifier and TypeMethodDescription<T extends DoubleShortPredicate>
TDoubleShortAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleShortPredicate>
TDoubleShortHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleShortPredicateModifier and TypeMethodDescriptionintDoubleShortAssociativeContainer.removeAll(DoubleShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intDoubleShortHashMap.removeAll(DoubleShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.