Class EclipseCollectionsFactory
java.lang.Object
tools.refinery.interpreter.matchers.util.EclipseCollectionsFactory
- All Implemented Interfaces:
CollectionsFactory.ICollectionsFramework
public class EclipseCollectionsFactory
extends Object
implements CollectionsFactory.ICollectionsFramework
- Since:
- 1.7
-
Constructor Summary
Constructors -
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>
-
Constructor Details
-
EclipseCollectionsFactory
public EclipseCollectionsFactory()
-
-
Method Details
-
createMap
- Specified by:
createMapin interfaceCollectionsFactory.ICollectionsFramework
-
createMap
- Specified by:
createMapin interfaceCollectionsFactory.ICollectionsFramework
-
createTreeMap
- Specified by:
createTreeMapin interfaceCollectionsFactory.ICollectionsFramework
-
createSet
- Specified by:
createSetin interfaceCollectionsFactory.ICollectionsFramework
-
createSet
- Specified by:
createSetin interfaceCollectionsFactory.ICollectionsFramework
-
createMultiset
- Specified by:
createMultisetin interfaceCollectionsFactory.ICollectionsFramework
-
createDeltaBag
- Specified by:
createDeltaBagin interfaceCollectionsFactory.ICollectionsFramework
-
createObserverList
- Specified by:
createObserverListin interfaceCollectionsFactory.ICollectionsFramework
-
createMultiLookup
public <K,V> IMultiLookup<K,V> createMultiLookup(Class<? super K> fromKeys, CollectionsFactory.MemoryType toBuckets, Class<? super V> ofValues) - Specified by:
createMultiLookupin interfaceCollectionsFactory.ICollectionsFramework
-
createMemory
public <T> IMemory<T> createMemory(Class<? super T> values, CollectionsFactory.MemoryType memoryType) - Specified by:
createMemoryin interfaceCollectionsFactory.ICollectionsFramework
-