Package de.christofreichardt.diagnosis
Class TracerConfigNamespaceContextImpl.Iterator
java.lang.Object
de.christofreichardt.diagnosis.TracerConfigNamespaceContextImpl.Iterator
- Enclosing class:
- TracerConfigNamespaceContextImpl
Simplified implementation of an iterator.
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
hasNext
public boolean hasNext()Returns true if and only if next() hasn't been called yet. -
remove
public void remove()Unsupported operation. -
next
Returns the next prefix, that is the first call will return "dns" and then a NoSuchElementException will be raised.
-