public static class FlatFileInputFormat.RowContainer<T>
extends java.lang.Object
A work-around until HADOOP-1230 is fixed.
Allows boolean next(k,v) to be called by reference but still allow the
deserializer to create a new object (i.e., row) on every call to next.