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 TypeMethodDescriptionintFloatShortAssociativeContainer.removeAll(FloatShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intFloatShortHashMap.removeAll(FloatShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.