Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic classes #2

Open
sockeqwe opened this issue Oct 2, 2014 · 0 comments
Open

Generic classes #2

sockeqwe opened this issue Oct 2, 2014 · 0 comments
Milestone

Comments

@sockeqwe
Copy link
Owner

sockeqwe commented Oct 2, 2014

Support for something like this:

public class Model  <T extends Parcelable> {

   List<T> items;
}

Where the type of T could be determined to determine List<T>

@sockeqwe sockeqwe added this to the 1.1 milestone Oct 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant