|
|||||||||
| Home >> All >> com >> eireneh >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.util
Class RobustList.Entry

java.lang.Objectcom.eireneh.util.RobustList.Entry
- Enclosing class:
- RobustList
- private class RobustList.Entry
- extends java.lang.Object
| Field Summary | |
(package private) RobustList.Entry |
next
|
(package private) java.lang.Object |
object
|
(package private) RobustList.Entry |
prev
|
| Constructor Summary | |
(package private) |
RobustList.Entry(java.lang.Object object)
|
| Method Summary | |
(package private) void |
debug()
|
(package private) void |
remove()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
object
java.lang.Object object
next
RobustList.Entry next
prev
RobustList.Entry prev
| Constructor Detail |
RobustList.Entry
RobustList.Entry(java.lang.Object object)
| Method Detail |
remove
void remove()
debug
void debug()
|
|||||||||
| Home >> All >> com >> eireneh >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.eireneh.util.RobustList.Entry