Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @Override
  2. public int compareTo(Object o) {
  3. Thief other = (Thief)o;
  4. return this.fitnessVal<other.fitnessVal?1:this.fitnessVal==other.fitnessVal?0:-1;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement