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