question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: ObjectArrays.asUnmodifiableList

See original GitHub issue

This will be a method that generates a List view of the array argument, similar to Arrays.asList(). The difference is that the requested method will create an unmodifiable view of the array, which is faster than an immutable view like ImmutableList. (It copies the array) This method would be a single wrapper instead of a double wrapper like this:

Collections.unmodifiableList(Arrays.asList(new Object{}));

And the one above is long enough for us to create a shortcut for it.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
yairzaslavskycommented, Jan 9, 2017

@jbduncan I have read it, but thanks for pointing it out to me.

For me it’s easier sometimes to express myself via code. I am perfectly fine with the possibility the idea gets rejects. A pull request, even if not perfect, can show what we had in mind.

1reaction
yairzaslavskycommented, Jan 9, 2017

Thanks @liach , i will be glad to contribute the patch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Submitting feature requests - Timely Help Center
Submitting feature requests ... Our goal here at Timely is to offer the best time tracking experience available, whether you're part of a...
Read more >
Feature requests - Eduflow Help Center
Learn how you can track or share your feature requests, ideas, and/or suggestions in our public roadmap.
Read more >
How to Make a Feature Request | Short.Io Help Center
1. Feature Requests - see the existed feature requests. 2. Planned - the requests that are approved and are going to be implemented....
Read more >
Feature requests | Favro
In automations manager profile, be able to apply an automation to multiple collections/folders/boards/cards at once - or globally (by organization, team, user ...
Read more >
Feature Requests - Breezy HR Help Center
Have a great idea for an improvement or a new feature? Find out how to submit a feature request, right in Breezy.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found