Uses of Interface
com.carrotsearch.hppc.predicates.ObjectLongPredicate
-
Packages that use ObjectLongPredicate Package Description com.carrotsearch.hppc -
-
Uses of ObjectLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectLongPredicate Modifier and Type Method Description <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 ObjectLongPredicate Modifier and Type Method Description int
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
.
-