| 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.factory.set | |
| com.gs.collections.api.factory.set.strategy |
This package contains Factory API for
ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory. |
| com.gs.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| com.gs.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| com.gs.collections.api.multimap.set |
This package contains interfaces for
SetMultimap. |
| com.gs.collections.api.partition.set |
This package contains interfaces for
PartitionSet. |
| com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| com.gs.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set 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.bag | |
| com.gs.collections.impl.lazy.parallel.list | |
| com.gs.collections.impl.lazy.parallel.set | |
| com.gs.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| 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.mutable |
This package contains implementations of the
MutableSortedMap interface. |
| com.gs.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
| com.gs.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
| com.gs.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
| com.gs.collections.impl.set.fixed |
This package contains implementations of
FixedSizeSet. |
| 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.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| com.gs.collections.impl.set.strategy.immutable |
This package contains implementations of immutable sets with user defined
HashingStrategys. |
| 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.test |
This package contains
SerializeTestHelper and Verify classes. |
| 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 |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| FixedSizeSet
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.
|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| ParallelSetIterable |
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| Class and Description |
|---|
| ParallelSetIterable |
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| ParallelSetIterable |
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| ParallelSetIterable |
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| FixedSizeSet
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.
|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| ParallelUnsortedSetIterable
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Pool |
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Pool |
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
| UnsortedSetIterable
An iterable whose items are unique.
|
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| Class and Description |
|---|
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| Class and Description |
|---|
| ImmutableSet
ImmutableSet is the non-modifiable equivalent interface to
MutableSet. |
| MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
| SetIterable
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
Copyright © 2004–2017. All rights reserved.