public interface IStringSequence
| Modifier and Type | Method and Description |
|---|---|
String |
get(int index)
Gets a string at a given index in the sequence
|
IStringIterator |
iterator() |
int |
size() |
String get(int index) throws IndexOutOfBoundsException
index - The indexIndexOutOfBoundsExceptionIStringIterator iterator()
int size()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.