| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Method and Description |
|---|---|
<T extends KTypePredicate<? super KType>> |
KTypeDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true. |
<T extends KTypePredicate<? super KType>> |
KTypeArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true. |
<T extends KTypePredicate<? super KType>> |
KTypeContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true. |
<T extends KTypePredicate<? super KType>> |
KTypeOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true. |
<T extends KTypePredicate<? super KType>> |
KTypeVTypeOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends KTypePredicate<? super KType>> |
KTypeArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true. |
<T extends KTypePredicate<? super KType>> |
KTypeArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true. |
<T extends KTypePredicate<? super KType>> |
KTypeArrayList.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 |
KTypeVTypeAssociativeContainer.removeAll(KTypePredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
KTypeOpenHashSet.removeAll(KTypePredicate<? super KType> predicate)
Removes all elements in this collection for which the
given predicate returns
true. |
int |
KTypeVTypeOpenHashMap.removeAll(KTypePredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
KTypeVTypeOpenHashMap.KeysContainer.removeAll(KTypePredicate<? super KType> predicate) |
int |
KTypeArrayList.removeAll(KTypePredicate<? super KType> predicate)
Removes all elements in this collection for which the
given predicate returns
true. |
int |
KTypeArrayDeque.removeAll(KTypePredicate<? super KType> predicate)
Removes all elements in this collection for which the
given predicate returns
true. |
int |
KTypeCollection.removeAll(KTypePredicate<? super KType> predicate)
Removes all elements in this collection for which the
given predicate returns
true. |
int |
KTypeCollection.retainAll(KTypePredicate<? super KType> predicate)
Keeps all elements in this collection for which the
given predicate returns
true. |
Copyright © 2014 Carrot Search s.c.. All rights reserved.