public class NSIndexPath extends NSObject implements NSSecureCoding
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static NSIndexPath |
indexPathForRow(int row,
int section)
Returns the index path of the specified row in the particular section.
|
int |
row()
Returns a number id of a particular row.
|
int |
section()
Returns a number id of a particular section.
|
String |
toString() |
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeysupportsSecureCodingpublic static NSIndexPath indexPathForRow(int row, int section)
row - The row for which the path is requested.section - The section of the row.public int section()
public int row()
Copyright © 2020. All rights reserved.