Uses of Interface
com.carrotsearch.hppc.predicates.FloatPredicate
-
Packages that use FloatPredicate Package Description com.carrotsearch.hppc -
-
Uses of FloatPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatPredicate Modifier and Type Method Description <T extends FloatPredicate>
TFloatArrayDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends FloatPredicate>
TFloatDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends FloatPredicate>
TFloatArrayDeque. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends FloatPredicate>
TFloatArrayList. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends FloatPredicate>
TFloatArrayList. forEach(T predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends FloatPredicate>
TFloatByteHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatCharHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatContainer. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends FloatPredicate>
TFloatDoubleHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatFloatHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatHashSet. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends FloatPredicate>
TFloatIntHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatLongHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatObjectHashMap.KeysContainer. forEach(T predicate)
<T extends FloatPredicate>
TFloatShortHashMap.KeysContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type FloatPredicate Modifier and Type Method Description int
FloatArrayDeque. removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
FloatArrayList. removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
FloatByteAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatByteHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatByteHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatCharAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatCharHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatCharHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatCollection. removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
FloatDoubleAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatDoubleHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatDoubleHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatFloatAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatFloatHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatFloatHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatHashSet. removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
FloatIntAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatIntHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatIntHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatLongAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatLongHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatLongHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatObjectAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatObjectHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatObjectHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatShortAssociativeContainer. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatShortHashMap.KeysContainer. removeAll(FloatPredicate predicate)
int
FloatShortHashMap. removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
FloatCollection. retainAll(FloatPredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-