Class Maps.Builder<K,​V>

  • Enclosing class:
    Maps

    public static class Maps.Builder<K,​V>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<K,​V> build()  
      Maps.Builder<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
    • Method Detail

      • build

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