949596979899100
throw new RuntimeException("Not done"); } @Override public <T> PCollection<T> fromJava(Iterable<T> source) { return fromJava(source, new PCollectionType(new StringType())); }
99100101102103104105
return fromJava(source, new PCollectionType(new StringType())); } @Override public PCollection<String> readTextFile(String name) throws IOException { return readFile(name, new PCollectionType(new StringType())); }