Uses of Interface
com.carrotsearch.hppc.predicates.LongObjectPredicate
-
Packages that use LongObjectPredicate Package Description com.carrotsearch.hppc -
-
Uses of LongObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongObjectPredicate Modifier and Type Method Description <T extends LongObjectPredicate<? super VType>>
TLongObjectAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends LongObjectPredicate<? super VType>>
TLongObjectHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongObjectPredicate Modifier and Type Method Description int
LongObjectAssociativeContainer. removeAll(LongObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
LongObjectHashMap. removeAll(LongObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-