edu.umd.cloud9.demo
Class DemoWordCondProbJSON.MyTuple

java.lang.Object
  extended by org.json.JSONObject
      extended by edu.umd.cloud9.io.JSONObjectWritable
          extended by edu.umd.cloud9.demo.DemoWordCondProbJSON.MyTuple
All Implemented Interfaces:
Comparable, Writable, WritableComparable
Enclosing class:
DemoWordCondProbJSON

public static class DemoWordCondProbJSON.MyTuple
extends JSONObjectWritable
implements WritableComparable


Field Summary
 
Fields inherited from class org.json.JSONObject
NULL
 
Constructor Summary
DemoWordCondProbJSON.MyTuple()
           
 
Method Summary
 int compareTo(Object obj)
           
 
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, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 

Constructor Detail

DemoWordCondProbJSON.MyTuple

public DemoWordCondProbJSON.MyTuple()
Method Detail

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable