Package ball.game.crossword
Class Label
- java.lang.Object
-
- ball.game.crossword.Label
-
- All Implemented Interfaces:
Comparable<Label>
public class Label extends Object implements Comparable<Label>
Crossword clueLabel.- Author:
- Allen D. Ball
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Label that)booleanequals(Object object)DirectiongetDirection()intgetIndex()inthashCode()static Labelparse(String string)StringtoString()
-
-
-
Method Detail
-
getDirection
public Direction getDirection()
-
getIndex
public int getIndex()
-
compareTo
public int compareTo(Label that)
- Specified by:
compareToin interfaceComparable<Label>
-
-