jfreerails.controller
Class OpenList.OpenListEntry

java.lang.Object
  extended by jfreerails.controller.OpenList.OpenListEntry
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OpenList.OpenListEntry>
Enclosing class:
OpenList

static class OpenList.OpenListEntry
extends java.lang.Object
implements java.lang.Comparable<OpenList.OpenListEntry>, java.io.Serializable


Field Summary
(package private)  int f
           
(package private)  int node
           
private static long serialVersionUID
           
 
Constructor Summary
OpenList.OpenListEntry(int _f, int _node)
           
 
Method Summary
 int compareTo(OpenList.OpenListEntry o)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

f

final int f

node

final int node
Constructor Detail

OpenList.OpenListEntry

OpenList.OpenListEntry(int _f,
                       int _node)
Method Detail

compareTo

public int compareTo(OpenList.OpenListEntry o)
Specified by:
compareTo in interface java.lang.Comparable<OpenList.OpenListEntry>

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object