com.nhncorp.neptune.common.io
Interface NWritableComparable

All Superinterfaces:
java.lang.Comparable, NWritable
All Known Implementing Classes:
AbstractKey, Cell.Key, NText, NUTF8, Row.Key, TabletInfo

public interface NWritableComparable
extends NWritable, java.lang.Comparable

An interface which extends both NWritable and Comparable.

Author:
Doug Cutting

Method Summary
 
Methods inherited from interface com.nhncorp.neptune.common.io.NWritable
readFields, write
 
Methods inherited from interface java.lang.Comparable
compareTo