Uses of Interface
com.carrotsearch.hppc.predicates.LongFloatPredicate
Packages that use LongFloatPredicate
-
Uses of LongFloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongFloatPredicateModifier and TypeMethodDescription<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 LongFloatPredicateModifier and TypeMethodDescriptionint
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
.