Uses of Interface
com.carrotsearch.hppc.predicates.DoubleObjectPredicate
Packages that use DoubleObjectPredicate
-
Uses of DoubleObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleObjectPredicateModifier and TypeMethodDescription<T extends DoubleObjectPredicate<? super VType>>
TDoubleObjectAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends DoubleObjectPredicate<? super VType>>
TDoubleObjectHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type DoubleObjectPredicateModifier and TypeMethodDescriptionintDoubleObjectAssociativeContainer.removeAll(DoubleObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intDoubleObjectHashMap.removeAll(DoubleObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.