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 |
---|---|
MutableDoubleBag |
DoubleIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
MutableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
MutableDoubleBag.asSynchronized() |
MutableDoubleBag |
MutableDoubleBag.asUnmodifiable() |
MutableDoubleBag |
MutableDoubleBag.reject(DoublePredicate predicate) |
MutableDoubleBag |
MutableDoubleBag.select(DoublePredicate predicate) |
MutableDoubleBag |
MutableDoubleBag.with(double element) |
MutableDoubleBag |
MutableDoubleBag.withAll(DoubleIterable elements) |
MutableDoubleBag |
MutableDoubleBag.without(double element) |
MutableDoubleBag |
MutableDoubleBag.withoutAll(DoubleIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
UnmodifiableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleBag |
SynchronizedBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleBag |
MultiReaderHashBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleBag |
HashBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleHashBag
DoubleHashBag is similar to
HashBag , and is memory-optimized for double primitives. |
class |
SynchronizedDoubleBag
A synchronized view of a
MutableDoubleBag . |
class |
UnmodifiableDoubleBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
DoubleHashBag.asSynchronized() |
MutableDoubleBag |
SynchronizedDoubleBag.asSynchronized() |
MutableDoubleBag |
UnmodifiableDoubleBag.asSynchronized() |
MutableDoubleBag |
DoubleHashBag.asUnmodifiable() |
MutableDoubleBag |
SynchronizedDoubleBag.asUnmodifiable() |
MutableDoubleBag |
UnmodifiableDoubleBag.asUnmodifiable() |
MutableDoubleBag |
SynchronizedDoubleBag.reject(DoublePredicate predicate) |
MutableDoubleBag |
UnmodifiableDoubleBag.reject(DoublePredicate predicate) |
MutableDoubleBag |
SynchronizedDoubleBag.select(DoublePredicate predicate) |
MutableDoubleBag |
UnmodifiableDoubleBag.select(DoublePredicate predicate) |
MutableDoubleBag |
DoubleHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
AbstractSynchronizedDoubleCollection.toBag() |
MutableDoubleBag |
AbstractUnmodifiableDoubleCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
AbstractLazyDoubleIterable.toBag() |
MutableDoubleBag |
CollectDoubleIterable.toBag() |
MutableDoubleBag |
LazyDoubleIterableAdapter.toBag() |
MutableDoubleBag |
ReverseDoubleIterable.toBag() |
MutableDoubleBag |
SelectDoubleIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
DoubleArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
UnmodifiableByteDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableLongDoubleMap.toBag() |
MutableDoubleBag |
SynchronizedDoubleDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableShortDoubleMap.toBag() |
MutableDoubleBag |
SynchronizedFloatDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableIntDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableFloatDoubleMap.toBag() |
MutableDoubleBag |
ByteDoubleHashMap.toBag() |
MutableDoubleBag |
ObjectDoubleHashMap.toBag() |
MutableDoubleBag |
SynchronizedCharDoubleMap.toBag() |
MutableDoubleBag |
SynchronizedIntDoubleMap.toBag() |
MutableDoubleBag |
SynchronizedShortDoubleMap.toBag() |
MutableDoubleBag |
DoubleDoubleHashMap.toBag() |
MutableDoubleBag |
SynchronizedByteDoubleMap.toBag() |
MutableDoubleBag |
IntDoubleHashMap.toBag() |
MutableDoubleBag |
CharDoubleHashMap.toBag() |
MutableDoubleBag |
LongDoubleHashMap.toBag() |
MutableDoubleBag |
ShortDoubleHashMap.toBag() |
MutableDoubleBag |
SynchronizedObjectDoubleMap.toBag() |
MutableDoubleBag |
FloatDoubleHashMap.toBag() |
MutableDoubleBag |
SynchronizedLongDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableCharDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableDoubleDoubleMap.toBag() |
MutableDoubleBag |
UnmodifiableObjectDoubleMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
SynchronizedDoubleIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
DoubleHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
UnmodifiableDoubleStack.toBag() |
MutableDoubleBag |
DoubleArrayStack.toBag() |
MutableDoubleBag |
SynchronizedDoubleStack.toBag() |
Copyright © 2004–2019. All rights reserved.