Uses of Interface
com.carrotsearch.hppc.predicates.IntBytePredicate
Packages that use IntBytePredicate
-
Uses of IntBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntBytePredicateModifier and TypeMethodDescription<T extends IntBytePredicate>
TIntByteAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends IntBytePredicate>
TIntByteHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type IntBytePredicateModifier and TypeMethodDescriptionint
IntByteAssociativeContainer.removeAll
(IntBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
IntByteHashMap.removeAll
(IntBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.