public abstract class ArrayWritable extends 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, wait
getType, readFields, write, writeType
public 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()
Writable
public float toFloat()
Writable
public int toInt()
Writable
Copyright © 2017. All rights reserved.