Package org.omnaest.utils.structure.element.factory.concrete

Class Summary
ArrayListFactory<E> FactoryTypeAware creating new instances of ArrayList
FactoryTypeAwareReflectionBased<E> A FactoryTypeAware which uses ReflectionUtils.newInstanceOf(Class, Object...) to create new instances.
HashMapFactory<K,V> Factory for HashMap intances
HashSetFactory<E> FactoryTypeAware creating new instances of HashSet
LinkedHashSetFactory<E> FactoryTypeAware creating new instances of LinkedHashSet
ReadWriteLockFactory Factory creating a ReadWriteLock acting fair
 



Copyright © 2013. All Rights Reserved.