Uses of Interface
com.carrotsearch.hppc.predicates.ObjectShortPredicate
Packages that use ObjectShortPredicate
-
Uses of ObjectShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectShortPredicateModifier and TypeMethodDescription<T extends ObjectShortPredicate<? super KType>>
TObjectShortAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ObjectShortPredicate<? super KType>>
TObjectShortHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ObjectShortPredicateModifier and TypeMethodDescriptionint
ObjectShortAssociativeContainer.removeAll
(ObjectShortPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectShortHashMap.removeAll
(ObjectShortPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.