Package net.sf.jazzlib
Class ZipFile.ZipEntryEnumeration
- java.lang.Object
-
- net.sf.jazzlib.ZipFile.ZipEntryEnumeration
-
- All Implemented Interfaces:
java.util.Enumeration
- Enclosing class:
- ZipFile
private static class ZipFile.ZipEntryEnumeration extends java.lang.Object implements java.util.Enumeration
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Iteratorelements
-
Constructor Summary
Constructors Constructor Description ZipEntryEnumeration(java.util.Iterator elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()java.lang.ObjectnextElement()
-