|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneWayNode | |
org.jmlspecs.samples.list.node2 |
Uses of OneWayNode in org.jmlspecs.samples.list.node2 |
Subclasses of OneWayNode in org.jmlspecs.samples.list.node2 | |
class |
TwoWayNode
|
Fields in org.jmlspecs.samples.list.node2 declared as OneWayNode | |
protected OneWayNode |
OneWayNode.nextNode_
|
protected OneWayNode |
Link.node_
|
Methods in org.jmlspecs.samples.list.node2 that return OneWayNode | |
OneWayNode |
OneWayNode.getNextNode()
|
Methods in org.jmlspecs.samples.list.node2 with parameters of type OneWayNode | |
protected String |
OneWayNode.stringOfEntries(OneWayNode curr)
Returns the string concatentation of all nodes following this node up to and excluding the end of the chain or this, which ever is reached first (i.e. this method will terminate even for circular lists). |
Constructors in org.jmlspecs.samples.list.node2 with parameters of type OneWayNode | |
OneWayNode(Object ent,
OneWayNode nxtNode)
|
|
Link(OneWayNode node)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |