Package io.github.jonestimd.collection
Class MapBuilder<K,V>
- java.lang.Object
-
- io.github.jonestimd.collection.MapBuilder<K,V>
-
- Type Parameters:
K
- the key typeV
- the value type
public class MapBuilder<K,V> extends java.lang.Object
Builder for immutable maps.
-
-
Constructor Summary
Constructors Constructor Description MapBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<K,V>
get()
MapBuilder<K,V>
put(K key, V value)
-