edu.umd.cloud9.example.simple
Class DemoWordCountJSON.MyKey

java.lang.Object
  extended by org.json.JSONObject
      extended by edu.umd.cloud9.io.JSONObjectWritable
          extended by edu.umd.cloud9.example.simple.DemoWordCountJSON.MyKey
All Implemented Interfaces:
Comparable<DemoWordCountJSON.MyKey>, Writable, WritableComparable<DemoWordCountJSON.MyKey>
Enclosing class:
DemoWordCountJSON

public static class DemoWordCountJSON.MyKey
extends JSONObjectWritable
implements WritableComparable<DemoWordCountJSON.MyKey>


Field Summary
 
Fields inherited from class org.json.JSONObject
NULL
 
Constructor Summary
DemoWordCountJSON.MyKey()
           
 
Method Summary
 int compareTo(DemoWordCountJSON.MyKey that)
           
 int hashCode()
           
 
Methods inherited from class edu.umd.cloud9.io.JSONObjectWritable
clear, getBooleanUnchecked, getDoubleUnchecked, getIntUnchecked, getLongUnchecked, getStringUnchecked, readFields, readJSONObject, write
 
Methods inherited from class org.json.JSONObject
accumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOpt, quote, remove, sortedKeys, toJSONArray, toString, toString, write
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 

Constructor Detail

DemoWordCountJSON.MyKey

public DemoWordCountJSON.MyKey()
Method Detail

compareTo

public int compareTo(DemoWordCountJSON.MyKey that)
Specified by:
compareTo in interface Comparable<DemoWordCountJSON.MyKey>

hashCode

public int hashCode()
Overrides:
hashCode in class Object