Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
com.gs.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.
|
com.gs.collections.api.ordered.primitive | |
com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
com.gs.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
com.gs.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
com.gs.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
com.gs.collections.impl.primitive | |
com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
com.gs.collections.impl.utility.primitive |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
LongIterable.asLazy() |
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.reject(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
LongDoubleMap.keysView() |
LazyLongIterable |
LongIntMap.keysView() |
LazyLongIterable |
LongObjectMap.keysView() |
LazyLongIterable |
LongCharMap.keysView() |
LazyLongIterable |
LongByteMap.keysView() |
LazyLongIterable |
LongFloatMap.keysView() |
LazyLongIterable |
LongBooleanMap.keysView() |
LazyLongIterable |
LongLongMap.keysView() |
LazyLongIterable |
LongShortMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
ReversibleLongIterable.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
UnmodifiableLongBag.asLazy() |
LazyLongIterable |
LongHashBag.asLazy() |
LazyLongIterable |
SynchronizedLongBag.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
AbstractSynchronizedLongCollection.asLazy() |
LazyLongIterable |
AbstractUnmodifiableLongCollection.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 |
CollectLongIterable<T>
A CollectLongIterable is an iterable that transforms a source iterable using an LongFunction as it iterates.
|
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 |
ReverseLongIterable.asLazy() |
LazyLongIterable |
AbstractLazyLongIterable.asLazy() |
LazyLongIterable |
LazyLongIterableAdapter.reject(LongPredicate predicate) |
LazyLongIterable |
AbstractLazyLongIterable.reject(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterableAdapter.select(LongPredicate predicate) |
LazyLongIterable |
AbstractLazyLongIterable.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
SynchronizedLongList.asLazy() |
LazyLongIterable |
UnmodifiableLongList.asLazy() |
LazyLongIterable |
LongArrayList.asLazy() |
LazyLongIterable |
SynchronizedLongList.asReversed() |
LazyLongIterable |
UnmodifiableLongList.asReversed() |
LazyLongIterable |
LongArrayList.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
UnmodifiableByteLongMap.asLazy() |
LazyLongIterable |
UnmodifiableLongLongMap.asLazy() |
LazyLongIterable |
IntLongHashMap.asLazy() |
LazyLongIterable |
UnmodifiableFloatLongMap.asLazy() |
LazyLongIterable |
SynchronizedCharLongMap.asLazy() |
LazyLongIterable |
DoubleLongHashMap.asLazy() |
LazyLongIterable |
ByteLongHashMap.asLazy() |
LazyLongIterable |
UnmodifiableObjectLongMap.asLazy() |
LazyLongIterable |
UnmodifiableShortLongMap.asLazy() |
LazyLongIterable |
SynchronizedFloatLongMap.asLazy() |
LazyLongIterable |
SynchronizedShortLongMap.asLazy() |
LazyLongIterable |
SynchronizedObjectLongMap.asLazy() |
LazyLongIterable |
SynchronizedIntLongMap.asLazy() |
LazyLongIterable |
ShortLongHashMap.asLazy() |
LazyLongIterable |
SynchronizedDoubleLongMap.asLazy() |
LazyLongIterable |
ObjectLongHashMap.asLazy() |
LazyLongIterable |
SynchronizedLongLongMap.asLazy() |
LazyLongIterable |
CharLongHashMap.asLazy() |
LazyLongIterable |
LongLongHashMap.asLazy() |
LazyLongIterable |
UnmodifiableCharLongMap.asLazy() |
LazyLongIterable |
SynchronizedByteLongMap.asLazy() |
LazyLongIterable |
UnmodifiableDoubleLongMap.asLazy() |
LazyLongIterable |
UnmodifiableIntLongMap.asLazy() |
LazyLongIterable |
FloatLongHashMap.asLazy() |
LazyLongIterable |
UnmodifiableLongByteMap.keysView() |
LazyLongIterable |
LongObjectHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongObjectMap.keysView() |
LazyLongIterable |
UnmodifiableLongLongMap.keysView() |
LazyLongIterable |
UnmodifiableLongShortMap.keysView() |
LazyLongIterable |
UnmodifiableLongBooleanMap.keysView() |
LazyLongIterable |
LongIntHashMap.keysView() |
LazyLongIterable |
LongShortHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongCharMap.keysView() |
LazyLongIterable |
LongCharHashMap.keysView() |
LazyLongIterable |
SynchronizedLongObjectMap.keysView() |
LazyLongIterable |
UnmodifiableLongFloatMap.keysView() |
LazyLongIterable |
LongBooleanHashMap.keysView() |
LazyLongIterable |
SynchronizedLongBooleanMap.keysView() |
LazyLongIterable |
LongDoubleHashMap.keysView() |
LazyLongIterable |
SynchronizedLongCharMap.keysView() |
LazyLongIterable |
SynchronizedLongFloatMap.keysView() |
LazyLongIterable |
SynchronizedLongDoubleMap.keysView() |
LazyLongIterable |
SynchronizedLongByteMap.keysView() |
LazyLongIterable |
SynchronizedLongShortMap.keysView() |
LazyLongIterable |
SynchronizedLongLongMap.keysView() |
LazyLongIterable |
LongLongHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongIntMap.keysView() |
LazyLongIterable |
SynchronizedLongIntMap.keysView() |
LazyLongIterable |
LongFloatHashMap.keysView() |
LazyLongIterable |
UnmodifiableLongDoubleMap.keysView() |
LazyLongIterable |
LongByteHashMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
SynchronizedLongIterable.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
LongHashSet.asLazy() |
LazyLongIterable |
UnmodifiableLongSet.asLazy() |
LazyLongIterable |
SynchronizedLongSet.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyLongIterable |
LongArrayStack.asLazy() |
LazyLongIterable |
SynchronizedLongStack.asLazy() |
LazyLongIterable |
UnmodifiableLongStack.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–2018. All rights reserved.