Interface UriIterator

All Known Implementing Classes:
HierarchicalUriIterator, OpaqueUriIterator

public interface UriIterator
  • Method Details

    • getFullUri

      URI getFullUri()
    • next

      boolean next()
    • hasNext

      boolean hasNext()
    • getRaw

      String getRaw()
    • getDecoded

      String getDecoded()
    • getUri

      URI getUri(boolean appendSlash)
    • isFragment

      boolean isFragment()
    • isReady

      boolean isReady()
    • isPastEnd

      boolean isPastEnd()