Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends LongPredicate> |
LongArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends LongPredicate> |
LongDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends LongPredicate> |
LongFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends LongPredicate> |
LongArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends LongPredicate> |
LongDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongIntOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends LongPredicate> |
LongCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends LongPredicate> |
LongShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends LongPredicate> |
LongArrayList.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 |
LongFloatOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongFloatOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongFloatAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCollection.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
LongArrayList.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
LongDoubleOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongDoubleOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongDoubleAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongIntOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongIntOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongIntAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongLongOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongLongOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongLongAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongByteOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongByteOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongByteAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCharAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongArrayDeque.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
LongCharOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCharOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongObjectOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongObjectOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongObjectAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongOpenHashSet.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
LongShortOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongShortOpenHashMap.KeysContainer.removeAll(LongPredicate predicate) |
int |
LongShortAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
LongCollection.retainAll(LongPredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2016 Carrot Search s.c.. All rights reserved.