org.omnaest.utils.structure.element.factory.concrete
Class HashMapFactory<K,V>

java.lang.Object
  extended by 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

Constructor Summary
HashMapFactory()
           
 
Method Summary
 Map<K,V> newInstance()
          Factory method for an element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapFactory

public HashMapFactory()
Method Detail

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.