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 supported489 Subscribers
View all SubscribersAdd a CodeTriage badge to guava
Help out
- Issues
- Involution BiMap (map that is its own inverse)
- Implementation of #2113 (random string generation API)
- SortedMapTestSuiteBuilder ignores CollectionSize.ZERO / CollectionSize.ONE
- Optimizations for sorting on a key that's expensive to compute
- MoreExecutors.listeningDecorator should probably call submit() so that it gets a cancel()-able delegate back, and it should return a Future that cancel()s the underlying delegate Future
- Futures.java and FuturesTest.java are difficult to navigate
- Perhaps MoreExecutors.shutdownAndAwaitTermination() should return the unexecuted tasks
- AtomicLongMap.incrementAll(Iterable<K>)
- ByteArrayDataInput should also encompass methods from ByteArrayInputStream - available()I
- com.google.common.io.AppendableWriter performance.
- Docs
- Java not yet supported