protected static class AbstractTreeModel.Path
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
int[] |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
Path(AbstractTreeModel.Path p) |
protected |
Path(int[] path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
protected Path(int[] path)
protected Path(AbstractTreeModel.Path p)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2024 Potix Corporation. All Rights Reserved.