JML

Uses of Class
org.jmlspecs.samples.list.node2.OneWayNode

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

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.