Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends CharPredicate> |
CharDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends CharPredicate> |
CharArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends CharPredicate> |
CharContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends CharPredicate> |
CharOpenHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends CharPredicate> |
CharCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends CharPredicate> |
CharArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the predicate
returns true . |
<T extends CharPredicate> |
CharShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharIntOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends CharPredicate> |
CharArrayList.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 |
CharOpenHashSet.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
CharCharOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharCharOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharDoubleAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharByteOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharByteOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharObjectOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharObjectOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharByteAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharCharAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharIntAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharCollection.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
CharArrayList.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
CharFloatAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharShortAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharArrayDeque.removeAll(CharPredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
CharLongAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharShortOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharShortOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharLongOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharLongOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharObjectAssociativeContainer.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharIntOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharIntOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharFloatOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharFloatOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharDoubleOpenHashMap.removeAll(CharPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
CharDoubleOpenHashMap.KeysContainer.removeAll(CharPredicate predicate) |
int |
CharCollection.retainAll(CharPredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2014 Carrot Search s.c.. All rights reserved.