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, retainAllequals, get, hashCode, lastIndexOfasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringvoid 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 BooleanIterableselect in interface BooleanListselect in interface MutableBooleanCollectionselect in interface OrderedBooleanIterableselect in interface ReversibleBooleanIterableMutableBooleanList reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanListreject in interface MutableBooleanCollectionreject in interface OrderedBooleanIterablereject in interface ReversibleBooleanIterableMutableBooleanList with(boolean element)
with in interface MutableBooleanCollectionMutableBooleanList without(boolean element)
without in interface MutableBooleanCollectionMutableBooleanList withAll(BooleanIterable elements)
withAll in interface MutableBooleanCollectionMutableBooleanList withoutAll(BooleanIterable elements)
withoutAll in interface MutableBooleanCollection<V> MutableList<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface BooleanListcollect in interface MutableBooleanCollectioncollect in interface OrderedBooleanIterablecollect in interface ReversibleBooleanIterableMutableBooleanList reverseThis()
MutableBooleanList toReversed()
toReversed in interface BooleanListtoReversed in interface ReversibleBooleanIterableMutableBooleanList distinct()
distinct in interface BooleanListdistinct in interface ReversibleBooleanIterableMutableBooleanList asUnmodifiable()
asUnmodifiable in interface MutableBooleanCollectionMutableBooleanList asSynchronized()
asSynchronized in interface MutableBooleanCollectionImmutableBooleanList toImmutable()
toImmutable in interface BooleanListtoImmutable in interface MutableBooleanCollectionMutableBooleanList subList(int fromIndex, int toIndex)
subList in interface BooleanListList#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.