| Constructor and Description |
|---|
BasicTag(String key,
String value)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode()
This object is immutable and the hash code is precomputed in the constructor.
|
String |
key()
Key for the tag.
|
String |
toString() |
String |
value()
Value for the tag.
|
public int hashCode()