public abstract class Element extends Object
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj)
Must be implemented in a way so that this element can be distinguished from the other ones.
|
abstract int |
hashCode()
Make sure to implement this properly.
|
abstract String |
toString()
The string representation will only be used to print readable property paths for debug purposes.
|
public abstract boolean equals(Object obj)
public abstract int hashCode()
0.Copyright © 2013. All Rights Reserved.