Uses of Class
jsonvalues.Index

Packages that use Index
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation) data in a type-safe and structured manner.
  • Uses of Index in jsonvalues

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