public static class TestData.MyValue extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TestData.MyValue>
Modifier and Type | Field and Description |
---|---|
int |
value |
Constructor and Description |
---|
MyValue(int value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestData.MyValue o) |
public int compareTo(TestData.MyValue o)
compareTo
in interface java.lang.Comparable<TestData.MyValue>