- Timestamp:
- Jul 3, 2008, 5:05:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/hadoop-0.16/tw/org/nchc/tuple/HashMapWritable.java
r21 r26 11 11 12 12 import org.apache.hadoop.io.Writable; 13 13 @SuppressWarnings("unchecked") 14 14 public class HashMapWritable<K extends Writable, V extends Writable> extends HashMap<K, V> implements 15 15 Writable { … … 40 40 * source for raw byte representation 41 41 */ 42 42 43 public void readFields(DataInput in) throws IOException { 43 44
Note: See TracChangeset
for help on using the changeset viewer.