Uses of Interface
com.carrotsearch.hppc.predicates.FloatShortPredicate
Packages that use FloatShortPredicate
-
Uses of FloatShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatShortPredicateModifier and TypeMethodDescription<T extends FloatShortPredicate>
TFloatShortAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends FloatShortPredicate>
TFloatShortHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type FloatShortPredicateModifier and TypeMethodDescriptionint
FloatShortAssociativeContainer.removeAll
(FloatShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatShortHashMap.removeAll
(FloatShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.