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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.io.IntWritable has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intcompareTo(IntWritable o)
Compares two IntWritables.
booleanequals(Object o)
Returns true iff o is a IntWritable with the same value.
intget()
Return the value of this IntWritable.
inthashCode()
voidreadFields(DataInput in)
voidset(int value)
Set the value of this IntWritable.
StringtoString()
voidwrite(DataOutput out)