public class HashMapFactory<K,V> extends Object implements Factory<Map<K,V>>
HashMapFactory()
Map<K,V>
create()
static <K1,V1> HashMapFactory<K1,V1>
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashMapFactory()
public static <K1,V1> HashMapFactory<K1,V1> get()
public Map<K,V> create()
create
Factory<Map<K,V>>
Copyright © 2015 Revolution Systems Inc.. All rights reserved.