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 |
---|---|
LazyFloatIterable |
FloatIterable.asLazy() |
LazyFloatIterable |
LazyIterable.collectFloat(FloatFunction<? super T> floatFunction)
Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.
|
LazyFloatIterable |
LazyFloatIterable.reject(FloatPredicate predicate) |
LazyFloatIterable |
LazyFloatIterable.select(FloatPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
FloatCharMap.keysView() |
LazyFloatIterable |
FloatIntMap.keysView() |
LazyFloatIterable |
FloatShortMap.keysView() |
LazyFloatIterable |
FloatDoubleMap.keysView() |
LazyFloatIterable |
FloatFloatMap.keysView() |
LazyFloatIterable |
FloatObjectMap.keysView() |
LazyFloatIterable |
FloatByteMap.keysView() |
LazyFloatIterable |
FloatBooleanMap.keysView() |
LazyFloatIterable |
FloatLongMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
ReversibleFloatIterable.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
SynchronizedFloatBag.asLazy() |
LazyFloatIterable |
FloatHashBag.asLazy() |
LazyFloatIterable |
UnmodifiableFloatBag.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
AbstractUnmodifiableFloatCollection.asLazy() |
LazyFloatIterable |
AbstractSynchronizedFloatCollection.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
AbstractLazyIterable.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyFloatIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectFloatIterable<T>
A CollectFloatIterable is an iterable that transforms a source iterable using a FloatFunction as it iterates.
|
class |
LazyFloatIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseFloatIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectFloatIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
AbstractLazyFloatIterable.asLazy() |
LazyFloatIterable |
ReverseFloatIterable.asLazy() |
LazyFloatIterable |
LazyFloatIterableAdapter.reject(FloatPredicate predicate) |
LazyFloatIterable |
AbstractLazyFloatIterable.reject(FloatPredicate predicate) |
LazyFloatIterable |
LazyFloatIterableAdapter.select(FloatPredicate predicate) |
LazyFloatIterable |
AbstractLazyFloatIterable.select(FloatPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
UnmodifiableFloatList.asLazy() |
LazyFloatIterable |
FloatArrayList.asLazy() |
LazyFloatIterable |
SynchronizedFloatList.asLazy() |
LazyFloatIterable |
UnmodifiableFloatList.asReversed() |
LazyFloatIterable |
FloatArrayList.asReversed() |
LazyFloatIterable |
SynchronizedFloatList.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
CharFloatHashMap.asLazy() |
LazyFloatIterable |
FloatFloatHashMap.asLazy() |
LazyFloatIterable |
SynchronizedShortFloatMap.asLazy() |
LazyFloatIterable |
ObjectFloatHashMap.asLazy() |
LazyFloatIterable |
SynchronizedFloatFloatMap.asLazy() |
LazyFloatIterable |
IntFloatHashMap.asLazy() |
LazyFloatIterable |
UnmodifiableDoubleFloatMap.asLazy() |
LazyFloatIterable |
SynchronizedIntFloatMap.asLazy() |
LazyFloatIterable |
UnmodifiableLongFloatMap.asLazy() |
LazyFloatIterable |
SynchronizedByteFloatMap.asLazy() |
LazyFloatIterable |
UnmodifiableIntFloatMap.asLazy() |
LazyFloatIterable |
UnmodifiableShortFloatMap.asLazy() |
LazyFloatIterable |
UnmodifiableByteFloatMap.asLazy() |
LazyFloatIterable |
SynchronizedObjectFloatMap.asLazy() |
LazyFloatIterable |
ByteFloatHashMap.asLazy() |
LazyFloatIterable |
SynchronizedLongFloatMap.asLazy() |
LazyFloatIterable |
ShortFloatHashMap.asLazy() |
LazyFloatIterable |
UnmodifiableObjectFloatMap.asLazy() |
LazyFloatIterable |
SynchronizedDoubleFloatMap.asLazy() |
LazyFloatIterable |
SynchronizedCharFloatMap.asLazy() |
LazyFloatIterable |
UnmodifiableCharFloatMap.asLazy() |
LazyFloatIterable |
DoubleFloatHashMap.asLazy() |
LazyFloatIterable |
UnmodifiableFloatFloatMap.asLazy() |
LazyFloatIterable |
LongFloatHashMap.asLazy() |
LazyFloatIterable |
FloatDoubleHashMap.keysView() |
LazyFloatIterable |
SynchronizedFloatDoubleMap.keysView() |
LazyFloatIterable |
FloatFloatHashMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatLongMap.keysView() |
LazyFloatIterable |
FloatIntHashMap.keysView() |
LazyFloatIterable |
SynchronizedFloatObjectMap.keysView() |
LazyFloatIterable |
SynchronizedFloatFloatMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatBooleanMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatCharMap.keysView() |
LazyFloatIterable |
FloatBooleanHashMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatShortMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatByteMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatIntMap.keysView() |
LazyFloatIterable |
SynchronizedFloatBooleanMap.keysView() |
LazyFloatIterable |
FloatByteHashMap.keysView() |
LazyFloatIterable |
SynchronizedFloatLongMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatDoubleMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatObjectMap.keysView() |
LazyFloatIterable |
FloatCharHashMap.keysView() |
LazyFloatIterable |
SynchronizedFloatCharMap.keysView() |
LazyFloatIterable |
FloatShortHashMap.keysView() |
LazyFloatIterable |
SynchronizedFloatByteMap.keysView() |
LazyFloatIterable |
SynchronizedFloatShortMap.keysView() |
LazyFloatIterable |
UnmodifiableFloatFloatMap.keysView() |
LazyFloatIterable |
FloatLongHashMap.keysView() |
LazyFloatIterable |
SynchronizedFloatIntMap.keysView() |
LazyFloatIterable |
FloatObjectHashMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
SynchronizedFloatIterable.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
UnmodifiableFloatSet.asLazy() |
LazyFloatIterable |
FloatHashSet.asLazy() |
LazyFloatIterable |
SynchronizedFloatSet.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
UnmodifiableFloatStack.asLazy() |
LazyFloatIterable |
FloatArrayStack.asLazy() |
LazyFloatIterable |
SynchronizedFloatStack.asLazy() |
Modifier and Type | Method and Description |
---|---|
static LazyFloatIterable |
LazyFloatIterate.adapt(FloatIterable iterable)
Creates a deferred float iterable for the specified float iterable.
|
static LazyFloatIterable |
LazyFloatIterate.empty() |
static LazyFloatIterable |
LazyFloatIterate.select(FloatIterable iterable,
FloatPredicate predicate)
Creates a deferred filtering float iterable for the specified float iterable.
|
Copyright © 2004–2018. All rights reserved.