Package org.robovm.apple.corefoundation
Class CFRange
public class CFRange extends Struct<CFRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFRange.CFRangePtr -
Constructor Summary
-
Method Summary
Modifier and Type Method Description longgetLength()longgetLocation()CFRangesetLength(long length)CFRangesetLocation(long location)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
Method Details
-
getLocation
public long getLocation() -
setLocation
-
getLength
public long getLength() -
setLength
-