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() |
initpublic java.lang.Object getObject()
getObject in class LazyObjectBasepublic T getWritableObject()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class LazyBinaryObject<OI extends ObjectInspector>Copyright © 2012 The Apache Software Foundation