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