Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends LongPredicate> |
LongArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends LongPredicate> |
LongDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends LongPredicate> |
LongIntHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongByteHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends LongPredicate> |
LongArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends LongPredicate> |
LongCharHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongLongHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongShortHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends LongPredicate> |
LongDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends LongPredicate> |
LongArrayList.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 |
LongIntHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongIntHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongShortAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongByteHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongByteHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongFloatHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongFloatHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongDoubleAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongArrayDeque.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
LongByteAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongFloatAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCollection.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
LongLongAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongArrayList.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
LongCharHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCharHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongObjectAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongObjectHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongObjectHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongLongHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongLongHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongShortHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongShortHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongIntAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongHashSet.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
LongDoubleHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongDoubleHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongCharAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCollection.retainAll(LongPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2023 Carrot Search s.c.. All rights reserved.