Why does PySequenceList not implement java.util.List?
"Stefan Richthofer" <[email protected]>
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <trinity-6d0d835c-4c90-4b92-9a69-8e8b2c33dfac-1471382741378@3capp-gmx-bs77> |
I think PySequenceList should implement java.util.List and would like to add this. - all classes that extend PySequenceList do implement List - PySequenceList already declares all methods in List Is there a good reason why it is not? Best Stefan ------------------------------------------------------------------------------