org.omnaest.utils.structure.element.factory.concrete
Class HashMapFactory<K,V>
java.lang.Object
org.omnaest.utils.structure.element.factory.concrete.HashMapFactory<K,V>
- Type Parameters:
K - V -
- All Implemented Interfaces:
- Serializable, Factory<Map<K,V>>
public class HashMapFactory<K,V>
- extends Object
- implements Factory<Map<K,V>>, Serializable
Factory for HashMap intances
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashMapFactory
public HashMapFactory()
newInstance
public Map<K,V> newInstance()
- Description copied from interface:
Factory
- Factory method for an element
- Specified by:
newInstance in interface Factory<Map<K,V>>
- Returns:
Copyright © 2013. All Rights Reserved.