Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
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.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
BooleanIterable.toList() |
Converts the BooleanIterable to a new MutableBooleanList.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableBooleanListFactory.empty() |
|
MutableBooleanList |
MutableBooleanListFactory.of() |
Same as
MutableBooleanListFactory.empty() . |
MutableBooleanList |
MutableBooleanListFactory.of(boolean... items) |
|
MutableBooleanList |
MutableBooleanListFactory.ofAll(BooleanIterable items) |
|
MutableBooleanList |
MutableBooleanListFactory.with() |
Same as
MutableBooleanListFactory.empty() . |
MutableBooleanList |
MutableBooleanListFactory.with(boolean... items) |
|
MutableBooleanList |
MutableBooleanListFactory.withAll(BooleanIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableBooleanList.asSynchronized() |
|
MutableBooleanList |
MutableBooleanList.asUnmodifiable() |
|
MutableBooleanList |
MutableBooleanList.distinct() |
|
MutableBooleanList |
MutableBooleanList.reject(BooleanPredicate predicate) |
|
MutableBooleanList |
MutableBooleanList.reverseThis() |
|
MutableBooleanList |
MutableBooleanList.select(BooleanPredicate predicate) |
|
MutableBooleanList |
MutableBooleanList.subList(int fromIndex,
int toIndex) |
|
MutableBooleanList |
MutableBooleanList.toReversed() |
|
MutableBooleanList |
MutableBooleanList.with(boolean element) |
|
MutableBooleanList |
MutableBooleanList.withAll(BooleanIterable elements) |
|
MutableBooleanList |
MutableBooleanList.without(boolean element) |
|
MutableBooleanList |
MutableBooleanList.withoutAll(BooleanIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
MutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
BooleanHashBag.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractMutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
SynchronizedSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
UnmodifiableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractSynchronizedBooleanCollection.toList() |
|
MutableBooleanList |
AbstractUnmodifiableBooleanCollection.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractLazyBooleanIterable.toList() |
|
MutableBooleanList |
CollectBooleanIterable.toList() |
|
MutableBooleanList |
LazyBooleanIterableAdapter.toList() |
|
MutableBooleanList |
ReverseBooleanIterable.toList() |
|
MutableBooleanList |
SelectBooleanIterable.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractListAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
AbstractMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
ArrayListAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
FastList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
MultiReaderFastList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
RandomAccessListAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
SynchronizedMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
UnmodifiableMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanArrayList |
BooleanArrayList is similar to
FastList , and is memory-optimized for boolean primitives. |
class |
SynchronizedBooleanList |
A synchronized view of a
MutableBooleanList . |
class |
UnmodifiableBooleanList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
BooleanArrayList.asSynchronized() |
|
MutableBooleanList |
SynchronizedBooleanList.asSynchronized() |
|
MutableBooleanList |
UnmodifiableBooleanList.asSynchronized() |
|
MutableBooleanList |
BooleanArrayList.asUnmodifiable() |
|
MutableBooleanList |
SynchronizedBooleanList.asUnmodifiable() |
|
MutableBooleanList |
UnmodifiableBooleanList.asUnmodifiable() |
|
MutableBooleanList |
BooleanArrayList.distinct() |
|
MutableBooleanList |
SynchronizedBooleanList.distinct() |
|
MutableBooleanList |
UnmodifiableBooleanList.distinct() |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.empty() |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.of() |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.of(boolean... items) |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.ofAll(BooleanIterable items) |
|
MutableBooleanList |
SynchronizedBooleanList.reject(BooleanPredicate predicate) |
|
MutableBooleanList |
UnmodifiableBooleanList.reject(BooleanPredicate predicate) |
|
MutableBooleanList |
SynchronizedBooleanList.reverseThis() |
|
MutableBooleanList |
UnmodifiableBooleanList.reverseThis() |
|
MutableBooleanList |
SynchronizedBooleanList.select(BooleanPredicate predicate) |
|
MutableBooleanList |
UnmodifiableBooleanList.select(BooleanPredicate predicate) |
|
MutableBooleanList |
BooleanArrayList.subList(int fromIndex,
int toIndex) |
|
MutableBooleanList |
SynchronizedBooleanList.subList(int fromIndex,
int toIndex) |
|
MutableBooleanList |
UnmodifiableBooleanList.subList(int fromIndex,
int toIndex) |
|
MutableBooleanList |
BooleanArrayList.toList() |
|
MutableBooleanList |
SynchronizedBooleanList.toReversed() |
|
MutableBooleanList |
UnmodifiableBooleanList.toReversed() |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.with() |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.with(boolean... items) |
|
MutableBooleanList |
MutableBooleanListFactoryImpl.withAll(BooleanIterable items) |
Constructor | Description |
---|---|
SynchronizedBooleanList(MutableBooleanList list) |
|
SynchronizedBooleanList(MutableBooleanList list,
Object newLock) |
|
UnmodifiableBooleanList(MutableBooleanList list) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
ObjectBooleanHashMap.toList() |
|
MutableBooleanList |
ObjectBooleanHashMapWithHashingStrategy.toList() |
|
MutableBooleanList |
SynchronizedByteBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedCharBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedDoubleBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedFloatBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedIntBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedLongBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedObjectBooleanMap.toList() |
|
MutableBooleanList |
SynchronizedShortBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableByteBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableCharBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableDoubleBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableFloatBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableIntBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableLongBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableObjectBooleanMap.toList() |
|
MutableBooleanList |
UnmodifiableShortBooleanMap.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractMutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
|
MutableBooleanList |
SynchronizedSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
|
MutableBooleanList |
UnmodifiableTreeMap.collectBoolean(BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractBooleanIterable.toList() |
|
MutableBooleanList |
SynchronizedBooleanIterable.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
BooleanHashSet.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
SortedSetAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
SynchronizedSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
TreeSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanList |
UnmodifiableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
BooleanArrayStack.toList() |
|
MutableBooleanList |
SynchronizedBooleanStack.toList() |
|
MutableBooleanList |
UnmodifiableBooleanStack.toList() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanList |
AbstractBooleanStack.toList() |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableBooleanList |
ArrayIterate.collectBoolean(T[] objectArray,
BooleanFunction<? super T> booleanFunction) |
|
static <T> MutableBooleanList |
ArrayListIterate.collectBoolean(ArrayList<T> list,
BooleanFunction<? super T> booleanFunction) |
|
static <T> MutableBooleanList |
ListIterate.collectBoolean(List<T> list,
BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableBooleanList |
RandomAccessListIterate.collectBoolean(List<T> list,
BooleanFunction<? super T> booleanFunction) |
Copyright © 2004–2017. All rights reserved.