Class CFRange

All Implemented Interfaces:
Iterable<CFRange>

public class CFRange
extends Struct<CFRange>
  • Constructor Details

    • CFRange

      public CFRange()
    • CFRange

      public CFRange​(long location, long length)
  • Method Details

    • getLocation

      public long getLocation()
    • setLocation

      public CFRange setLocation​(long location)
    • getLength

      public long getLength()
    • setLength

      public CFRange setLength​(long length)