|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WordList
An interface to specify a fixed-size list of Word objects.
| Method Summary | |
|---|---|
WordList |
copy()
Returns a deep copy of this word list. |
Word |
getWord(int index)
Gets the Word object at the specified index. |
| Methods inherited from interface danbikel.util.FixedSizeList |
|---|
add, add, addAll, addAll, clear, remove, remove, removeAll, retainAll, shift |
| Methods inherited from interface java.util.List |
|---|
contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, set, size, subList, toArray, toArray |
| Methods inherited from interface danbikel.lisp.SexpConvertible |
|---|
toSexp |
| Method Detail |
|---|
Word getWord(int index)
Word object at the specified index.
Word object at the specified index.WordList copy()
|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||