com.atlassian.jira.entity
Class PagedListIterator<E>

java.lang.Object
  extended by com.atlassian.jira.entity.PagedListIterator<E>
All Implemented Interfaces:
Iterator<List<E>>

public class PagedListIterator<E>
extends Object
implements Iterator<List<E>>


Method Summary
 boolean hasNext()
           
 List<E> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<List<E>>

next

public List<E> next()
Specified by:
next in interface Iterator<List<E>>

remove

public void remove()
Specified by:
remove in interface Iterator<List<E>>


Copyright © 2002-2013 Atlassian. All Rights Reserved.