Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Reply tmp;
  2. ListIterator<Code> x = codes.listIterator();
  3. while (x.hasNext()){
  4. if(x.nextIndex()==0){
  5. x.next();
  6. System.out.println("dkealkföd");
  7. }
  8. else {
  9. System.out.println("ok" + x.previous());
  10. tmp=compareFunc(x.previous(),newGuess);
  11. if (!r.equals(tmp))
  12. ;//codes.remove(x.previousIndex());
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement