Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.ordered.primitive | |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
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.primitive | |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
ReversibleBooleanIterable.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
BooleanHashBag.asLazy() |
LazyBooleanIterable |
SynchronizedBooleanBag.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
AbstractSynchronizedBooleanCollection.asLazy() |
LazyBooleanIterable |
AbstractUnmodifiableBooleanCollection.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
AbstractLazyIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyBooleanIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanIterable<T>
A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.
|
class |
CollectBooleanToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyBooleanIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseBooleanIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectBooleanIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
BooleanArrayList.asLazy() |
LazyBooleanIterable |
SynchronizedBooleanList.asLazy() |
LazyBooleanIterable |
BooleanArrayList.asReversed() |
LazyBooleanIterable |
SynchronizedBooleanList.asReversed() |
LazyBooleanIterable |
UnmodifiableBooleanList.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
SynchronizedObjectBooleanMap.asLazy() |
LazyBooleanIterable |
SynchronizedByteBooleanMap.asLazy() |
LazyBooleanIterable |
ObjectBooleanHashMapWithHashingStrategy.asLazy() |
LazyBooleanIterable |
SynchronizedDoubleBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableCharBooleanMap.asLazy() |
LazyBooleanIterable |
SynchronizedLongBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableFloatBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableByteBooleanMap.asLazy() |
LazyBooleanIterable |
ObjectBooleanHashMap.asLazy() |
LazyBooleanIterable |
SynchronizedShortBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableIntBooleanMap.asLazy() |
LazyBooleanIterable |
SynchronizedFloatBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableObjectBooleanMap.asLazy() |
LazyBooleanIterable |
SynchronizedIntBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableShortBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableDoubleBooleanMap.asLazy() |
LazyBooleanIterable |
UnmodifiableLongBooleanMap.asLazy() |
LazyBooleanIterable |
SynchronizedCharBooleanMap.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
AbstractBooleanIterable.asLazy() |
LazyBooleanIterable |
SynchronizedBooleanIterable.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
BooleanHashSet.asLazy() |
LazyBooleanIterable |
SynchronizedBooleanSet.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyBooleanIterable |
UnmodifiableBooleanStack.asLazy() |
LazyBooleanIterable |
SynchronizedBooleanStack.asLazy() |
LazyBooleanIterable |
BooleanArrayStack.asLazy() |
Modifier and Type | Method and Description |
---|---|
static LazyBooleanIterable |
LazyBooleanIterate.adapt(BooleanIterable iterable)
Creates a deferred boolean iterable for the specified boolean iterable.
|
static LazyBooleanIterable |
LazyBooleanIterate.empty() |
static LazyBooleanIterable |
LazyBooleanIterate.select(BooleanIterable iterable,
BooleanPredicate predicate)
Creates a deferred filtering boolean iterable for the specified boolean iterable.
|
Copyright © 2004–2016. All rights reserved.