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