Package 

Class JSONObject.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer size
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getSize()
      final Boolean containsKey(String name)
      final Unit add(String name, JSONValue value)
      final Unit add(String name, String value)
      final Unit add(String name, Integer value)
      final Unit add(String name, Long value)
      final Unit add(String name, BigDecimal value)
      final Unit add(String name, Boolean value)
      final Unit remove(String name)
      final JSONValue get(String name)
      final JSONObject build()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait