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>
TByteFloatHashMap.ValuesContainer. forEach(T predicate)
<T extends FloatPredicate>
TCharFloatHashMap.ValuesContainer. forEach(T predicate)
<T extends FloatPredicate>
TDoubleFloatHashMap.ValuesContainer. forEach(T predicate)
<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>
TFloatFloatHashMap.ValuesContainer. 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)
<T extends FloatPredicate>
TIntFloatHashMap.ValuesContainer. forEach(T predicate)
<T extends FloatPredicate>
TLongFloatHashMap.ValuesContainer. forEach(T predicate)
<T extends FloatPredicate>
TObjectFloatHashMap.ValuesContainer. forEach(T predicate)
<T extends FloatPredicate>
TShortFloatHashMap.ValuesContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type FloatPredicate Modifier and Type Method Description private void
FloatArrayDeque. descendingForEach(FloatPredicate predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.int
ByteFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
int
CharFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
int
DoubleFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
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
FloatFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
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
IntFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
int
LongFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
int
ObjectFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
int
ShortFloatHashMap.ValuesContainer. removeAll(FloatPredicate predicate)
int
AbstractFloatCollection. retainAll(FloatPredicate predicate)
Default implementation redirects toFloatCollection.removeAll(FloatPredicate)
and negates the predicate.int
FloatCollection. retainAll(FloatPredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-