private static class TestStruct.Pojo1 extends Object implements Comparable<TestStruct.Pojo1>
Modifier and Type | Field and Description |
---|---|
(package private) double |
doubleFieldAsc |
(package private) int |
intFieldAsc |
(package private) String |
str |
(package private) String |
stringFieldAsc |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestStruct.Pojo1 o) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
final String stringFieldAsc
final int intFieldAsc
final double doubleFieldAsc
public int compareTo(TestStruct.Pojo1 o)
compareTo
in interface Comparable<TestStruct.Pojo1>
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.