|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlist.util.DoubleMultiplier
public class DoubleMultiplier
A DoubleMultiplier multiplies two Number arguments to return a Double. specified in the constructor.
| Constructor Summary | |
|---|---|
DoubleMultiplier()
|
|
| Method Summary | |
|---|---|
java.lang.Double |
apply(java.lang.Object arg1,
java.lang.Object arg2)
Multipliy the arguments together |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleMultiplier()
| Method Detail |
|---|
public java.lang.Double apply(java.lang.Object arg1,
java.lang.Object arg2)
apply in interface Function2argarg1 - one of the factorsarg2 - the second factor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||