I may be misunderstanding the comment here, but the suggestion is not to implement clone() in terms of the Writeable API or vice versa right? These are fairly distinct things.
On Jun 19, 2009 1:09 PM, "Ted Dunning" <[email protected]> wrote: Writable support should make clone() pretty easy. This verges on territory where people have strong opinions, though. What is the thought on supporting clone()? On Fri, Jun 19, 2009 at 9:49 AM, Jeff Eastman <[email protected] >wrote: > Should Vector extend Cloneable too? I'm going to implement Matrix Writable > today. > Jeff >
