Class HashMapBuilder<K,​V>


  • public class HashMapBuilder<K,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HashMapBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<K,​V> build()  
      HashMapBuilder<K,​V> put​(K key, V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HashMapBuilder

        public HashMapBuilder()
    • Method Detail

      • build

        public java.util.Map<K,​V> build()