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> |
ShortContainer.forEach(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> |
ShortFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortByteHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortShortHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortCharHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortHashSet.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> |
ShortIntHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortLongHashMap.KeysContainer.forEach(T predicate) |
<T extends ShortPredicate> |
ShortObjectHashMap.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 |
ShortCollection.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ShortDoubleAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortByteAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortArrayDeque.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ShortShortAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortFloatHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortFloatHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortFloatAssociativeContainer.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 |
ShortObjectAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortByteHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortByteHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortShortHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortShortHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortCharHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortCharHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortDoubleHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortDoubleHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortLongAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortHashSet.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ShortArrayList.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ShortIntHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortIntHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortIntAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortLongHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortLongHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortObjectHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ShortObjectHashMap.KeysContainer.removeAll(ShortPredicate predicate) |
int |
ShortCollection.retainAll(ShortPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2019 Carrot Search s.c.. All rights reserved.