Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
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.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.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
FloatIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutableFloatBag.asSynchronized() |
MutableFloatBag |
MutableFloatBag.asUnmodifiable() |
MutableFloatBag |
MutableFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatBag.with(float element) |
MutableFloatBag |
MutableFloatBag.withAll(FloatIterable elements) |
MutableFloatBag |
MutableFloatBag.without(float element) |
MutableFloatBag |
MutableFloatBag.withoutAll(FloatIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MultiReaderHashBag.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatBag |
HashBag.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatBag |
SynchronizedBag.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatBag |
UnmodifiableBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Class and Description |
---|---|
class |
FloatHashBag
FloatHashBag is similar to
HashBag , and is memory-optimized for float primitives. |
class |
SynchronizedFloatBag
A synchronized view of a
MutableFloatBag . |
class |
UnmodifiableFloatBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
SynchronizedFloatBag.asSynchronized() |
MutableFloatBag |
UnmodifiableFloatBag.asSynchronized() |
MutableFloatBag |
FloatHashBag.asSynchronized() |
MutableFloatBag |
SynchronizedFloatBag.asUnmodifiable() |
MutableFloatBag |
UnmodifiableFloatBag.asUnmodifiable() |
MutableFloatBag |
FloatHashBag.asUnmodifiable() |
MutableFloatBag |
SynchronizedFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
FloatHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
AbstractSynchronizedFloatCollection.toBag() |
MutableFloatBag |
AbstractUnmodifiableFloatCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
LazyFloatIterableAdapter.toBag() |
MutableFloatBag |
SelectFloatIterable.toBag() |
MutableFloatBag |
AbstractLazyFloatIterable.toBag() |
MutableFloatBag |
ReverseFloatIterable.toBag() |
MutableFloatBag |
CollectFloatIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
FloatArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
IntFloatHashMap.toBag() |
MutableFloatBag |
SynchronizedDoubleFloatMap.toBag() |
MutableFloatBag |
UnmodifiableDoubleFloatMap.toBag() |
MutableFloatBag |
UnmodifiableShortFloatMap.toBag() |
MutableFloatBag |
ShortFloatHashMap.toBag() |
MutableFloatBag |
CharFloatHashMap.toBag() |
MutableFloatBag |
SynchronizedLongFloatMap.toBag() |
MutableFloatBag |
DoubleFloatHashMap.toBag() |
MutableFloatBag |
SynchronizedFloatFloatMap.toBag() |
MutableFloatBag |
UnmodifiableLongFloatMap.toBag() |
MutableFloatBag |
UnmodifiableCharFloatMap.toBag() |
MutableFloatBag |
LongFloatHashMap.toBag() |
MutableFloatBag |
SynchronizedByteFloatMap.toBag() |
MutableFloatBag |
SynchronizedShortFloatMap.toBag() |
MutableFloatBag |
SynchronizedIntFloatMap.toBag() |
MutableFloatBag |
UnmodifiableByteFloatMap.toBag() |
MutableFloatBag |
UnmodifiableFloatFloatMap.toBag() |
MutableFloatBag |
SynchronizedObjectFloatMap.toBag() |
MutableFloatBag |
ObjectFloatHashMap.toBag() |
MutableFloatBag |
ByteFloatHashMap.toBag() |
MutableFloatBag |
UnmodifiableIntFloatMap.toBag() |
MutableFloatBag |
SynchronizedCharFloatMap.toBag() |
MutableFloatBag |
FloatFloatHashMap.toBag() |
MutableFloatBag |
UnmodifiableObjectFloatMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
SynchronizedFloatIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
FloatHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
FloatArrayStack.toBag() |
MutableFloatBag |
SynchronizedFloatStack.toBag() |
MutableFloatBag |
UnmodifiableFloatStack.toBag() |
Copyright © 2004–2017. All rights reserved.