Uses of Interface
com.carrotsearch.hppc.predicates.ByteIntPredicate
Packages that use ByteIntPredicate
-
Uses of ByteIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteIntPredicateModifier and TypeMethodDescription<T extends ByteIntPredicate>
TByteIntAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ByteIntPredicate>
TByteIntHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ByteIntPredicateModifier and TypeMethodDescriptionintByteIntAssociativeContainer.removeAll(ByteIntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteIntHashMap.removeAll(ByteIntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.