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