Package com.tangosol.run.xml
Class SimpleElement.ElementIterator
java.lang.Object
com.tangosol.run.xml.SimpleElement.ElementIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
SimpleElement
Provides an Iterator implementation that exposes only those Elements
from the Element list that match a certain name.
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
protected XmlElement
protected Iterator
protected int
protected String
protected static final int
protected static final int
-
Constructor Summary
-
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
-
Field Details
-
m_sName
-
m_iterator
-
m_element
-
m_nState
protected int m_nState -
FOUND
protected static final int FOUND- See Also:
-
RETURNED
protected static final int RETURNED- See Also:
-
REMOVED
protected static final int REMOVED- See Also:
-
-
Constructor Details
-
ElementIterator
-
-
Method Details