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, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableBooleanList select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanListselect in interface ImmutableBooleanCollectionselect in interface OrderedBooleanIterableselect in interface ReversibleBooleanIterableImmutableBooleanList reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanListreject in interface ImmutableBooleanCollectionreject in interface OrderedBooleanIterablereject in interface ReversibleBooleanIterable<V> ImmutableList<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface BooleanListcollect in interface ImmutableBooleanCollectioncollect in interface OrderedBooleanIterablecollect in interface ReversibleBooleanIterableImmutableBooleanList newWith(boolean element)
newWith in interface ImmutableBooleanCollectionImmutableBooleanList newWithout(boolean element)
newWithout in interface ImmutableBooleanCollectionImmutableBooleanList newWithAll(BooleanIterable elements)
newWithAll in interface ImmutableBooleanCollectionImmutableBooleanList newWithoutAll(BooleanIterable elements)
newWithoutAll in interface ImmutableBooleanCollectionImmutableBooleanList toReversed()
toReversed in interface BooleanListtoReversed in interface ReversibleBooleanIterableImmutableBooleanList distinct()
distinct in interface BooleanListdistinct in interface ReversibleBooleanIterableImmutableBooleanList subList(int fromIndex, int toIndex)
subList in interface BooleanListList#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.