Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends BytePredicate> |
ByteDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends BytePredicate> |
ByteArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends BytePredicate> |
ByteContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends BytePredicate> |
ByteObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends BytePredicate> |
ByteFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends BytePredicate> |
ByteOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends BytePredicate> |
ByteIntOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
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 . |
Modifier and Type | Method and Description |
---|---|
int |
ByteShortAssociativeContainer.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 |
ByteFloatAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteByteAssociativeContainer.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 |
ByteObjectAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteByteOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteByteOpenHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteIntAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteCharOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteCharOpenHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteCharAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteArrayList.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ByteFloatOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteFloatOpenHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteLongOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteLongOpenHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteLongAssociativeContainer.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 |
ByteDoubleAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteShortOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteShortOpenHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteArrayDeque.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ByteOpenHashSet.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ByteIntOpenHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ByteIntOpenHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteCollection.retainAll(BytePredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2016 Carrot Search s.c.. All rights reserved.