org.apache.hadoop.io
Interface WritableComparable

All Superinterfaces:
Comparable, Writable
All Known Implementing Classes:
BooleanWritable, BytesWritable, CrawlDatum, FloatWritable, IntWritable, LongWritable, MD5Hash, Text, VIntWritable, VLongWritable

public interface WritableComparable
extends Writable, Comparable

An interface which extends both Writable and Comparable.

Author:
Doug Cutting

Method Summary
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.