Package 

Class IndexOpKt

  • All Implemented Interfaces:

    
    public final class IndexOpKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static JSONValue get(JSONValue $self, JSONPointer pointer) Get the entry within thisJSONValue using the specified JSONPointer.
      final static Boolean contains(JSONValue $self, JSONPointer pointer) Test whether the specified JSONPointer points to a valid entry in thisJSONValue.
      • Methods inherited from class java.lang.Object

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