public abstract class StringKey extends Object implements Comparable<StringKey>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
StringKey(String value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StringKey o)
Compares based on concrete type name and then value.
|
boolean |
equals(Object o)
Delegates to
compareTo(com.google.gwt.dev.util.StringKey) . |
String |
get()
Returns the value of the StringKey.
|
int |
hashCode() |
String |
toString()
Delegates to
get() . |
protected StringKey(String value)
null
value is legal.value
- the value this key object representspublic final int compareTo(StringKey o)
compareTo
in interface Comparable<StringKey>
public final boolean equals(Object o)
compareTo(com.google.gwt.dev.util.StringKey)
.public final String get()
Copyright © 2018. All rights reserved.