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