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