-
public final class UrlTree.Node
-
-
Field Summary
Fields Modifier and Type Field Description private final ArrayList<UrlTree.Node>childrenprivate final ArrayList<UrlTree.Node>leavesprivate final Stringpathprivate final Integerdepth
-
Constructor Summary
Constructors Constructor Description UrlTree.Node(String path, Integer depth)
-
Method Summary
Modifier and Type Method Description final ArrayList<UrlTree.Node>getChildren()final ArrayList<UrlTree.Node>getLeaves()final StringgetPath()final IntegergetDepth()final Unitadd(String first, List<String> more)final Unitprint()StringtoString()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getChildren
final ArrayList<UrlTree.Node> getChildren()
-
getLeaves
final ArrayList<UrlTree.Node> getLeaves()
-
-
-
-