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 |
---|---|
MutableLongBag |
LongIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
MutableBag.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
MutableLongBag.asSynchronized() |
MutableLongBag |
MutableLongBag.asUnmodifiable() |
MutableLongBag |
MutableLongBag.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.select(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.with(long element) |
MutableLongBag |
MutableLongBag.withAll(LongIterable elements) |
MutableLongBag |
MutableLongBag.without(long element) |
MutableLongBag |
MutableLongBag.withoutAll(LongIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
SynchronizedBag.collectLong(LongFunction<? super T> longFunction) |
MutableLongBag |
HashBag.collectLong(LongFunction<? super T> longFunction) |
MutableLongBag |
UnmodifiableBag.collectLong(LongFunction<? super T> longFunction) |
MutableLongBag |
MultiReaderHashBag.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Class and Description |
---|---|
class |
LongHashBag
LongHashBag is similar to
HashBag , and is memory-optimized for long primitives. |
class |
SynchronizedLongBag
A synchronized view of a
MutableLongBag . |
class |
UnmodifiableLongBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
UnmodifiableLongBag.asSynchronized() |
MutableLongBag |
SynchronizedLongBag.asSynchronized() |
MutableLongBag |
LongHashBag.asSynchronized() |
MutableLongBag |
UnmodifiableLongBag.asUnmodifiable() |
MutableLongBag |
SynchronizedLongBag.asUnmodifiable() |
MutableLongBag |
LongHashBag.asUnmodifiable() |
MutableLongBag |
UnmodifiableLongBag.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongBag.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongBag.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongBag.select(LongPredicate predicate) |
MutableLongBag |
LongHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
AbstractSynchronizedLongCollection.toBag() |
MutableLongBag |
AbstractUnmodifiableLongCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
AbstractLazyLongIterable.toBag() |
MutableLongBag |
ReverseLongIterable.toBag() |
MutableLongBag |
SelectLongIterable.toBag() |
MutableLongBag |
CollectLongIterable.toBag() |
MutableLongBag |
LazyLongIterableAdapter.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
LongArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
UnmodifiableFloatLongMap.toBag() |
MutableLongBag |
SynchronizedDoubleLongMap.toBag() |
MutableLongBag |
UnmodifiableIntLongMap.toBag() |
MutableLongBag |
LongLongHashMap.toBag() |
MutableLongBag |
SynchronizedCharLongMap.toBag() |
MutableLongBag |
UnmodifiableShortLongMap.toBag() |
MutableLongBag |
SynchronizedByteLongMap.toBag() |
MutableLongBag |
ByteLongHashMap.toBag() |
MutableLongBag |
SynchronizedShortLongMap.toBag() |
MutableLongBag |
UnmodifiableByteLongMap.toBag() |
MutableLongBag |
DoubleLongHashMap.toBag() |
MutableLongBag |
UnmodifiableDoubleLongMap.toBag() |
MutableLongBag |
ObjectLongHashMap.toBag() |
MutableLongBag |
SynchronizedLongLongMap.toBag() |
MutableLongBag |
SynchronizedIntLongMap.toBag() |
MutableLongBag |
SynchronizedFloatLongMap.toBag() |
MutableLongBag |
ShortLongHashMap.toBag() |
MutableLongBag |
SynchronizedObjectLongMap.toBag() |
MutableLongBag |
FloatLongHashMap.toBag() |
MutableLongBag |
CharLongHashMap.toBag() |
MutableLongBag |
UnmodifiableCharLongMap.toBag() |
MutableLongBag |
IntLongHashMap.toBag() |
MutableLongBag |
UnmodifiableLongLongMap.toBag() |
MutableLongBag |
UnmodifiableObjectLongMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
SynchronizedLongIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
LongHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
LongArrayStack.toBag() |
MutableLongBag |
SynchronizedLongStack.toBag() |
MutableLongBag |
UnmodifiableLongStack.toBag() |
Copyright © 2004–2018. All rights reserved.