3738394041424344454647
); Iterator<List<IndexFile>> partitions = Iterators.partition( FluentIterable .from(walk) .transform(new RevCommitToIndexFile(context)) .iterator(), 100); while (partitions.hasNext()) { List<IndexFile> indexFiles = partitions.next();