Uses of Interface
com.carrotsearch.hppc.predicates.CharDoublePredicate
-
Packages that use CharDoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of CharDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharDoublePredicate Modifier and Type Method Description <T extends CharDoublePredicate>
TCharDoubleAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends CharDoublePredicate>
TCharDoubleHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharDoublePredicate Modifier and Type Method Description int
CharDoubleAssociativeContainer. removeAll(CharDoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
CharDoubleHashMap. removeAll(CharDoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-