Class NSIndexSet

Direct Known Subclasses:
NSMutableIndexSet

public class NSIndexSet extends NSObject
  • Constructor Details

    • NSIndexSet

      public NSIndexSet()
    • NSIndexSet

      public NSIndexSet(long id)
    • NSIndexSet

      public NSIndexSet(id id)
  • Method Details

    • containsIndex

      public boolean containsIndex(long value)
    • count

      public long count()
    • firstIndex

      public long firstIndex()
    • getIndexes

      public long getIndexes(long[] indexBuffer, long bufferSize, long range)
    • indexSetWithIndex

      public static NSIndexSet indexSetWithIndex(long value)
    • initWithIndex

      public NSIndexSet initWithIndex(long value)
    • initWithIndexSet

      public NSIndexSet initWithIndexSet(NSIndexSet indexSet)
    • initWithIndexesInRange

      public NSIndexSet initWithIndexesInRange(NSRange range)