guava
guava copied to clipboard
Google core libraries for Java
`ByteSourceTester` seems to be a useful TCK for testing `InputStream`. Would you please consider publishing `guava-tests` module so other projects can reuse the tests?
It is necessary to set Strategy in Splitter to public,so that users can customize flexible Strategies. ` public interface Strategy { Iterator iterator(Splitter splitter, CharSequence toSplit); } ` Or provide...
Update HashMultisetAllocationTest threshold RELNOTES=n/a
`EvictingQueue` is mostly a wrapper over `ArrayDeque` which have a `descendingIterator`. `EvictingQueue`'s only constructor is `private`, so I can't extend the class. And `delegate()` is also protected. Either the constructor...
Hi, Is there any method to get the depth of the nodes in a graph?
Apache jclouds makes extensive use of Invokable and TypeToken. Could you promote these?
I'm sure that migrating from Maven to Bazel has been thought about by someone on the Guava team already, but I thought that the task might as well be jotted...
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1268) created by **travis.downs** on 2013-01-27 at 05:39 AM_ --- Many of the guava Immutable collections have a cute trick where they have specializations for zero (EmptyImmutableList) and one...
These methods are very heavily used internally. They're probably less so externally, but that may change as AndroidX exposes `ListenableFuture` in more APIs. Plus, Dagger Producers uses these methods. Blockers:...
The previous wording could be read such that the cache is cleared in the background once the expiration time is reached. However this is not the case, so we simply...