public abstract class LazyBinaryPrimitive<OI extends ObjectInspector,T extends Writable> extends LazyBinaryObject<OI>
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Returns the primitive object represented by this LazyBinaryObject.
|
T |
getWritableObject() |
int |
hashCode() |
java.lang.String |
toString() |
init
public java.lang.Object getObject()
getObject
in class LazyObjectBase
public T getWritableObject()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class LazyBinaryObject<OI extends ObjectInspector>
Copyright © 2012 The Apache Software Foundation