Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Looking at for example http://groovy.codehaus.org/groovy-jdk/java/util/Collection.html you won't find there any methods from for example Iterable. Ever time we move some methods higher up the hierarchy they vanish from the original page and there is no link to the new location. I am for having additional boxing there with something like: methods inherited from Iterable. Well, or any other super class/interface, just like for example in http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html where it shows forEach as being inherited from Iterable