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 |
---|---|
MutableByteBag |
ByteIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
MutableBag.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
MutableByteBag.asSynchronized() |
MutableByteBag |
MutableByteBag.asUnmodifiable() |
MutableByteBag |
MutableByteBag.reject(BytePredicate predicate) |
MutableByteBag |
MutableByteBag.select(BytePredicate predicate) |
MutableByteBag |
MutableByteBag.with(byte element) |
MutableByteBag |
MutableByteBag.withAll(ByteIterable elements) |
MutableByteBag |
MutableByteBag.without(byte element) |
MutableByteBag |
MutableByteBag.withoutAll(ByteIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
UnmodifiableBag.collectByte(ByteFunction<? super T> byteFunction) |
MutableByteBag |
HashBag.collectByte(ByteFunction<? super T> byteFunction) |
MutableByteBag |
SynchronizedBag.collectByte(ByteFunction<? super T> byteFunction) |
MutableByteBag |
MultiReaderHashBag.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Class and Description |
---|---|
class |
ByteHashBag
ByteHashBag is similar to
HashBag , and is memory-optimized for byte primitives. |
class |
SynchronizedByteBag
A synchronized view of a
MutableByteBag . |
class |
UnmodifiableByteBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
SynchronizedByteBag.asSynchronized() |
MutableByteBag |
UnmodifiableByteBag.asSynchronized() |
MutableByteBag |
ByteHashBag.asSynchronized() |
MutableByteBag |
SynchronizedByteBag.asUnmodifiable() |
MutableByteBag |
UnmodifiableByteBag.asUnmodifiable() |
MutableByteBag |
ByteHashBag.asUnmodifiable() |
MutableByteBag |
SynchronizedByteBag.reject(BytePredicate predicate) |
MutableByteBag |
UnmodifiableByteBag.reject(BytePredicate predicate) |
MutableByteBag |
SynchronizedByteBag.select(BytePredicate predicate) |
MutableByteBag |
UnmodifiableByteBag.select(BytePredicate predicate) |
MutableByteBag |
ByteHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
AbstractSynchronizedByteCollection.toBag() |
MutableByteBag |
AbstractUnmodifiableByteCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
AbstractLazyByteIterable.toBag() |
MutableByteBag |
ReverseByteIterable.toBag() |
MutableByteBag |
CollectByteIterable.toBag() |
MutableByteBag |
SelectByteIterable.toBag() |
MutableByteBag |
LazyByteIterableAdapter.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
ByteArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
IntByteHashMap.toBag() |
MutableByteBag |
UnmodifiableShortByteMap.toBag() |
MutableByteBag |
CharByteHashMap.toBag() |
MutableByteBag |
SynchronizedIntByteMap.toBag() |
MutableByteBag |
UnmodifiableLongByteMap.toBag() |
MutableByteBag |
SynchronizedByteByteMap.toBag() |
MutableByteBag |
UnmodifiableFloatByteMap.toBag() |
MutableByteBag |
SynchronizedObjectByteMap.toBag() |
MutableByteBag |
ObjectByteHashMap.toBag() |
MutableByteBag |
SynchronizedCharByteMap.toBag() |
MutableByteBag |
FloatByteHashMap.toBag() |
MutableByteBag |
ByteByteHashMap.toBag() |
MutableByteBag |
UnmodifiableCharByteMap.toBag() |
MutableByteBag |
SynchronizedDoubleByteMap.toBag() |
MutableByteBag |
UnmodifiableObjectByteMap.toBag() |
MutableByteBag |
DoubleByteHashMap.toBag() |
MutableByteBag |
UnmodifiableIntByteMap.toBag() |
MutableByteBag |
SynchronizedLongByteMap.toBag() |
MutableByteBag |
SynchronizedShortByteMap.toBag() |
MutableByteBag |
SynchronizedFloatByteMap.toBag() |
MutableByteBag |
UnmodifiableByteByteMap.toBag() |
MutableByteBag |
UnmodifiableDoubleByteMap.toBag() |
MutableByteBag |
LongByteHashMap.toBag() |
MutableByteBag |
ShortByteHashMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
SynchronizedByteIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
ByteHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableByteBag |
SynchronizedByteStack.toBag() |
MutableByteBag |
ByteArrayStack.toBag() |
MutableByteBag |
UnmodifiableByteStack.toBag() |
Copyright © 2004–2018. All rights reserved.