public class EmptyIterator extends Object implements CloseableIterator<SmbResource>
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
SmbResource |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<SmbResource>Iterator.hasNext()public SmbResource next()
next in interface Iterator<SmbResource>Iterator.next()public void close()
throws CIFSException
close in interface AutoCloseableclose in interface CloseableIterator<SmbResource>CIFSExceptionCloseableIterator.close()public void remove()
remove in interface Iterator<SmbResource>Iterator.remove()Copyright © 2023. All rights reserved.