Searched defs:ZipIterable (Results 1 – 2 of 2) sorted by relevance
108 struct ZipIterable { struct115 ZipIterable Zip(const PersistentMap& other) const { return {*this, other}; } in Zip() argument
151 public static class ZipIterable implements Iterable<Entry>, Closeable { class in Zip157 public ZipIterable(Path path) throws IOException { in ZipIterable() method in Zip.ZipIterable