Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends BytePredicate> |
ByteDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends BytePredicate> |
ByteArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends BytePredicate> |
ByteArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends BytePredicate> |
ByteArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends BytePredicate> |
ByteContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends BytePredicate> |
ByteArrayList.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 |
ByteArrayList.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ByteCollection.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ByteArrayDeque.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
ByteCollection.retainAll(BytePredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2024 Carrot Search s.c.. All rights reserved.