public class NodeIndex extends Object implements Comparable<NodeIndex>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NodeIndex o) |
boolean |
equals(Object obj) |
Integer |
getIndex() |
int |
hashCode() |
static NodeIndex |
of(Integer index) |
String |
toString() |
public Integer getIndex()
public int compareTo(NodeIndex o)
compareTo in interface Comparable<NodeIndex>Copyright © 2017. All rights reserved.