Package | Description |
---|---|
com.tietoenator.trip.jxp.ccl |
CCL command processing support.
|
Modifier and Type | Method and Description |
---|---|
TdbTerm |
TdbTermList.get(int index)
Returns a TdbTerm instance for the term at the specified index.
|
TdbTerm[] |
TdbTermList.toArray()
Returns the entire term list as an array.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbTerm> |
TdbTermList.iterator()
Returns an iterator over the terms in this term list.
|