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