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