public class BigIntegerWritable extends Object implements org.apache.hadoop.io.WritableComparable<BigIntegerWritable>
Modifier and Type | Class and Description |
---|---|
static class |
BigIntegerWritable.Comparator
A Comparator optimized for BigIntegerWritable.
|
Constructor and Description |
---|
BigIntegerWritable() |
BigIntegerWritable(BigInteger bi) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BigIntegerWritable o) |
boolean |
equals(Object o) |
BigInteger |
get() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
set(BigInteger value) |
String |
toString() |
void |
write(DataOutput out) |
public BigIntegerWritable()
public BigIntegerWritable(BigInteger bi)
public void set(BigInteger value)
public BigInteger get()
public int compareTo(BigIntegerWritable o)
compareTo
in interface Comparable<BigIntegerWritable>
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2007-2017 The Apache Software Foundation