Class Path.Element<T>

java.lang.Object
org.microbean.path.Path.Element<T>
Type Parameters:
T - the type of this Path.Element
All Implemented Interfaces:
Constable, Qualified<String,Object,T>
Enclosing class:
Path<T>

public static final class Path.Element<T> extends Object implements Qualified<String,Object,T>
An element normally within a Path, consisting of a Qualifiers, a name, and an optional thing that it designates or points to.
Author:
Laird Nelson