Searched refs:ZipEntryIterator (Results 1 – 2 of 2) sorted by relevance
231 private class ZipEntryIterator class in ZipFile235 public ZipEntryIterator() { in ZipEntryIterator() method in ZipFile.ZipEntryIterator
521 private class ZipEntryIterator<T extends ZipEntry> class in ZipFile527 public ZipEntryIterator(int entryCount) { in ZipEntryIterator() method in ZipFile.ZipEntryIterator578 return new ZipEntryIterator<ZipEntry>(res.zsrc.total); in entries()585 return new ZipEntryIterator<JarEntry>(res.zsrc.total); in jarEntries()