public interface MutableBooleanList extends MutableBooleanCollection, BooleanList
Modifier and Type | Method and Description |
---|---|
boolean |
addAllAtIndex(int index,
boolean... source) |
boolean |
addAllAtIndex(int index,
BooleanIterable source) |
void |
addAtIndex(int index,
boolean element) |
MutableBooleanList |
asSynchronized() |
MutableBooleanList |
asUnmodifiable() |
<V> MutableList<V> |
collect(BooleanToObjectFunction<? extends V> function) |
MutableBooleanList |
distinct() |
MutableBooleanList |
reject(BooleanPredicate predicate) |
boolean |
removeAtIndex(int index) |
MutableBooleanList |
reverseThis() |
MutableBooleanList |
select(BooleanPredicate predicate) |
boolean |
set(int index,
boolean element) |
MutableBooleanList |
subList(int fromIndex,
int toIndex) |
ImmutableBooleanList |
toImmutable()
Returns an immutable copy of this list.
|
MutableBooleanList |
toReversed() |
MutableBooleanList |
with(boolean element) |
MutableBooleanList |
withAll(BooleanIterable elements) |
MutableBooleanList |
without(boolean element) |
MutableBooleanList |
withoutAll(BooleanIterable elements) |
add, addAll, addAll, booleanIterator, clear, remove, removeAll, removeAll, retainAll, retainAll
equals, get, hashCode, lastIndexOf
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
allSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
void addAtIndex(int index, boolean element)
boolean addAllAtIndex(int index, boolean... source)
boolean addAllAtIndex(int index, BooleanIterable source)
boolean removeAtIndex(int index)
boolean set(int index, boolean element)
MutableBooleanList select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanList
select
in interface MutableBooleanCollection
select
in interface OrderedBooleanIterable
select
in interface ReversibleBooleanIterable
MutableBooleanList reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanList
reject
in interface MutableBooleanCollection
reject
in interface OrderedBooleanIterable
reject
in interface ReversibleBooleanIterable
MutableBooleanList with(boolean element)
with
in interface MutableBooleanCollection
MutableBooleanList without(boolean element)
without
in interface MutableBooleanCollection
MutableBooleanList withAll(BooleanIterable elements)
withAll
in interface MutableBooleanCollection
MutableBooleanList withoutAll(BooleanIterable elements)
withoutAll
in interface MutableBooleanCollection
<V> MutableList<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanList
collect
in interface MutableBooleanCollection
collect
in interface OrderedBooleanIterable
collect
in interface ReversibleBooleanIterable
MutableBooleanList reverseThis()
MutableBooleanList toReversed()
toReversed
in interface BooleanList
toReversed
in interface ReversibleBooleanIterable
MutableBooleanList distinct()
distinct
in interface BooleanList
distinct
in interface ReversibleBooleanIterable
MutableBooleanList asUnmodifiable()
asUnmodifiable
in interface MutableBooleanCollection
MutableBooleanList asSynchronized()
asSynchronized
in interface MutableBooleanCollection
ImmutableBooleanList toImmutable()
toImmutable
in interface BooleanList
toImmutable
in interface MutableBooleanCollection
MutableBooleanList subList(int fromIndex, int toIndex)
subList
in interface BooleanList
List#subList(int fromIndex, int toIndex)}
Copyright © 2004–2016. All rights reserved.