public final class MapKeyElementSelector extends ElementSelector
| 构造器和说明 |
|---|
MapKeyElementSelector(java.lang.Object key) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o)
Must be implemented in a way so that this element can be distinguished from the other ones.
|
java.lang.Object |
getKey()
已过时。
Low-level API. Don't use in production code. May be removed in future versions.
|
int |
hashCode()
Make sure to implement this properly.
|
java.lang.String |
toHumanReadableString() |
toString@Deprecated public java.lang.Object getKey()
public java.lang.String toHumanReadableString()
toHumanReadableString 在类中 ElementSelectorpublic boolean equals(java.lang.Object o)
ElementSelectorequals 在类中 ElementSelectoro - The object to check equality against.true is the given object equals this one, otherwise false.public int hashCode()
ElementSelector0.hashCode 在类中 ElementSelector