Package org.htmlunit.cssparser.dom
Class CSSStyleSheetImpl.SelectorEntriesIterator
java.lang.Object
org.htmlunit.cssparser.dom.CSSStyleSheetImpl.SelectorEntriesIterator
- All Implemented Interfaces:
Iterator<CSSStyleSheetImpl.SelectorEntry>
- Enclosing class:
CSSStyleSheetImpl
static final class CSSStyleSheetImpl.SelectorEntriesIterator
extends Object
implements Iterator<CSSStyleSheetImpl.SelectorEntry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LinkedList
<Iterator<CSSStyleSheetImpl.SelectorEntry>> -
Constructor Summary
ConstructorsConstructorDescriptionSelectorEntriesIterator
(CSSStyleSheetImpl.CSSStyleSheetRuleIndex index, String elementName, String[] classes) -
Method Summary
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, remove
-
Field Details
-
iterators_
-
-
Constructor Details
-
SelectorEntriesIterator
SelectorEntriesIterator(CSSStyleSheetImpl.CSSStyleSheetRuleIndex index, String elementName, String[] classes)
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<CSSStyleSheetImpl.SelectorEntry>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<CSSStyleSheetImpl.SelectorEntry>
-