|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlist.util.IntegerSquarer
public class IntegerSquarer
A Squarer squares its argument
| Constructor Summary | |
|---|---|
IntegerSquarer()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
apply(java.lang.Object arg)
Apply this Squarer to an argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerSquarer()
| Method Detail |
|---|
public java.lang.Integer apply(java.lang.Object arg)
apply in interface Function1argarg - the value to be squared
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||