Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends IntPredicate> |
IntDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends IntPredicate> |
IntArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends IntPredicate> |
IntShortHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntCharHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntIntHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntByteHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends IntPredicate> |
IntArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends IntPredicate> |
IntHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends IntPredicate> |
IntLongHashMap.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> |
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 |
IntShortHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntShortHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntCharAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntCharHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntCharHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntIntHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntIntHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntDoubleAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntDoubleHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntDoubleHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntObjectHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntObjectHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntIntAssociativeContainer.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 |
IntByteAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntByteHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntByteHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntFloatHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntFloatHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntFloatAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntArrayDeque.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
IntArrayList.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
IntHashSet.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
IntObjectAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntLongAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntLongHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
IntLongHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntCollection.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
IntCollection.retainAll(IntPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2021 Carrot Search s.c.. All rights reserved.