Class Maps.MapWrapper<K,​V>

  • Enclosing class:
    Maps

    public static final class Maps.MapWrapper<K,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MapWrapper()  
    • Method Summary

      Modifier and Type Method Description
      java.util.Map<K,​V> build()  
      Maps.MapWrapper<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

      • MapWrapper

        public MapWrapper()