Uses of Interface
jsonvalues.Position

Packages that use Position
Package
Description
 
  • Uses of Position in jsonvalues

    Classes in jsonvalues that implement Position
    Modifier and Type
    Class
    Description
    final class 
    represents the index of a value in a json array.
    final class 
    represents the key of a value in a json object
    Methods in jsonvalues that return Position
    Modifier and Type
    Method
    Description
    JsPath.head()
    Returns the head of this path if it's not empty, throwing an exception otherwise.
    JsPath.last()
    returns the last position this JsPath if it's not empty or an exception otherwise.
    Methods in jsonvalues that return types with arguments of type Position
    Modifier and Type
    Method
    Description
    JsPath.stream()
    Returns a sequential Stream of Positions with this path as its source.
    Methods in jsonvalues with parameters of type Position
    Modifier and Type
    Method
    Description
    int
    Compares this index with another given position.
    int
    compares this key with another given position.