org.apache.blur.shell
Class TableDisplay.Key
java.lang.Object
org.apache.blur.shell.TableDisplay.Key
- All Implemented Interfaces:
- Comparable<TableDisplay.Key>
- Enclosing class:
- TableDisplay
public static class TableDisplay.Key
- extends Object
- implements Comparable<TableDisplay.Key>
TableDisplay.Key
public TableDisplay.Key(int x,
int y)
getX
public int getX()
getY
public int getY()
compareTo
public int compareTo(TableDisplay.Key o)
- Specified by:
compareTo
in interface Comparable<TableDisplay.Key>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.