votorola.a.register
Class Neighbourhood.Key
java.lang.Object
Neighbourhood.Key
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Neighbourhood
@ThreadSafe
static final class Neighbourhood.Key
- extends Object
- implements Serializable
A unique identifier for a particular neighbourhood.
Neighbourhood.Key
Neighbourhood.Key(String path,
boolean isLeaf)
- Constructs a Key.
- Parameters:
path - per path()isLeaf - per isLeaf()
isLeaf
boolean isLeaf()
- See Also:
Neighbourhood.isLeaf()
path
String path()
- See Also:
Neighbourhood.path()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object