public class TreeMapBuilder<K,V>
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeMapBuilder.TreeMapWrapper<K,V> |
| Constructor and Description |
|---|
TreeMapBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> TreeMapBuilder.TreeMapWrapper<K,V> |
put(K key,
V value) |
public static <K,V> TreeMapBuilder.TreeMapWrapper<K,V> put(K key, V value)