Module jfa

Interface NSArray<T>

    • Method Detail

      • alloc

        static <A> NSArray<A> alloc()
      • of

        static <A> NSArray<A> of​(A... values)
      • count

        int count()
      • objectAtIndex

        ID objectAtIndex​(int index)