Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
org.eclipse.collections.api.bimap |
This package contains interfaces for BiMap API.
|
org.eclipse.collections.api.factory.set | |
org.eclipse.collections.api.factory.set.strategy |
This package contains Factory API for
ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory . |
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
org.eclipse.collections.api.multimap.set |
This package contains interfaces for
SetMultimap . |
org.eclipse.collections.api.partition.set |
This package contains interfaces for
PartitionSet . |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bag | |
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function , Predicate , SerializableComparator and Procedure . |
org.eclipse.collections.impl.collection | |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.factory |
This package contains static utilities for creating mutable and immutable collection factories.
|
org.eclipse.collections.impl.lazy.parallel | |
org.eclipse.collections.impl.lazy.parallel.bag | |
org.eclipse.collections.impl.lazy.parallel.list | |
org.eclipse.collections.impl.lazy.parallel.set | |
org.eclipse.collections.impl.lazy.parallel.set.sorted | |
org.eclipse.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
org.eclipse.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
org.eclipse.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
org.eclipse.collections.impl.set | |
org.eclipse.collections.impl.set.fixed |
This package contains implementations of
FixedSizeSet . |
org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
org.eclipse.collections.impl.set.strategy.immutable |
This package contains implementations of immutable sets with user defined
HashingStrategy s. |
org.eclipse.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
org.eclipse.collections.impl.test |
This package contains
SerializeTestHelper and Verify classes. |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.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 . |
ImmutableSetIterable |
MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
MutableSetIterable |
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 |
---|
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 |
---|
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.
|
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 |
---|
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 . |
ImmutableSetIterable |
MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
MutableSetIterable |
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 . |
ImmutableSetIterable |
MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
MutableSetIterable |
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 . |
ImmutableSetIterable |
MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
MutableSetIterable |
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 |
---|
ImmutableSetIterable |
MutableSetIterable |
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 |
---|
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 |
---|
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 |
---|
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.
|
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.
|
UnsortedSetIterable
An iterable whose items are unique.
|
Class and Description |
---|
ParallelSetIterable |
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 |
---|
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 |
---|
MutableSet
A MutableSet is an implementation of a JCF Set which provides methods matching the Smalltalk Collection protocol.
|
MutableSetIterable |
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 |
---|
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 . |
ImmutableSetIterable |
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.
|
MutableSetIterable |
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 |
---|
MutableSetIterable |
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.
|
MutableSetIterable |
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 |
---|
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–2016. All rights reserved.