Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends ShortPredicate> |
ShortArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends ShortPredicate> |
ShortDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends ShortPredicate> |
ShortArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends ShortPredicate> |
ShortByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortIntOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends ShortPredicate> |
ShortOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends ShortPredicate> |
ShortArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends ShortPredicate> |
ShortDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortArrayList.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 |
ShortArrayDeque.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ShortCollection.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ShortByteOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortByteOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortCharOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortCharOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortIntOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortIntOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortObjectOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortObjectOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortLongAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortShortOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortShortOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortObjectAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortFloatAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortLongOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortLongOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortOpenHashSet.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ShortByteAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortDoubleAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortArrayList.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
ShortDoubleOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortDoubleOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortIntAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortFloatOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortFloatOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortShortAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortCharAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortCollection.retainAll(ShortPredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2015 Carrot Search s.c.. All rights reserved.