Package | Description |
---|---|
org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableBooleanListFactory.empty() |
ImmutableBooleanList |
ImmutableBooleanListFactory.of()
Same as
ImmutableBooleanListFactory.empty() . |
ImmutableBooleanList |
ImmutableBooleanListFactory.of(boolean... items)
|
ImmutableBooleanList |
ImmutableBooleanListFactory.of(boolean one)
|
ImmutableBooleanList |
ImmutableBooleanListFactory.ofAll(BooleanIterable items)
|
ImmutableBooleanList |
ImmutableBooleanListFactory.with()
Same as
ImmutableBooleanListFactory.empty() . |
ImmutableBooleanList |
ImmutableBooleanListFactory.with(boolean... items) |
ImmutableBooleanList |
ImmutableBooleanListFactory.with(boolean one) |
ImmutableBooleanList |
ImmutableBooleanListFactory.withAll(BooleanIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableBooleanList.distinct() |
ImmutableBooleanList |
ImmutableBooleanList.newWith(boolean element) |
ImmutableBooleanList |
ImmutableBooleanList.newWithAll(BooleanIterable elements) |
ImmutableBooleanList |
ImmutableBooleanList.newWithout(boolean element) |
ImmutableBooleanList |
ImmutableBooleanList.newWithoutAll(BooleanIterable elements) |
ImmutableBooleanList |
ImmutableBooleanList.reject(BooleanPredicate predicate) |
ImmutableBooleanList |
ImmutableBooleanList.select(BooleanPredicate predicate) |
ImmutableBooleanList |
ImmutableBooleanList.subList(int fromIndex,
int toIndex) |
ImmutableBooleanList |
BooleanList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableBooleanList |
MutableBooleanList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableBooleanList |
ImmutableBooleanList.toReversed() |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.empty() |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.of() |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.of(boolean... items) |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.of(boolean one) |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.ofAll(BooleanIterable items) |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.with() |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.with(boolean... items) |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.with(boolean one) |
ImmutableBooleanList |
ImmutableBooleanListFactoryImpl.withAll(BooleanIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
BooleanArrayList.toImmutable() |
ImmutableBooleanList |
SynchronizedBooleanList.toImmutable() |
ImmutableBooleanList |
UnmodifiableBooleanList.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanList |
AbstractImmutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Copyright © 2004–2016. All rights reserved.