public interface PluginMetaIterator extends Iterator<PluginMeta>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
PluginMeta |
next() |
void |
remove() |
forEachRemainingboolean hasNext()
hasNext in interface Iterator<PluginMeta>PluginMeta next()
next in interface Iterator<PluginMeta>void close()
close in interface AutoCloseablevoid remove()
remove in interface Iterator<PluginMeta>Copyright © 2023. All rights reserved.