| Package | Description |
|---|---|
| com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
| com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| com.gs.collections.api.collection | |
| com.gs.collections.api.factory.list |
This package contains factory API for creating instances of type
ListIterable. |
| com.gs.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| com.gs.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| com.gs.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| com.gs.collections.api.multimap.list |
This package contains interfaces for
ListMultimap. |
| com.gs.collections.api.ordered | |
| com.gs.collections.api.partition.list |
This package contains interfaces for
PartitionList. |
| com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| com.gs.collections.api.stack |
This package contains interfaces for stack API.
|
| com.gs.collections.impl |
This package contains implementations for GS Collections API.
|
| 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.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| com.gs.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| com.gs.collections.impl.factory |
This package contains static utilities for creating mutable and immutable collection factories.
|
| com.gs.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| com.gs.collections.impl.lazy.parallel | |
| com.gs.collections.impl.lazy.parallel.list | |
| com.gs.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
| com.gs.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
| com.gs.collections.impl.list.immutable |
This package contains implementations of the
ImmutableList interface. |
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| 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 |
This package contains implementations of the
MapIterable interface. |
| com.gs.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| 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.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
| com.gs.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
| com.gs.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
| com.gs.collections.impl.partition.list |
This package contains implementations of the
PartitionList interface. |
| 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. |
| com.gs.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategys. |
| com.gs.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| com.gs.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| ParallelListIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| FixedSizeList
A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.
|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| ParallelListIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| ParallelListIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ParallelListIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| FixedSizeList
A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.
|
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| ParallelListIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| Class and Description |
|---|
| ImmutableList
ImmutableList is the non-modifiable equivalent interface to
MutableList. |
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ListIterable
An iterable whose items are ordered and may be accessed directly by index.
|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableList
A MutableList is an implementation of a JCF List which provides methods matching the Smalltalk Collection protocol.
|
Copyright © 2004–2017. All rights reserved.