public class PluginMetaIteratorImpl extends Object implements PluginMetaIterator
| Constructor and Description |
|---|
PluginMetaIteratorImpl(@NotNull PluginMetaProvider metaProvider,
@NotNull Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
PluginMeta |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PluginMetaIteratorImpl(@NotNull
@NotNull PluginMetaProvider metaProvider,
@NotNull
@NotNull Transaction transaction)
public boolean hasNext()
hasNext in interface Iterator<PluginMeta>hasNext in interface PluginMetaIteratorpublic PluginMeta next()
next in interface Iterator<PluginMeta>next in interface PluginMetaIteratorpublic void close()
close in interface AutoCloseableclose in interface PluginMetaIteratorpublic void remove()
remove in interface Iterator<PluginMeta>remove in interface PluginMetaIteratorCopyright © 2023. All rights reserved.