public class PluginMetaIterator extends Object implements Iterator<PluginMeta>, AutoCloseable
| Constructor and Description |
|---|
PluginMetaIterator(@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 PluginMetaIterator(@NotNull
@NotNull PluginMetaProvider metaProvider,
@NotNull
@NotNull Transaction transaction)
public boolean hasNext()
hasNext in interface Iterator<PluginMeta>public PluginMeta next()
next in interface Iterator<PluginMeta>public void close()
close in interface AutoCloseablepublic void remove()
remove in interface Iterator<PluginMeta>Copyright © 2023. All rights reserved.