Uses of Interface
com.carrotsearch.hppc.predicates.ByteDoublePredicate
-
Packages that use ByteDoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of ByteDoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteDoublePredicate Modifier and Type Method Description <T extends ByteDoublePredicate>
TByteDoubleAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends ByteDoublePredicate>
TByteDoubleHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ByteDoublePredicate Modifier and Type Method Description int
ByteDoubleAssociativeContainer. removeAll(ByteDoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteDoubleHashMap. removeAll(ByteDoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-