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