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.list.primitive |
This package contains implementations of the 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 |
---|---|
MutableIntBag |
IntIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
MutableBag.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
MutableIntBag.asSynchronized() |
MutableIntBag |
MutableIntBag.asUnmodifiable() |
MutableIntBag |
MutableIntBag.reject(IntPredicate predicate) |
MutableIntBag |
MutableIntBag.select(IntPredicate predicate) |
MutableIntBag |
MutableIntBag.with(int element) |
MutableIntBag |
MutableIntBag.withAll(IntIterable elements) |
MutableIntBag |
MutableIntBag.without(int element) |
MutableIntBag |
MutableIntBag.withoutAll(IntIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
SynchronizedBag.collectInt(IntFunction<? super T> function) |
MutableIntBag |
HashBag.collectInt(IntFunction<? super T> intFunction) |
MutableIntBag |
UnmodifiableBag.collectInt(IntFunction<? super T> intFunction) |
MutableIntBag |
MultiReaderHashBag.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Class and Description |
---|---|
class |
IntHashBag
IntHashBag is similar to
HashBag , and is memory-optimized for int primitives. |
class |
SynchronizedIntBag
A synchronized view of a
MutableIntBag . |
class |
UnmodifiableIntBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
SynchronizedIntBag.asSynchronized() |
MutableIntBag |
IntHashBag.asSynchronized() |
MutableIntBag |
UnmodifiableIntBag.asSynchronized() |
MutableIntBag |
SynchronizedIntBag.asUnmodifiable() |
MutableIntBag |
IntHashBag.asUnmodifiable() |
MutableIntBag |
UnmodifiableIntBag.asUnmodifiable() |
MutableIntBag |
SynchronizedIntBag.reject(IntPredicate predicate) |
MutableIntBag |
UnmodifiableIntBag.reject(IntPredicate predicate) |
MutableIntBag |
SynchronizedIntBag.select(IntPredicate predicate) |
MutableIntBag |
UnmodifiableIntBag.select(IntPredicate predicate) |
MutableIntBag |
IntHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
AbstractUnmodifiableIntCollection.toBag() |
MutableIntBag |
AbstractSynchronizedIntCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
ReverseIntIterable.toBag() |
MutableIntBag |
SelectIntIterable.toBag() |
MutableIntBag |
CollectIntIterable.toBag() |
MutableIntBag |
LazyIntIterableAdapter.toBag() |
MutableIntBag |
AbstractLazyIntIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
IntArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
IntInterval.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
SynchronizedCharIntMap.toBag() |
MutableIntBag |
UnmodifiableObjectIntMap.toBag() |
MutableIntBag |
IntIntHashMap.toBag() |
MutableIntBag |
SynchronizedShortIntMap.toBag() |
MutableIntBag |
SynchronizedFloatIntMap.toBag() |
MutableIntBag |
ByteIntHashMap.toBag() |
MutableIntBag |
LongIntHashMap.toBag() |
MutableIntBag |
FloatIntHashMap.toBag() |
MutableIntBag |
SynchronizedObjectIntMap.toBag() |
MutableIntBag |
UnmodifiableLongIntMap.toBag() |
MutableIntBag |
SynchronizedLongIntMap.toBag() |
MutableIntBag |
UnmodifiableDoubleIntMap.toBag() |
MutableIntBag |
UnmodifiableCharIntMap.toBag() |
MutableIntBag |
ObjectIntHashMap.toBag() |
MutableIntBag |
DoubleIntHashMap.toBag() |
MutableIntBag |
CharIntHashMap.toBag() |
MutableIntBag |
UnmodifiableIntIntMap.toBag() |
MutableIntBag |
UnmodifiableFloatIntMap.toBag() |
MutableIntBag |
ShortIntHashMap.toBag() |
MutableIntBag |
SynchronizedByteIntMap.toBag() |
MutableIntBag |
UnmodifiableByteIntMap.toBag() |
MutableIntBag |
UnmodifiableShortIntMap.toBag() |
MutableIntBag |
SynchronizedIntIntMap.toBag() |
MutableIntBag |
SynchronizedDoubleIntMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
SynchronizedIntIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
IntHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableIntBag |
SynchronizedIntStack.toBag() |
MutableIntBag |
IntArrayStack.toBag() |
MutableIntBag |
UnmodifiableIntStack.toBag() |
Copyright © 2004–2018. All rights reserved.