Interface JSArrayReader<T extends JSObject>

All Superinterfaces:
JSObject
All Known Subinterfaces:
AudioTrackList, HTMLCollection, HTMLOptionsCollection, NamedNodeMap<T>, NodeList<T>, TextTrackCueList, TextTrackList, VideoTrackList
All Known Implementing Classes:
JSArray, Window

public interface JSArrayReader<T extends JSObject> extends JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    get​(int index)
     
    int
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getLength

      int getLength()
    • get

      T get(int index)