public abstract class ElementSelector
extends java.lang.Object
构造器和说明 |
---|
ElementSelector() |
限定符和类型 | 方法和说明 |
---|---|
abstract boolean |
equals(java.lang.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 java.lang.String |
toHumanReadableString() |
java.lang.String |
toString()
The string representation will only be used to print readable property paths for debug purposes.
|
public abstract java.lang.String toHumanReadableString()
public abstract boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
obj
- The object to check equality against.true
is the given object equals this one, otherwise false
.public abstract int hashCode()
0
.hashCode
在类中 java.lang.Object
public final java.lang.String toString()
toString
在类中 java.lang.Object