Uses of Interface
com.carrotsearch.hppc.predicates.ObjectBytePredicate
Packages that use ObjectBytePredicate
-
Uses of ObjectBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectBytePredicateModifier and TypeMethodDescription<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 ObjectBytePredicateModifier and TypeMethodDescriptionintObjectByteAssociativeContainer.removeAll(ObjectBytePredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectByteHashMap.removeAll(ObjectBytePredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.