Uses of Interface
com.carrotsearch.hppc.predicates.ByteObjectPredicate
-
Packages that use ByteObjectPredicate Package Description com.carrotsearch.hppc -
-
Uses of ByteObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteObjectPredicate Modifier and Type Method Description <T extends ByteObjectPredicate<? super VType>>
TByteObjectAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends ByteObjectPredicate<? super VType>>
TByteObjectHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ByteObjectPredicate Modifier and Type Method Description int
ByteObjectAssociativeContainer. removeAll(ByteObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteObjectHashMap. removeAll(ByteObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-