Interface CollectionsFactory.ICollectionsFramework
- All Known Implementing Classes:
EclipseCollectionsFactory
- Enclosing class:
CollectionsFactory
public static interface CollectionsFactory.ICollectionsFramework
Interface abstracting over a collections technology that provides custom collection implementations.
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescription<T> IDeltaBag<T> <K,V> Map <K, V> <K,V> Map <K, V> <T> IMemory<T> createMemory(Class<? super T> values, CollectionsFactory.MemoryType memoryType) <K,V> IMultiLookup <K, V> createMultiLookup(Class<? super K> fromKeys, CollectionsFactory.MemoryType toBuckets, Class<? super V> ofValues) <T> IMultiset<T> <O> List<O> <E> Set<E> <E> Set<E> createSet(Collection<E> initial) <K,V> TreeMap <K, V>
-
Method Details
-
createMap
-
createMap
-
createTreeMap
- Since:
- 2.3
-
createSet
-
createSet
-
createMultiset
-
createDeltaBag
-
createObserverList
-
createMultiLookup
<K,V> IMultiLookup<K,V> createMultiLookup(Class<? super K> fromKeys, CollectionsFactory.MemoryType toBuckets, Class<? super V> ofValues) - Since:
- 2.0
-
createMemory
- Since:
- 2.0
-