Uses of Interface
com.carrotsearch.hppc.predicates.ShortBytePredicate
Packages that use ShortBytePredicate
-
Uses of ShortBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortBytePredicateModifier and TypeMethodDescription<T extends ShortBytePredicate>
TShortByteAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortBytePredicate>
TShortByteHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortBytePredicateModifier and TypeMethodDescriptionint
ShortByteAssociativeContainer.removeAll
(ShortBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortByteHashMap.removeAll
(ShortBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.