-
- All Implemented Interfaces:
-
kotlin.collections.Iterator,kotlin.collections.MutableIterator
public interface FileEntryIterator implements Iterator<FileEntry>
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.collections.MutableIterator
forEachRemaining, hasNext, next -
Methods inherited from class io.zeko.restapi.core.utilities.zip.FileEntryIterator
remove -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-