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