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