org.apache.blur.shell
Class TableDisplay.Key

java.lang.Object
  extended by 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>


Constructor Summary
TableDisplay.Key(int x, int y)
           
 
Method Summary
 int compareTo(TableDisplay.Key o)
           
 boolean equals(Object obj)
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDisplay.Key

public TableDisplay.Key(int x,
                        int y)
Method Detail

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.