Class TracerConfigNamespaceContextImpl.Iterator

    • Constructor Detail

      • Iterator

        public Iterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if and only if next() hasn't been called yet.
        Specified by:
        hasNext in interface Iterator<String>
        Returns:
        true when called once then false.
      • remove

        public void remove()
        Unsupported operation.
        Specified by:
        remove in interface Iterator<String>
      • next

        public String next()
        Returns the next prefix, that is the first call will return "dns" and then a NoSuchElementException will be raised.
        Specified by:
        next in interface Iterator<String>
        Returns:
        the next prefix