Uses of Class
ubic.basecode.util.BatchIterator
-
Packages that use BatchIterator Package Description ubic.basecode.util -
-
Uses of BatchIterator in ubic.basecode.util
Methods in ubic.basecode.util that return BatchIterator Modifier and Type Method Description static <E> BatchIterator<E>
BatchIterator. batches(Collection<E> collection, int batchSize)
Returns a BatchIterator over the specified collection.
-