protected static class Plugin.Engine.Source.InMemory.MapEntryIterator extends Object implements Iterator<Plugin.Engine.Source.Element>
| Modifier | Constructor and Description |
|---|---|
protected |
MapEntryIterator(Iterator<Map.Entry<String,byte[]>> iterator)
Creates a new map entry iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Plugin.Engine.Source.Element |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<Plugin.Engine.Source.Element>public Plugin.Engine.Source.Element next()
next in interface Iterator<Plugin.Engine.Source.Element>public void remove()
remove in interface Iterator<Plugin.Engine.Source.Element>Copyright © 2014–2023. All rights reserved.