public abstract class ServiceKey
extends java.lang.Object
| Constructor and Description |
|---|
ServiceKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj)
Check if the given object is the same as this one.
|
abstract int |
hashCode()
Calculate the key's hashcode.
|
abstract java.lang.String |
toString()
The string representation of this key.
|
public abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object to check for equality.public abstract int hashCode()
hashCode in class java.lang.Objectpublic abstract java.lang.String toString()
toString in class java.lang.Object