com.atlassian.greenhopper.util.batch
Interface BatchIterator<E>

All Superinterfaces:
java.lang.Iterable<java.util.List<E>>, java.util.Iterator<java.util.List<E>>
All Known Implementing Classes:
DirectBatchIterator, FilteredBatchIterator, FilteredSingleBatchIterator

public interface BatchIterator<E>
extends java.util.Iterator<java.util.List<E>>, java.lang.Iterable<java.util.List<E>>


Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.