public abstract class ArrayWritable extends java.lang.Object implements Writable
| Constructor and Description |
|---|
ArrayWritable() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getDouble(long i) |
abstract float |
getFloat(long i) |
abstract int |
getInt(long i) |
abstract long |
getLong(long i) |
abstract long |
length() |
double |
toDouble()
Convert Writable to double.
|
float |
toFloat()
Convert Writable to float.
|
int |
toInt()
Convert Writable to int.
|
long |
toLong()
Convert Writable to long.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadFields, writepublic abstract long length()
public abstract double getDouble(long i)
public abstract float getFloat(long i)
public abstract int getInt(long i)
public abstract long getLong(long i)
public double toDouble()
Writablepublic float toFloat()
Writablepublic int toInt()
Writable