Class UILocalizedIndexedCollation

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class UILocalizedIndexedCollation
    extends NSObject
    Since:
    Available in iOS 3.0 and later.
    • Constructor Detail

      • UILocalizedIndexedCollation

        public UILocalizedIndexedCollation()
      • UILocalizedIndexedCollation

        protected UILocalizedIndexedCollation​(NSObject.Handle h,
                                              long handle)
      • UILocalizedIndexedCollation

        protected UILocalizedIndexedCollation​(NSObject.SkipInit skipInit)
    • Method Detail

      • getSectionTitles

        public java.util.List<java.lang.String> getSectionTitles()
      • getSectionIndexTitles

        public java.util.List<java.lang.String> getSectionIndexTitles()
      • getSection

        public long getSection​(long indexTitleIndex)
      • getSection

        public long getSection​(NSObject object,
                               org.robovm.objc.Selector selector)
      • sortArray

        public NSArray<?> sortArray​(NSArray<?> array,
                                    org.robovm.objc.Selector selector)