Uses of Class
jsonvalues.Index

Packages that use Index
Package
Description
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
  • Uses of Index in jsonvalues

    Methods in jsonvalues that return Index
    Modifier and Type
    Method
    Description
    Index.asIndex()
    Returns this index.
    Key.asIndex()
    throws an UserError exception.
    Position.asIndex()
    Casts this position into an Index, throwing an exception if it's a Key.
    static Index
    Index.of(int index)
    Returns a new instance witch represents the given index in an array.