com.threerings.config
Class ArgumentMap.Key
java.lang.Object
com.threerings.config.ArgumentMap.Key
- All Implemented Interfaces:
- Comparable<Map.Entry<String,Object>>
- Enclosing class:
- ArgumentMap
protected static class ArgumentMap.Key
- extends Object
- implements Comparable<Map.Entry<String,Object>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_key
protected String _key
ArgumentMap.Key
protected ArgumentMap.Key()
as
public ArgumentMap.Key as(String key)
- Update the value of this key, and return this.
compareTo
public int compareTo(Map.Entry<String,Object> entry)
- Specified by:
compareTo in interface Comparable<Map.Entry<String,Object>>