Uses of Interface
com.carrotsearch.hppc.predicates.LongBytePredicate
Packages that use LongBytePredicate
-
Uses of LongBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongBytePredicateModifier and TypeMethodDescription<T extends LongBytePredicate>
TLongByteAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends LongBytePredicate>
TLongByteHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type LongBytePredicateModifier and TypeMethodDescriptionintLongByteAssociativeContainer.removeAll(LongBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intLongByteHashMap.removeAll(LongBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.