public static class Table.Node extends Object implements Comparable<Table.Node>
| Modifier and Type | Method and Description |
|---|---|
void |
addNext(Table.Node next) |
int |
compareTo(Table.Node o) |
public Node(String value)
public void addNext(Table.Node next)
public int compareTo(Table.Node o)
compareTo in interface Comparable<Table.Node>Copyright © 2016–2019 JBoss by Red Hat. All rights reserved.