Uses of Interface
com.carrotsearch.hppc.predicates.FloatBytePredicate
Packages that use FloatBytePredicate
-
Uses of FloatBytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatBytePredicateModifier and TypeMethodDescription<T extends FloatBytePredicate>
TFloatByteAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends FloatBytePredicate>
TFloatByteHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type FloatBytePredicateModifier and TypeMethodDescriptionint
FloatByteAssociativeContainer.removeAll
(FloatBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatByteHashMap.removeAll
(FloatBytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.