Michiel Meeuwissen wrote:

2007/2/10, Nico Klasens <[EMAIL PROTECTED]>:


Modified Files:
        BridgeList.java
Log Message:
Created subBridgeList method



-    public BridgeList<E> subList(int s, int o);
+    public BridgeList<E> subBridgeList(int s, int o);


I don't understand why that is better. We 'covariant return types' in
java 1.5 so why not use it?

Don't really know anymore why I did it. Might be that one of the compilers (Eclipse or Sun) did not like the normal sublist.

Nico



_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to