Oops yes Vector should therefore extend Cloneable, if I did not do that. On Jun 19, 2009 1:42 PM, "Jeff Eastman" <[email protected]> wrote:
Sean's recent commit already implemented clone() to replace copy() and made Matrix cloneable. It did not make Vector cloneable even though it supports clone() too. I think it was an oversight. Ted Dunning wrote: > > Writable support should make clone() pretty easy. This verges on territo...
