JML

Uses of Class
org.jmlspecs.samples.sets.IntegerSetAsTree

Packages that use IntegerSetAsTree
org.jmlspecs.samples.sets This package contains samples of JML specifications relating to sets. 
 

Uses of IntegerSetAsTree in org.jmlspecs.samples.sets
 

Fields in org.jmlspecs.samples.sets declared as IntegerSetAsTree
private  IntegerSetAsTree IntegerSetAsTree.left
          The left subtree, which may be null.
private  IntegerSetAsTree IntegerSetAsTree.right
          The right subtree, which may be null.
private  IntegerSetAsTree IntegerSetAsTree.parent
          The parent of this subtree, which may be null.
 

Methods in org.jmlspecs.samples.sets that return IntegerSetAsTree
private  IntegerSetAsTree IntegerSetAsTree.getSuccessor()
           
private  IntegerSetAsTree IntegerSetAsTree.getPredecessor()
           
 

Constructors in org.jmlspecs.samples.sets with parameters of type IntegerSetAsTree
IntegerSetAsTree(int elem, IntegerSetAsTree par)
           
 


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.