public interface WordSequence
Modifier and Type | Method and Description |
---|---|
WordSequenceContent |
getElement(int index)
Returns the element at a given index.
|
int |
getQtyElements()
Returns the number of items in this sequence.
|
int getQtyElements()
WordSequenceContent getElement(int index)
index
- The index for which the element is wanted.index
.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.