|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharPredicate | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of CharPredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type CharPredicate | ||
---|---|---|
|
CharDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
CharArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
CharCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
CharArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
CharOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
CharObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
CharLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
CharFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
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 . |
Methods in com.carrotsearch.hppc with parameters of type CharPredicate | |
---|---|
int |
CharCharOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharCharOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharFloatAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharShortOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharShortOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharCharAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharCollection.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
CharObjectAssociativeContainer.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 |
CharIntAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharOpenHashSet.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
CharObjectOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharObjectOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharShortAssociativeContainer.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 |
CharIntOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharIntOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharLongAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharArrayDeque.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
CharLongOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharLongOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharDoubleAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharDoubleOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharDoubleOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharByteOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharByteOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharFloatOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
CharFloatOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
|
int |
CharCollection.retainAll(CharPredicate predicate)
Keeps all elements in this collection for which the given predicate returns true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |