Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectPredicate<? super KType>> |
ObjectArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends ObjectPredicate<? super KType>> |
ObjectDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends ObjectPredicate<? super KType>> |
ObjectHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends ObjectPredicate<? super KType>> |
ObjectCharHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends ObjectPredicate<? super KType>> |
ObjectArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends ObjectPredicate<? super KType>> |
ObjectIntHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectShortHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectLongHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectByteHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends ObjectPredicate<? super KType>> |
ObjectArrayList.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 |
ObjectHashSet.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ObjectObjectAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectDoubleAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectIntAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectCollection.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ObjectCharHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectCharHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectArrayDeque.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ObjectLongAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectArrayList.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ObjectIntHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectIntHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectByteAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectShortHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectShortHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectDoubleHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectDoubleHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectLongHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectLongHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectObjectHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectObjectHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectFloatAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectByteHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectByteHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectFloatHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectFloatHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectCharAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectShortAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
ObjectCollection.retainAll(ObjectPredicate<? super KType> predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2019 Carrot Search s.c.. All rights reserved.