public interface ImmutableBooleanList extends ImmutableBooleanCollection, BooleanList
Modifier and Type | Method and Description |
---|---|
<V> ImmutableList<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableBooleanList |
distinct() |
ImmutableBooleanList |
newWith(boolean element) |
ImmutableBooleanList |
newWithAll(BooleanIterable elements) |
ImmutableBooleanList |
newWithout(boolean element) |
ImmutableBooleanList |
newWithoutAll(BooleanIterable elements) |
ImmutableBooleanList |
reject(BooleanPredicate predicate) |
ImmutableBooleanList |
select(BooleanPredicate predicate) |
ImmutableBooleanList |
subList(int fromIndex,
int toIndex) |
ImmutableBooleanList |
toReversed() |
equals, get, hashCode, lastIndexOf, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableBooleanList select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanList
select
in interface ImmutableBooleanCollection
select
in interface OrderedBooleanIterable
select
in interface ReversibleBooleanIterable
ImmutableBooleanList reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanList
reject
in interface ImmutableBooleanCollection
reject
in interface OrderedBooleanIterable
reject
in interface ReversibleBooleanIterable
<V> ImmutableList<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanList
collect
in interface ImmutableBooleanCollection
collect
in interface OrderedBooleanIterable
collect
in interface ReversibleBooleanIterable
ImmutableBooleanList newWith(boolean element)
newWith
in interface ImmutableBooleanCollection
ImmutableBooleanList newWithout(boolean element)
newWithout
in interface ImmutableBooleanCollection
ImmutableBooleanList newWithAll(BooleanIterable elements)
newWithAll
in interface ImmutableBooleanCollection
ImmutableBooleanList newWithoutAll(BooleanIterable elements)
newWithoutAll
in interface ImmutableBooleanCollection
ImmutableBooleanList toReversed()
toReversed
in interface BooleanList
toReversed
in interface ReversibleBooleanIterable
ImmutableBooleanList distinct()
distinct
in interface BooleanList
distinct
in interface ReversibleBooleanIterable
ImmutableBooleanList subList(int fromIndex, int toIndex)
subList
in interface BooleanList
List#subList(int fromIndex, int toIndex)}
Copyright © 2004–2016. All rights reserved.