Interface S2FieldPath

All Superinterfaces:
FieldPath
All Known Subinterfaces:
S2ModifiableFieldPath
All Known Implementing Classes:
S2LongFieldPath, S2LongModifiableFieldPath

public interface S2FieldPath extends FieldPath
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
    int
    get(int i)
     
    int
     

    Methods inherited from interface skadistats.clarity.model.FieldPath

    s1, s2
  • Method Details

    • get

      int get(int i)
    • last

      int last()
    • asString

      default String asString()