Uses of Interface
com.carrotsearch.hppc.predicates.CharPredicate
Packages that use CharPredicate
-
Uses of CharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharPredicateModifier and TypeMethodDescription<T extends CharPredicate>
TCharArrayDeque.descendingForEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends CharPredicate>
TCharDeque.descendingForEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends CharPredicate>
TByteCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TCharArrayDeque.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends CharPredicate>
TCharArrayList.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends CharPredicate>
TCharArrayList.forEach
(T predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends CharPredicate>
TCharByteHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharCharHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TCharContainer.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends CharPredicate>
TCharDoubleHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharFloatHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharHashSet.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends CharPredicate>
TCharIntHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharLongHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharObjectHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TCharShortHashMap.KeysContainer.forEach
(T predicate) <T extends CharPredicate>
TDoubleCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TFloatCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TIntCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TLongCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TObjectCharHashMap.ValuesContainer.forEach
(T predicate) <T extends CharPredicate>
TShortCharHashMap.ValuesContainer.forEach
(T predicate) Methods in com.carrotsearch.hppc with parameters of type CharPredicateModifier and TypeMethodDescriptionprivate void
CharArrayDeque.descendingForEach
(CharPredicate predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.int
ByteCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
CharArrayDeque.removeAll
(CharPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
CharArrayList.removeAll
(CharPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
CharByteAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharByteHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharByteHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharCharAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharCharHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharCharHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
CharCollection.removeAll
(CharPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
CharDoubleAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharDoubleHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharDoubleHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharFloatAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharFloatHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharFloatHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharHashSet.removeAll
(CharPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
CharIntAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharIntHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharIntHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharLongAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharLongHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharLongHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharObjectAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharObjectHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharObjectHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharShortAssociativeContainer.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
CharShortHashMap.KeysContainer.removeAll
(CharPredicate predicate) int
CharShortHashMap.removeAll
(CharPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
FloatCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
IntCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
LongCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
ObjectCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
ShortCharHashMap.ValuesContainer.removeAll
(CharPredicate predicate) int
AbstractCharCollection.retainAll
(CharPredicate predicate) Default implementation redirects toCharCollection.removeAll(CharPredicate)
and negates the predicate.int
CharCollection.retainAll
(CharPredicate predicate) Keeps all elements in this collection for which the given predicate returnstrue
.