K - the LinkedHashMap key type parameterV - the LinkedHashMap value type parameterpublic class LinkedHashMapFactory<K,V> extends Object implements Supplier<LinkedHashMap<K,V>>
| Constructor and Description |
|---|
LinkedHashMapFactory() |
public LinkedHashMap<K,V> get()
get in interface Supplier<LinkedHashMap<K,V>>Copyright © 2017. All rights reserved.