| Modifier and Type | Field and Description |
|---|---|
private LinkedList |
mChain
The linked list that maintians the chain of names of the transfer
jobs.
|
| Constructor and Description |
|---|
TransferChain()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name)
Adds to the end of the chain.
|
String |
getLast()
Returns the last element in the chain.
|
String |
toString()
Returns the textual description of the object.
|
private LinkedList mChain