Re: [Geotools-devel] feature collection vs java.util.colleciton

2011-01-23 Thread Andrea Aime
On Mon, Jan 24, 2011 at 7:49 AM, Jody Garnett wrote: > I was wondering why it was chosen not to derive the interface of > FeatureCollection from the general Collection interface in java, as it > implements all the same methods. > > To answer that question - we did derive from java.util.Collection

[Geotools-devel] feature collection vs java.util.colleciton

2011-01-23 Thread Jody Garnett
> I was wondering why it was chosen not to derive the interface of > FeatureCollection from the general Collection interface in java, as it > implements all the same methods. > > To answer that question - we did derive from java.util.Collection - however when we moved to Java 5 - the language