|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytePredicate | |
---|---|
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 BytePredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type BytePredicate | ||
---|---|---|
|
ByteArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ByteDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ByteObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ByteContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ByteArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ByteDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ByteOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ByteArrayList.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 BytePredicate | |
---|---|
int |
ByteLongAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteObjectOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteObjectOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteDoubleAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteCharAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteLongOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteLongOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteFloatOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteFloatOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteByteOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteByteOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteShortAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteObjectAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteCollection.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ByteArrayList.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ByteIntAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteArrayDeque.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ByteByteAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteFloatAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteDoubleOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteDoubleOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteIntOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteIntOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteCharOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteCharOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteShortOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ByteShortOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
|
int |
ByteOpenHashSet.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ByteCollection.retainAll(BytePredicate predicate)
Keeps all elements in this collection for which the given predicate returns true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |