Interface | Description |
---|---|
Clearable | |
CollectionsFactory.ICollectionsFramework |
Interface abstracting over a collections technology that provides custom collection implementations.
|
CollectionsFactory.MarkedSet<E> |
A special set that is not allowed to be instantiated in any way except through
CollectionsFactory . |
ICache |
A cache is a simple key-value pair that stores calculated values for specific key objects
|
IDeltaBag<T> | |
IMemory<T> |
A memory containing a positive or negative number of equal() copies for some values.
|
IMultiset<T> |
An
IMemory that always contains values with a nonnegative multiplicity. |
IProvider<T> |
A provider interface useful in various registry instances.
|
Class | Description |
---|---|
CollectionsFactory |
Factory class used as an accessor to Collections implementations.
|
CollectionsFactory.JavaCollectionsFactory |
Fall-back implementation with Java Collections.
|
EclipseCollectionsBagMemory<T> |
Eclipse Collections-based multiset for tuples.
|
EclipseCollectionsDeltaBag<T> | |
EclipseCollectionsFactory | |
EclipseCollectionsMultiset<T> | |
IProvider.ProvidedValueFunction | |
JavaBagMemory<T> |
Default implementation based on Java Collections.
|
PurgableCache | |
SingletonInstanceProvider<T> |
A provider implementation that always returns the same object instance.
|
Enum | Description |
---|---|
CollectionsFactory.CollectionsFramework | Deprecated
This enum is entirely unnecessary; don't use it
|
Direction |