|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDAT.LinkChar
public class LinkChar
A link used to (recursively) construct a linked list of chars.
Field Summary | |
---|---|
char |
item
Item stored in this link. |
LinkChar |
successor
Reference to the rest of the list. |
Constructor Summary | |
---|---|
LinkChar(char c,
LinkChar s)
Create a new link. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public char item
public LinkChar successor
Constructor Detail |
---|
public LinkChar(char c, LinkChar s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |