Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
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 |
---|---|
LazyLongIterable |
LongIterable.asLazy() |
LazyLongIterable |
LazyBooleanIterable.collectLong(BooleanToLongFunction function) |
LazyLongIterable |
LazyByteIterable.collectLong(ByteToLongFunction function) |
LazyLongIterable |
LazyCharIterable.collectLong(CharToLongFunction function) |
LazyLongIterable |
LazyDoubleIterable.collectLong(DoubleToLongFunction function) |
LazyLongIterable |
LazyFloatIterable.collectLong(FloatToLongFunction function) |
LazyLongIterable |
LazyIntIterable.collectLong(IntToLongFunction function) |
LazyLongIterable |
LazyIterable.collectLong(LongFunction<? super T> longFunction)
Returns a lazy LongIterable which will transform the underlying iterable data to long values based on the longFunction.
|
LazyLongIterable |
LazyLongIterable.collectLong(LongToLongFunction function) |
LazyLongIterable |
LazyShortIterable.collectLong(ShortToLongFunction function) |
LazyLongIterable |
LazyLongIterable.reject(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
LongObjectMap.keysView() |
LazyLongIterable |
LongByteMap.keysView() |
LazyLongIterable |
LongCharMap.keysView() |
LazyLongIterable |
LongIntMap.keysView() |
LazyLongIterable |
LongBooleanMap.keysView() |
LazyLongIterable |
LongShortMap.keysView() |
LazyLongIterable |
LongFloatMap.keysView() |
LazyLongIterable |
LongDoubleMap.keysView() |
LazyLongIterable |
LongLongMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
ReversibleLongIterable.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
SynchronizedLongBag.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
AbstractUnmodifiableLongCollection.asLazy() |
LazyLongIterable |
AbstractSynchronizedLongCollection.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
AbstractLazyIterable.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyLongIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectLongToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyLongIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseLongIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectLongIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
SynchronizedLongList.asLazy() |
LazyLongIterable |
UnmodifiableLongList.asReversed() |
LazyLongIterable |
LongArrayList.asReversed() |
LazyLongIterable |
SynchronizedLongList.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
SynchronizedIntLongMap.asLazy() |
LazyLongIterable |
SynchronizedLongLongMap.asLazy() |
LazyLongIterable |
SynchronizedDoubleLongMap.asLazy() |
LazyLongIterable |
UnmodifiableCharLongMap.asLazy() |
LazyLongIterable |
UnmodifiableShortLongMap.asLazy() |
LazyLongIterable |
UnmodifiableIntLongMap.asLazy() |
LazyLongIterable |
AbstractMutableLongKeySet.asLazy() |
LazyLongIterable |
ObjectLongHashMap.asLazy() |
LazyLongIterable |
SynchronizedObjectLongMap.asLazy() |
LazyLongIterable |
UnmodifiableObjectLongMap.asLazy() |
LazyLongIterable |
SynchronizedCharLongMap.asLazy() |
LazyLongIterable |
ObjectLongHashMapWithHashingStrategy.asLazy() |
LazyLongIterable |
UnmodifiableDoubleLongMap.asLazy() |
LazyLongIterable |
SynchronizedFloatLongMap.asLazy() |
LazyLongIterable |
UnmodifiableByteLongMap.asLazy() |
LazyLongIterable |
UnmodifiableFloatLongMap.asLazy() |
LazyLongIterable |
SynchronizedByteLongMap.asLazy() |
LazyLongIterable |
UnmodifiableLongLongMap.asLazy() |
LazyLongIterable |
SynchronizedShortLongMap.asLazy() |
LazyLongIterable |
SynchronizedLongObjectMap.keysView() |
LazyLongIterable |
LongShortHashMap.keysView() |
LazyLongIterable |
SynchronizedLongShortMap.keysView() |
LazyLongIterable |
LongIntHashMap.keysView() |
LazyLongIterable |
SynchronizedLongLongMap.keysView() |
LazyLongIterable |
UnmodifiableLongFloatMap.keysView() |
LazyLongIterable |
UnmodifiableLongCharMap.keysView() |
LazyLongIterable |
UnmodifiableLongShortMap.keysView() |
LazyLongIterable |
LongFloatHashMap.keysView() |
LazyLongIterable |
SynchronizedLongCharMap.keysView() |
LazyLongIterable |
SynchronizedLongByteMap.keysView() |
LazyLongIterable |
LongByteHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongDoubleMap.keysView() |
LazyLongIterable |
SynchronizedLongBooleanMap.keysView() |
LazyLongIterable |
LongLongHashMap.keysView() |
LazyLongIterable |
LongBooleanHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongObjectMap.keysView() |
LazyLongIterable |
SynchronizedLongIntMap.keysView() |
LazyLongIterable |
UnmodifiableLongByteMap.keysView() |
LazyLongIterable |
LongDoubleHashMap.keysView() |
LazyLongIterable |
SynchronizedLongDoubleMap.keysView() |
LazyLongIterable |
LongObjectHashMap.keysView() |
LazyLongIterable |
LongCharHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongIntMap.keysView() |
LazyLongIterable |
SynchronizedLongFloatMap.keysView() |
LazyLongIterable |
UnmodifiableLongBooleanMap.keysView() |
LazyLongIterable |
UnmodifiableLongLongMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
AbstractLongIterable.asLazy() |
LazyLongIterable |
SynchronizedLongIterable.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
SynchronizedLongSet.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
UnmodifiableLongStack.asLazy() |
LazyLongIterable |
LongArrayStack.asLazy() |
LazyLongIterable |
SynchronizedLongStack.asLazy() |
Modifier and Type | Method and Description |
---|---|
static LazyLongIterable |
LazyLongIterate.adapt(LongIterable iterable)
Creates a deferred long iterable for the specified long iterable.
|
static LazyLongIterable |
LazyLongIterate.empty() |
static LazyLongIterable |
LazyLongIterate.select(LongIterable iterable,
LongPredicate predicate)
Creates a deferred filtering long iterable for the specified long iterable.
|
Copyright © 2004–2016. All rights reserved.