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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

intcompareTo(FloatWritable o)
Compares two FloatWritables.
booleanequals(Object o)
Returns true iff o is a FloatWritable with the same value.
floatget()
Return the value of this FloatWritable.
voidreadFields(DataInput in)
voidset(float value)
Set the value of this FloatWritable.
StringtoString()
voidwrite(DataOutput out)