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