Пример #1
0
 /**
  * Needed to ensure that the list iterators' outputs are deterministic. Without this we are
  * totally at object id's mercy.
  */
 @Override
 public int hashCode() {
   return mKey.hashCode();
 }
Пример #2
0
 public int compareTo(Operator o) {
   return mKey.compareTo(o.mKey);
 }