121 tempResult = this.type.compareTo(other.type);
if (tempResult != 0) {
124 tempResult = this.values.
compareTo(other.values);
125 if (tempResult != 0) {
128 if (this.time < other.time) {
130 }
else if (this.time > other.time) {
135 if (tempResult != 0) {