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