Class JQueryList<T>


  • @JsType(isNative=true)
    public abstract class JQueryList<T>
    extends Object
    • Field Detail

      • length

        public int length
    • Constructor Detail

      • JQueryList

        public JQueryList()
    • Method Detail

      • get

        public abstract T get​(int index)