public class Node extends Object implements Comparable<Node>
Node(String text, String type, String href, String result, String childCount, List<Node> nodes)
int
compareTo(Node otherNode)
boolean
equals(Object o)
String
getHref()
List<Node>
getNodes()
getText()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Node(String text, String type, String href, String result, String childCount, List<Node> nodes)
public String getText()
public String getHref()
public List<Node> getNodes()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public int compareTo(Node otherNode)
compareTo
Comparable<Node>
Copyright © 2023. All rights reserved.