118 tempResult = this.type.compareTo(other.type);
if (tempResult != 0) {
121 tempResult = this.values.
compareTo(other.values);
122 if (tempResult != 0) {
125 if (this.time < other.time) {
127 }
else if (this.time > other.time) {
132 if (tempResult != 0) {