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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

booleanequals(Object o)
booleanget()
Returns the value of the BooleanWritable
voidreadFields(DataInput in)
voidset(boolean value)
Set the value of the BooleanWritable
StringtoString()
voidwrite(DataOutput out)