Skip to content

Instantly share code, notes, and snippets.

@rclayton-the-terrible
Created April 23, 2012 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rclayton-the-terrible/2474037 to your computer and use it in GitHub Desktop.
Save rclayton-the-terrible/2474037 to your computer and use it in GitHub Desktop.
WritableComparable Interface
package org.apache.hadoop.io;
public interface WritableComparable<T> extends Writable, Comparable<T> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment