Uses of Interface
com.carrotsearch.hppc.predicates.ByteShortPredicate
Packages that use ByteShortPredicate
-
Uses of ByteShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteShortPredicateModifier and TypeMethodDescription<T extends ByteShortPredicate>
TByteShortAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ByteShortPredicate>
TByteShortHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ByteShortPredicateModifier and TypeMethodDescriptionintByteShortAssociativeContainer.removeAll(ByteShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteShortHashMap.removeAll(ByteShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.