Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends FloatPredicate> |
FloatArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends FloatPredicate> |
FloatDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends FloatPredicate> |
FloatArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends FloatPredicate> |
FloatByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatIntOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends FloatPredicate> |
FloatFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends FloatPredicate> |
FloatDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends FloatPredicate> |
FloatArrayList.forEach(T predicate,
int fromIndex,
int toIndex)
Applies
predicate to a slice of the list,
fromIndex , inclusive, to toIndex ,
exclusive, or until predicate returns false . |
Modifier and Type | Method and Description |
---|---|
int |
FloatArrayDeque.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
FloatByteOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatByteOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatIntAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatFloatAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatShortAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatObjectOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatObjectOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatIntOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatIntOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatOpenHashSet.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
FloatFloatOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatFloatOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatCharOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatCharOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatCharAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatArrayList.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
FloatDoubleOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatDoubleOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatByteAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatCollection.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
FloatLongOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatLongOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatDoubleAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatLongAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatShortOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatShortOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatObjectAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
FloatCollection.retainAll(FloatPredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2014 Carrot Search s.c.. All rights reserved.