| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Method and Description |
|---|---|
default BooleanList |
BooleanList.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanList excluding all elements with corresponding indexes matching the specified predicate.
|
default MutableBooleanList |
MutableBooleanList.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.
|
default ImmutableBooleanList |
ImmutableBooleanList.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.
|
default BooleanList |
BooleanList.selectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanList including all elements with corresponding indexes matching the specified predicate.
|
default MutableBooleanList |
MutableBooleanList.selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.
|
default ImmutableBooleanList |
ImmutableBooleanList.selectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanList including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
default ReversibleBooleanIterable |
ReversibleBooleanIterable.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ReversibleBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.
|
default OrderedBooleanIterable |
OrderedBooleanIterable.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new OrderedBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.
|
default <R extends MutableBooleanCollection> |
OrderedBooleanIterable.rejectWithIndex(BooleanIntPredicate predicate,
R target)
Returns a new MutableBooleanCollection excluding all elements with corresponding indexes matching the specified predicate.
|
default ReversibleBooleanIterable |
ReversibleBooleanIterable.selectWithIndex(BooleanIntPredicate predicate)
Returns a new ReversibleBooleanIterable including all elements with corresponding indexes matching the specified predicate.
|
default OrderedBooleanIterable |
OrderedBooleanIterable.selectWithIndex(BooleanIntPredicate predicate)
Returns a new OrderedBooleanIterable including all elements with corresponding indexes matching the specified predicate.
|
default <R extends MutableBooleanCollection> |
OrderedBooleanIterable.selectWithIndex(BooleanIntPredicate predicate,
R target)
Returns a new MutableBooleanCollection including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
default BooleanStack |
BooleanStack.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanStack excluding all elements with corresponding indexes matching the specified predicate.
|
default MutableBooleanStack |
MutableBooleanStack.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.
|
default ImmutableBooleanStack |
ImmutableBooleanStack.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.
|
default BooleanStack |
BooleanStack.selectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanStack including all elements with corresponding indexes matching the specified predicate.
|
default MutableBooleanStack |
MutableBooleanStack.selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate.
|
default ImmutableBooleanStack |
ImmutableBooleanStack.selectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanStack including all elements with corresponding indexes matching the specified predicate.
|
Copyright © 2004–2022. All rights reserved.