Uses of Interface
com.carrotsearch.hppc.predicates.ByteShortPredicate
-
Packages that use ByteShortPredicate Package Description com.carrotsearch.hppc -
-
Uses of ByteShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteShortPredicate Modifier and Type Method Description <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 ByteShortPredicate Modifier and Type Method Description int
ByteShortAssociativeContainer. removeAll(ByteShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteShortHashMap. removeAll(ByteShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-