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 indexIndexOutOfBoundsException
IStringIterator iterator()
int size()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.