public interface SelectorList
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the length of this selector list
|
Selector |
item(int index)
Returns the selector at the specified index, or
null if this
is not a valid index. |
int getLength()
Selector item(int index)
null
if this
is not a valid index.