cammons
public class StupidInteger extends Object implements Comparable<StupidInteger>
Constructor Summary | |
---|---|
StupidInteger() | |
StupidInteger(int value) |
Method Summary | |
---|---|
int | compareTo(StupidInteger o) |
int | getValue() |
static void | main(String[] args) |
void | setValue(int value) |