| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
ChainedList |
ChainedList.addAllLinks(java.util.Collection<T> c)
Appends all of the elements in the specified collection to the end of this
list, in the order that they are returned by the specified collection's
iterator.
|
ChainedList |
ChainedList.addLink(T o)
Appends the specified element to the end of this list.
|