com.threerings.config
Class ArgumentMap.Key

java.lang.Object
  extended by 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>>


Field Summary
protected  String _key
           
 
Constructor Summary
protected ArgumentMap.Key()
           
 
Method Summary
 ArgumentMap.Key as(String key)
          Update the value of this key, and return this.
 int compareTo(Map.Entry<String,Object> entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

protected String _key
Constructor Detail

ArgumentMap.Key

protected ArgumentMap.Key()
Method Detail

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>>