public class StringKeyed
extends java.lang.Object
implements java.lang.Comparable
Comparable
interface.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
m_key
Key string.
|
Constructor and Description |
---|
StringKeyed(java.lang.String key)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o)
Compare to another instance.
|
java.lang.String |
getKey()
Get the key string.
|