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, wait
forEachRemaining
public PluginMetaIteratorImpl(@NotNull @NotNull PluginMetaProvider metaProvider, @NotNull @NotNull Transaction transaction)
public boolean hasNext()
hasNext
in interface Iterator<PluginMeta>
hasNext
in interface PluginMetaIterator
public PluginMeta next()
next
in interface Iterator<PluginMeta>
next
in interface PluginMetaIterator
public void close()
close
in interface AutoCloseable
close
in interface PluginMetaIterator
public void remove()
remove
in interface Iterator<PluginMeta>
remove
in interface PluginMetaIterator
Copyright © 2023. All rights reserved.