public interface Identifier
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks that another object is equal to this object.
|
int |
hashCode()
Returns a hash code for the object.
|
String |
toString()
Return a string representation of this object.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.