3 Dec
2003
3 Dec
'03
5:56 p.m.
From: "Clemens Robbenhaar" <robbenhaar@espresto.com>
Please be careful with method names that might already be in use in some products. Google says Silva uses a getVirtualRoot() method.
... which is defined in an "adapter"-style class which is not implementing Traversable itself, so there is no conflict here.
But thanks for checking this, anyway. :)
And even if it was, your implementation would reasonably override Traversable, and there would be no breakage...