Class NSMutableIndexSet


public class NSMutableIndexSet extends NSIndexSet
  • Constructor Details

    • NSMutableIndexSet

      public NSMutableIndexSet()
    • NSMutableIndexSet

      public NSMutableIndexSet(long id)
    • NSMutableIndexSet

      public NSMutableIndexSet(id id)
  • Method Details

    • addIndex

      public void addIndex(long value)
    • removeIndex

      public void removeIndex(long value)
    • indexSetWithIndex

      public static NSMutableIndexSet indexSetWithIndex(long value)