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

GROOVY-6928: Support all the Java 6 classes at createSimilarCollection() and createSimilarMap() #478

Merged
merged 1 commit into from
Mar 12, 2015

Conversation

yukoba
Copy link
Contributor

@yukoba yukoba commented Jul 9, 2014

Added support of all the Java 6 classes in createSimilarCollection() and createSimilarMap().
Only Java 1.4 classes were supported.

@yukoba yukoba changed the title Support all the Java 6 classes at createSimilarCollection() and createSimilarMap() GROOVY-6928: Support all the Java 6 classes at createSimilarCollection() and createSimilarMap() Jul 9, 2014
@yukoba
Copy link
Contributor Author

yukoba commented Jul 30, 2014

Might be a good idea, for performance, to put the most common cases first. It's unlikely that CopyOnWriteArrayList will be the most common case.

It was just a lexical order. I moved CopyOnWriteArrayList to the bottom.

@melix melix added this to the 2.5.0 milestone Mar 12, 2015
melix added a commit that referenced this pull request Mar 12, 2015
GROOVY-6928: Support all the Java 6 classes at createSimilarCollection() and createSimilarMap()
@melix melix merged commit 3421ab4 into groovy:master Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants