All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.algo.treetraversals.MultiplicationOperator

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

public class MultiplicationOperator
extends Object
implements OperatorInfo

Constructor Index

 o MultiplicationOperator()

Method Index

 o operation(Integer, Integer)
 o toString()

Constructors

 o MultiplicationOperator
 public MultiplicationOperator()

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