Class StupidInteger
java.lang.Object
cammons.StupidInteger
- All Implemented Interfaces:
Comparable<StupidInteger>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StupidInteger
public StupidInteger() -
StupidInteger
public StupidInteger(int value)
-
-
Method Details
-
setValue
public void setValue(int value) -
getValue
public int getValue() -
main
-
compareTo
- Specified by:
compareTo
in interfaceComparable<StupidInteger>
-