guava
https://github.com/google/guava
Java
Google core libraries for Java
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported482 Subscribers
View all SubscribersAdd a CodeTriage badge to guava
Help out
- Issues
- `ImmutableMap.sortedCopyOf`
- refactor(Joiner): rename internal toString helper to toCharSequence
- Change exception type for large array size
- Rename Error message methods in Preconditions to describe their action
- Marked Lists.newArrayList() and Lists.newLinkedList() as deprecated.
- Added @InlineMe annotations to all deprecated collection factory functions that directly delegate to JDK constructors.
- Add Streams.forEachWithIndex
- Fix Lists.transform and other collection views to preserve spliterato…
- Optimize StringUtil.javaScriptEscape() by replacing boxed Set lookups with binary search and fast-path range checks.
- Optimize StringUtil.javaScriptEscape() by replacing boxed Set lookups with binary search and fast-path range checks.
- Docs
- Java not yet supported