Class JSONPointer.QueryArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JSONArray array  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Integer getIndex​(java.lang.String index)  
      java.lang.Object querySection​(java.lang.String key)  
      • Methods inherited from class java.lang.Object

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

      • QueryArray

        public QueryArray​(JSONArray array)
    • Method Detail

      • getIndex

        private java.lang.Integer getIndex​(java.lang.String index)