Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends CharPredicate> |
CharDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends CharPredicate> |
CharArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends CharPredicate> |
CharLongHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends CharPredicate> |
CharFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharCharHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends CharPredicate> |
CharArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends CharPredicate> |
CharByteHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharShortHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharIntHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends CharPredicate> |
CharArrayList.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 |
CharCollection.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
CharLongAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharLongHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharLongHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharDoubleAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharByteAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharFloatAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharFloatHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharFloatHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharCharAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharObjectHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharObjectHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharIntAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharCharHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharCharHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharArrayDeque.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
CharShortAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharArrayList.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
CharByteHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharByteHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharObjectAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharShortHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharShortHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharDoubleHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharDoubleHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharIntHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharIntHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharHashSet.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
CharCollection.retainAll(CharPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2024 Carrot Search s.c.. All rights reserved.