Interface Path<P extends Path<P,E>, E>
- 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
-
getPaths
-