public final class RootElementSelector extends ElementSelector
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 RootElementSelector |
getInstance() |
int |
hashCode()
Make sure to implement this properly.
|
String |
toHumanReadableString() |
toString
public static RootElementSelector getInstance()
public String toHumanReadableString()
toHumanReadableString
in class ElementSelector
public boolean equals(Object element)
ElementSelector
equals
in class ElementSelector
element
- The object to check equality against.true
is the given object equals this one, otherwise false
.public int hashCode()
ElementSelector
0
.hashCode
in class ElementSelector
Copyright © 2016. All rights reserved.