Class JSONParser.Pair<K,​V>

  • Enclosing class:
    JSONParser

    static class JSONParser.Pair<K,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) K key  
      (package private) V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(K k, V v)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        final K key
      • value

        final V value
    • Constructor Detail

      • Pair

        Pair​(K k,
             V v)