|
Ascent Phase Corp. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.ascentphase.suit.ArrayItemList
An ItemList that uses a String array as its underlying data source.
| Constructor Summary | |
ArrayItemList(java.lang.String[] list)
Initializes this class with the given Array of Strings. |
|
| Method Summary | |
int |
getSize()
Returns the current size of the list. |
java.lang.String |
getStringAt(int index)
Returns the String item at the given index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArrayItemList(java.lang.String[] list)
list - the array of Strings.| Method Detail |
public int getSize()
getSize in interface ItemListpublic java.lang.String getStringAt(int index)
getStringAt in interface ItemListindex - the index value.
|
Ascent Phase Corp. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||