edu.rice.cs.drjava.model.definitions.reducedmodel
Class ModelList.Node
java.lang.Object
|
+--edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
- Enclosing class:
- ModelList
- private static class ModelList.Node
- extends Object
A node class for the list.
Each node has a successor and predecessor, which is also a node
as well as an item of type T.
We keep it private inside this class so Node is never shown to
the outside world to wreak havoc upon the list.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |