public interface BooleanList extends ReversibleBooleanIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ListIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
List.equals(Object). |
boolean |
get(int index) |
int |
hashCode()
Follows the same general contract as
List.hashCode(). |
int |
lastIndexOf(boolean value) |
BooleanList |
reject(BooleanPredicate predicate) |
BooleanList |
select(BooleanPredicate predicate) |
BooleanList |
subList(int fromIndex,
int toIndex) |
ImmutableBooleanList |
toImmutable()
Returns an immutable copy of this list.
|
BooleanList |
toReversed() |
asReversed, forEachWithIndex, getFirst, getLast, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean get(int index)
int lastIndexOf(boolean value)
BooleanList select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface ReversibleBooleanIterableBooleanList reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface ReversibleBooleanIterable<V> ListIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface ReversibleBooleanIterableboolean equals(Object o)
List.equals(Object).int hashCode()
List.hashCode().ImmutableBooleanList toImmutable()
BooleanList toReversed()
toReversed in interface ReversibleBooleanIterableBooleanList subList(int fromIndex, int toIndex)
List#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.