Java org.apache.hadoop.io ShortWritable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io ShortWritable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io ShortWritable.

The text is from its open source code.

Constructor

Method

booleanequals(Object o)
Returns true iff o is a ShortWritable with the same value.
shortget()
Return the value of this ShortWritable.
voidreadFields(DataInput in)
read the short value
voidset(short value)
Set the value of this ShortWritable.