|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.HtmlElement.MapEntryWrappingIterator
public static class HtmlElement.MapEntryWrappingIterator
Converts an iteration of plain Map.Entry
into an iteration of HtmlAttr
.
Constructor Summary | |
---|---|
HtmlElement.MapEntryWrappingIterator(java.util.Iterator iterator,
HtmlElement htmlElement)
Wraps a new iterator around an iterator of attributes. |
Method Summary | |
---|---|
boolean |
hasNext()
Delegates to wrapped Iterator. |
java.lang.Object |
next()
Wraps the next entry into a new HtmlAttr. |
void |
remove()
Delegates to wrapped Iterator. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlElement.MapEntryWrappingIterator(java.util.Iterator iterator, HtmlElement htmlElement)
iterator
- An iterator of Map.Entry.htmlElement
- the Parent of all the attributes.Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |