Package edu.umd.cloud9.io.map

Class Summary
HashMapWritable<K extends Writable,V extends Writable> Writable extension of a Java HashMap.
HMapIFW Writable representing a map where keys are ints and values are floats.
HMapIIW Writable representing a map where both keys and values are ints.
HMapIVW<V extends WritableComparable<?>> Writable representing a map from ints to values of arbitrary WritableComparable.
HMapKFW<K extends WritableComparable<?>> Writable representing a map from keys of arbitrary WritableComparable to floats.
HMapKIW<K extends WritableComparable<?>> Writable representing a map from keys of arbitrary WritableComparable to ints.
HMapSFW Writable representing a map where keys are Strings and values are floats.
HMapSIW Writable representing a map where keys are Strings and values are ints.