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
> 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