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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

intcompareTo(DoubleWritable o)
booleanequals(Object o)
Returns true iff o is a DoubleWritable with the same value.
doubleget()
voidreadFields(DataInput in)
voidset(double value)
StringtoString()
voidwrite(DataOutput out)