- Type Parameters:
P- the path typeE- the path element type
public interface Path<P extends Path<P,E>,E>
Generic path to something.
A path consists of elements and optional continuation paths.
- Author:
- harald
-
Method Summary
-
Method Details
-
getElements
Gets the elements describing the path.- Returns:
- the elements, empty if none (never null)
-
getPaths
Gets the sub paths starting at end of this path.- Returns:
- the sub paths, empty if end of path (never null)
-