Xesevi

TaskListIterator Interface

Jul 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import java.util.Iterator;
  2.  
  3.  
  4. public interface TaskListIterator extends Iterator<Task> {
  5. public void setScanType(int k);
  6.  
  7. }
Add Comment
Please, Sign In to add comment