- Type Parameters:
K - the TreeMap key type parameter
V - the TreeMap value type parameter
- All Implemented Interfaces:
- Provider<TreeMap<K,V>>
public class TreeMapFactory<K,V>
extends Object
implements Provider<TreeMap<K,V>>
Creates an empty TreeMap.
- Author:
- rferranti