|
||||||||||
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(Iterator iterator,
HtmlElement htmlElement)
Deprecated. Wraps a new iterator around an iterator of attributes. |
Method Summary | |
---|---|
boolean |
hasNext()
Deprecated. Delegates to wrapped Iterator. |
Object |
next()
Deprecated. Wraps the next entry into a new HtmlAttr. |
void |
remove()
Deprecated. Delegates to wrapped Iterator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlElement.MapEntryWrappingIterator(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 Iterator
public Object next()
next
in interface Iterator
public void remove()
remove
in interface Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |