Class ZipFile.ZipEntryEnumeration

java.lang.Object
net.sf.jazzlib.ZipFile.ZipEntryEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
ZipFile

private static class ZipFile.ZipEntryEnumeration extends Object implements Enumeration
  • Field Details

    • elements

      private final Iterator elements
  • Constructor Details

    • ZipEntryEnumeration

      public ZipEntryEnumeration(Iterator elements)
  • Method Details