public final class NSRange extends Object
Modifier and Type | Field and Description |
---|---|
int |
length
The length of the NSRange.
|
int |
location
The index that represents the location of the NSRange.(starts with 0).
|
Constructor and Description |
---|
NSRange(int location,
int length)
Constructs an NSRange object with the specified values for location and
length.
|
public int location
public int length
Copyright © 2018. All rights reserved.