public interface Collection
| Modifier and Type | Method and Description |
|---|---|
Object |
getItemAt(int index)
Returns a specified item with a given index.
|
int |
getSize()
Returns the number of items in a collection.
|
int getSize()
Object getItemAt(int index)
index - the index number in the collection. The index number is zero-based.Copyright © 2017. All rights reserved.