| Constructor and Description |
|---|
LazyPath(UriEncoded uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbsolute()
Returns whether this path is absolute, i.e. starts with a "/".
|
boolean |
isEmpty()
Returns whether this path is empty, i.e. contains no path segments.
|
java.util.Iterator<UriEncoded> |
iterator() |
int |
parsedLength()
The length of the component in the source.
|
public LazyPath(UriEncoded uri)
public boolean isEmpty()
Pathpublic boolean isAbsolute()
PathisAbsolute in interface Pathtrue if this path is absolute, false otherwise.public java.util.Iterator<UriEncoded> iterator()
iterator in interface java.lang.Iterable<UriEncoded>public int parsedLength()
ParsedparsedLength in interface Parsed