jdsl.core.algo.treetraversals
Class MultiplicationOperator

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

public class MultiplicationOperator
extends java.lang.Object
implements OperatorInfo


Constructor Summary
MultiplicationOperator()
           
 
Method Summary
 java.lang.Integer operation(java.lang.Integer x, java.lang.Integer y)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiplicationOperator

public MultiplicationOperator()
Method Detail

operation

public java.lang.Integer operation(java.lang.Integer x,
                                   java.lang.Integer y)
Specified by:
operation in interface OperatorInfo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object