Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Core SDK Interoperability #3

Open
matthias-springer opened this issue Oct 3, 2016 · 0 comments
Open

Core SDK Interoperability #3

matthias-springer opened this issue Oct 3, 2016 · 0 comments

Comments

@matthias-springer
Copy link
Contributor

Generated interfaces of (abstract) SDK classes should be implemented by the following Java interfaces.

List_interface<T> extends java.util.List<T>
Map__interface<K, V> extends java.util.Map<K, V>
Iterable_interface<T> extends java.lang.Iterable<T>
Iterator_interface<T> extends java.lang.Iterator<T>
Comparable_interface<T> extends java.lang.Comparable<T>

(There might be more SDK classes, but these are the most important ones IMO.)

This means that additional methods must be inserted as soon as a class implements one of these Dart classes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant