Class MapBuilder<K,​V>


  • public final class MapBuilder<K,​V>
    extends Object
    This class is used for Java < 9 to simplify the creation of maps. After moving to Java > 9, should be replaced by Immutable Map Static Factory Methods
    See Also:
    Immutable Map Static Factory Methods