public interface Path extends java.lang.Iterable<UriEncoded>
| 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.
|
boolean isEmpty()
true if this path is empty, false otherwise.boolean isAbsolute()
true if this path is absolute, false otherwise.