public class JavaDoubleObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableDoubleObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeParams| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create(double value)
Create an object with the value.
|
double |
get(java.lang.Object o)
Get the double data.
|
java.lang.Object |
getPrimitiveWritableObject(java.lang.Object o)
Return the data in an instance of primitive writable Object.
|
java.lang.Object |
set(java.lang.Object o,
double value)
Set the object with the value.
|
copyObject, getPrimitiveJavaObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeName, getTypeParams, setTypeParamsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParamsgetCategory, getTypeNamepublic java.lang.Object getPrimitiveWritableObject(java.lang.Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorpublic double get(java.lang.Object o)
DoubleObjectInspectorget in interface DoubleObjectInspectorpublic java.lang.Object create(double value)
SettableDoubleObjectInspectorcreate in interface SettableDoubleObjectInspectorpublic java.lang.Object set(java.lang.Object o,
double value)
SettableDoubleObjectInspectorset in interface SettableDoubleObjectInspectorCopyright © 2012 The Apache Software Foundation