java.util.zip
Class ZipFile.ZipEntryEnumeration

java.lang.Object
java.util.zip.ZipFile.ZipEntryEnumeration
- All Implemented Interfaces:
- java.util.Enumeration
- Enclosing class:
- ZipFile
- private static class ZipFile.ZipEntryEnumeration
- extends java.lang.Object
- implements java.util.Enumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elements
private final java.util.Iterator elements
ZipFile.ZipEntryEnumeration
public ZipFile.ZipEntryEnumeration(java.util.Iterator elements)
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration
- Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElements in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration
- Obtain the next element in the enumeration.
- Specified by:
nextElement in interface java.util.Enumeration