Uses of Interface
com.carrotsearch.hppc.predicates.LongShortPredicate
-
Packages that use LongShortPredicate Package Description com.carrotsearch.hppc -
-
Uses of LongShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongShortPredicate Modifier and Type Method Description <T extends LongShortPredicate>
TLongShortAssociativeContainer. forEach(T predicate)Applies a given predicate to all keys-value pairs in this container.<T extends LongShortPredicate>
TLongShortHashMap. forEach(T predicate)Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongShortPredicate Modifier and Type Method Description intLongShortAssociativeContainer. removeAll(LongShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongShortHashMap. removeAll(LongShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.
-