guava
guava copied to clipboard
Google core libraries for Java
Initial commit for an EvictingBlockingQueue. Please share your input.
Internal Code Change
Internal Code Change
Extra xml decimal attribute escaper is added in this PR. It works similar as the existing xml attribute escaper. The main difference is that it will normalize a character as...
(This was prompted by reviewing some work on `whenAllSucceed(...).call(...)` (hopefully coming soon to Guava!). It might also help with other bulk APIs, like `inCompletionOrder` and `ListeningExectorService.invokeAny`, and maybe we could...
For now, I'm adding the wrapper for Maven 3.8.2, which is the version most of us at Google have handy at the moment. Arguably we should switch to 3.9.0, since...
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1618) created by **[email protected]** on 2013-12-18 at 05:30 PM_ --- """ The issue appears to be in the API of InternetDomainName.findPublicSuffix() - https://github.com/google/guava/blob/ab29b173055a1ff647516848b176265fc6792ba0/guava/src/com/google/common/net/InternetDomainName.java#L167 The issue appears to be that...
Hi, I’ve searched through Guava API, looking for a random string generator, but found none. And I’ve looked at [this thread](http://stackoverflow.com/questions/20782919/does-guava-have-a-method-to-generate-random-strings) which suggested using the BaseEncoding in some way for...
### API(s) ```java ReaderInputStream(reader, charset, bufferSize) ``` ### How do you want it to be improved? Use the default error action for malformed input and unmappable characters when creating the...
### API(s) ```java com.google.common.collect.Multimap; com.google.common.collect.MultimapBuilder; ``` ### How do you want it to be improved? Support `.weakValues()` similar to `com.google.common.collect.MapMaker`, allowing for individual values to be garbage collected. When all...