public class Label extends Object implements Comparable<Label>
Label
.Modifier | Constructor and Description |
---|---|
protected |
Label(Direction direction,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Label that) |
boolean |
equals(Object object) |
Direction |
getDirection() |
int |
getIndex() |
int |
hashCode() |
static Label |
parse(String string) |
String |
toString() |
public Direction getDirection()
public int getIndex()
public int compareTo(Label that)
compareTo
in interface Comparable<Label>
Copyright © 2015–2020 Allen D. Ball. All rights reserved.