Class NSIndexPath

    • Constructor Detail

      • NSIndexPath

        public NSIndexPath()
      • NSIndexPath

        public NSIndexPath​(long index)
      • NSIndexPath

        public NSIndexPath​(NSCoder decoder)
      • NSIndexPath

        public NSIndexPath​(long[] indexes)
    • Method Detail

      • getLength

        public long getLength()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • getIndexes

        public int[] getIndexes()
      • getIndexes

        public int[] getIndexes​(NSRange positionRange)
        Since:
        Available in iOS 7.0 and later.
      • getSection

        public int getSection()
      • getRow

        public int getRow()
      • getItem

        public int getItem()
        Since:
        Available in iOS 6.0 and later.
      • row

        public static NSIndexPath row​(long row,
                                      long section)
      • item

        public static NSIndexPath item​(long item,
                                       long section)
        Since:
        Available in iOS 6.0 and later.
      • init

        protected long init​(long index)
      • addIndex

        public NSIndexPath addIndex​(long index)
      • removeLastIndex

        public NSIndexPath removeLastIndex()
      • getIndexAt

        public long getIndexAt​(long position)
      • init

        protected long init​(NSCoder decoder)