Package net.bytebuddy.build
Class Plugin.Engine.Source.InMemory.MapEntryIterator
- java.lang.Object
-
- net.bytebuddy.build.Plugin.Engine.Source.InMemory.MapEntryIterator
-
- All Implemented Interfaces:
Iterator<Plugin.Engine.Source.Element>
- Enclosing class:
- Plugin.Engine.Source.InMemory
protected static class Plugin.Engine.Source.InMemory.MapEntryIterator extends Object implements Iterator<Plugin.Engine.Source.Element>
An iterator that represents map entries as sources.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapEntryIterator(Iterator<Map.Entry<String,byte[]>> iterator)Creates a new map entry iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Plugin.Engine.Source.Elementnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Plugin.Engine.Source.Element>
-
next
public Plugin.Engine.Source.Element next()
- Specified by:
nextin interfaceIterator<Plugin.Engine.Source.Element>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<Plugin.Engine.Source.Element>
-
-