edu.umd.cloud9.example.bigram
Class BigramRelativeFrequencyJSON.MyTuple

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

public static class BigramRelativeFrequencyJSON.MyTuple
extends JSONObjectWritable
implements WritableComparable<BigramRelativeFrequencyJSON.MyTuple>


Field Summary
 
Fields inherited from class org.json.JSONObject
NULL
 
Constructor Summary
BigramRelativeFrequencyJSON.MyTuple()
           
 
Method Summary
 int compareTo(BigramRelativeFrequencyJSON.MyTuple that)
           
 
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

BigramRelativeFrequencyJSON.MyTuple

public BigramRelativeFrequencyJSON.MyTuple()
Method Detail

compareTo

public int compareTo(BigramRelativeFrequencyJSON.MyTuple that)
Specified by:
compareTo in interface Comparable<BigramRelativeFrequencyJSON.MyTuple>