T
- the generic type of object@PublicApi public class Breadcrumb<T> extends Object
NodeLocation
inside a node. This means getNode()
returns a Node which has a child
at getLocation()
A list of Breadcrumbs is used to identify the exact location of a specific node inside a tree.Constructor and Description |
---|
Breadcrumb(T node,
NodeLocation location) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
NodeLocation |
getLocation() |
T |
getNode() |
int |
hashCode() |
String |
toString() |
public Breadcrumb(T node, NodeLocation location)
Copyright © 2019. All rights reserved.