Package | Description |
---|---|
com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
com.gs.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
com.gs.collections.impl.collection | |
com.gs.collections.impl.collection.immutable |
This package contains implementations of the
ImmutableCollection interface. |
com.gs.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
com.gs.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
com.gs.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableBag<T> |
class |
ImmutableArrayBag<T> |
class |
ImmutableHashBag<T> |
Modifier and Type | Class and Description |
---|---|
class |
HashBag<T>
A HashBag is a MutableBag which uses a Map as its underlying data store.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeBag<T>
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableBag<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableCollection<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableCollection<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayAdapter<T> |
class |
AbstractMemoryEfficientMutableList<T> |
class |
ArrayAdapter<T>
This class provides a MutableList wrapper around an array.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableList<T> |
class |
CompositeFastList<E>
CompositeFastList behaves like a list, but is composed of at least one list.
|
class |
FastList<T>
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableSet<T>
This class is the parent class for all ImmutableLists.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableSet<T> |
Modifier and Type | Class and Description |
---|---|
class |
TreeSortedSet<T> |
Copyright © 2004–2019. All rights reserved.