public final class RootElementSelector extends ElementSelector
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toHumanReadableString() |
toStringpublic static RootElementSelector getInstance()
public java.lang.String toHumanReadableString()
toHumanReadableString 在类中 ElementSelectorpublic boolean equals(java.lang.Object element)
ElementSelectorequals 在类中 ElementSelectorelement - The object to check equality against.true is the given object equals this one, otherwise false.public int hashCode()
ElementSelector0.hashCode 在类中 ElementSelector