Package io.kjson

Class JSONObject.Property

  • All Implemented Interfaces:
    kotlin.collections.Map.Entry , kotlin.collections.MutableMap.MutableEntry

    
    public final class JSONObject.Property
    extends ImmutableMapEntry<String, JSONValue>
                        

    A class to represent a property (name-value pair).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      • Methods inherited from class net.pwall.util.ImmutableMapEntry

        equals, getKey, getValue, hashCode, setValue, toString
      • Methods inherited from class java.lang.Object

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