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