Uses of Interface
com.carrotsearch.hppc.predicates.LongPredicate
Packages that use LongPredicate
-
Uses of LongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongPredicateModifier and TypeMethodDescription<T extends LongPredicate>
TLongArrayDeque.descendingForEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends LongPredicate>
TLongDeque.descendingForEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends LongPredicate>
TByteLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TCharLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TDoubleLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TFloatLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TIntLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TLongArrayDeque.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends LongPredicate>
TLongArrayList.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends LongPredicate>
TLongArrayList.forEach
(T predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends LongPredicate>
TLongByteHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongCharHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongContainer.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends LongPredicate>
TLongDoubleHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongFloatHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongHashSet.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends LongPredicate>
TLongIntHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongLongHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TLongObjectHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TLongShortHashMap.KeysContainer.forEach
(T predicate) <T extends LongPredicate>
TObjectLongHashMap.ValuesContainer.forEach
(T predicate) <T extends LongPredicate>
TShortLongHashMap.ValuesContainer.forEach
(T predicate) Methods in com.carrotsearch.hppc with parameters of type LongPredicateModifier and TypeMethodDescriptionprivate void
LongArrayDeque.descendingForEach
(LongPredicate predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.int
ByteLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
CharLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
DoubleLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
FloatLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
IntLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
LongArrayDeque.removeAll
(LongPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
LongArrayList.removeAll
(LongPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
LongByteAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongByteHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongByteHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongCharAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongCharHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongCharHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongCollection.removeAll
(LongPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
LongDoubleAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongDoubleHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongDoubleHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongFloatAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongFloatHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongFloatHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongHashSet.removeAll
(LongPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
LongIntAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongIntHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongIntHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongLongAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongLongHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongLongHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
LongObjectAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongObjectHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongObjectHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongShortAssociativeContainer.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
LongShortHashMap.KeysContainer.removeAll
(LongPredicate predicate) int
LongShortHashMap.removeAll
(LongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
ShortLongHashMap.ValuesContainer.removeAll
(LongPredicate predicate) int
AbstractLongCollection.retainAll
(LongPredicate predicate) Default implementation redirects toLongCollection.removeAll(LongPredicate)
and negates the predicate.int
LongCollection.retainAll
(LongPredicate predicate) Keeps all elements in this collection for which the given predicate returnstrue
.