Uses of Interface
com.carrotsearch.hppc.predicates.ByteBytePredicate
Packages that use ByteBytePredicate
-
Uses of ByteBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteBytePredicateModifier and TypeMethodDescription<T extends ByteBytePredicate>
TByteByteAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ByteBytePredicate>
TByteByteHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ByteBytePredicateModifier and TypeMethodDescriptionint
ByteByteAssociativeContainer.removeAll
(ByteBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteByteHashMap.removeAll
(ByteBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.