|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectantlr.collections.impl.LLCell
class LLCell
A linked list cell, which contains a ref to the object and next cell. The data,next members are public to this class, but not outside the collections.impl package.
Field Summary | |
---|---|
(package private) java.lang.Object |
data
|
(package private) LLCell |
next
|
Constructor Summary | |
---|---|
LLCell(java.lang.Object o)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.Object data
LLCell next
Constructor Detail |
---|
public LLCell(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |