Inheritance diagram for Multiplier::

Public Methods | |
| Object | apply (Object x, Object y) |
Static Public Methods | |
| Number | multiply (Object x, Object y) |
Definition at line 11 of file Multiplier.java.
|
|
Apply this Multiplier object to two Objects, both of which should be Numbers. If they are not numbers, a ClassCastException will be thrown.
Reimplemented from Function2. Definition at line 33 of file Multiplier.java. |
|
|
Multiply two Objects, both of which should be Numbers. If they are not numbers, a ClassCastException will be thrown.
Definition at line 49 of file Multiplier.java. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001