Interface S2ModifiableFieldPath

All Superinterfaces:
FieldPath, S2FieldPath
All Known Implementing Classes:
S2LongModifiableFieldPath

public interface S2ModifiableFieldPath extends S2FieldPath
  • Method Details

    • newInstance

      static S2ModifiableFieldPath newInstance()
    • set

      void set(int i, int v)
    • get

      int get(int i)
      Specified by:
      get in interface S2FieldPath
    • down

      void down()
    • up

      void up(int n)
    • last

      int last()
      Specified by:
      last in interface S2FieldPath
    • unmodifiable

      S2FieldPath unmodifiable()
    • inc

      default void inc(int i, int n)
    • inc

      default void inc(int n)
    • cur

      default void cur(int v)
    • cur

      default int cur()