LSInputList
interface provides the abstraction of an
ordered collection of LSInput
s, without defining or
constraining how this collection is implemented.
Modifier and Type | Method and Description |
---|---|
public int | |
public LSInput | Returns: TheLSInput at the index th
position in the LSInputList , or null if
the index specified is not valid.index into the collection. index)Returns the |
getLength | back to summary |
---|---|
public int getLength() The number of |
item | back to summary |
---|---|
public LSInput item(int index) Returns the
|