All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.algo.treetraversals.AdditionOperator

java.lang.Object
   |
   +----jdsl.core.algo.treetraversals.AdditionOperator

public class AdditionOperator
extends Object
implements OperatorInfo

Constructor Index

 o AdditionOperator()

Method Index

 o operation(Integer, Integer)
 o toString()

Constructors

 o AdditionOperator
 public AdditionOperator()

Methods

 o operation
 public Integer operation(Integer x,
                          Integer y)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index