3435363738394041424344
); ImmutableList.Builder builder = ImmutableList.<IndexFile>builder(); Visitors.visit( walk, new IndexFileVisitor(context, builder) ); ImmutableList<IndexFile> files = builder.build(); logger.info("Found {} index file", files.size());