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