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