Uses of Interface
com.carrotsearch.hppc.predicates.ShortDoublePredicate
Packages that use ShortDoublePredicate
-
Uses of ShortDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortDoublePredicateModifier and TypeMethodDescription<T extends ShortDoublePredicate>
TShortDoubleAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortDoublePredicate>
TShortDoubleHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortDoublePredicateModifier and TypeMethodDescriptionintShortDoubleAssociativeContainer.removeAll(ShortDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intShortDoubleHashMap.removeAll(ShortDoublePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.