Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends IntPredicate> |
IntArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends IntPredicate> |
IntDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends IntPredicate> |
IntDoubleLinkedSet.forEach(T predicate) |
<T extends IntPredicate> |
IntFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntIntOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends IntPredicate> |
IntOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends IntPredicate> |
IntArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends IntPredicate> |
IntObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends IntPredicate> |
IntDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntArrayList.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 |
IntObjectAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntFloatAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntDoubleLinkedSet.removeAll(IntPredicate predicate) |
int |
IntFloatOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntFloatOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntLongAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntLongOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntLongOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntByteOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntByteOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntIntOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntIntOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntCharAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntShortAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntIntAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntCollection.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
IntDoubleAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntArrayList.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
IntOpenHashSet.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
IntArrayDeque.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
IntObjectOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntObjectOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntByteAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntShortOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntShortOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntDoubleOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntDoubleOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntCharOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntCharOpenHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntDoubleLinkedSet.retainAll(IntPredicate predicate) |
int |
IntCollection.retainAll(IntPredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2015 Carrot Search s.c.. All rights reserved.