Package de.christofreichardt.diagnosis
Class TracerConfigNamespaceContextImpl.Iterator
- java.lang.Object
-
- de.christofreichardt.diagnosis.TracerConfigNamespaceContextImpl.Iterator
-
-
Constructor Summary
Constructors Constructor Description Iterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Returns true if and only if next() hasn't been called yet.Stringnext()Returns the next prefix, that is the first call will return "dns" and then a NoSuchElementException will be raised.voidremove()Unsupported operation.-
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
-
-