guava icon indicating copy to clipboard operation
guava copied to clipboard

Google core libraries for Java

Results 283 guava issues
Sort by recently updated
recently updated
newest added

_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1059) created by **[email protected]** on 2012-07-06 at 12:55 PM_ --- Java does not have an immutable BitSet. It would be nice if there was an ImmutableBitSetBuilder. I and many...

type=addition
package=base
status=research
status=triaged
P4

Implement MultiFactorial method in com.google.common.math.IntMath, com.google.common.math.LongMath and com.google.common.math.BigIntegerMath classes

type=addition
package=math
P4

This PR exposes the `bitSize` method as part of `BloomFilter`'s API as discussed in #6866. Closes #6866 Closes #6923 Closes #7383

type=addition
package=hash
P3

Added multiFactorial​(int n, int k) in math.LongMath, math.IntMath and math.BigIntegerMath. - [x] I've read CONTRIBUTING.md - [x] I've read HowToContribute

type=addition
package=math
P4

### 1. What are you trying to do? I tried to calculate a number of possible Stirling permutations, which is defined as $n!!$, where n >= 0. Initially I thought...

type=addition
package=math
P4

### API(s) ```java `com.google.common.escape.SourceCodeEscapers` ``` ### How do you want it to be improved? There are existing `Escaper`s that support escaping a `String` to include in Java source code as...

type=enhancement
package=escape
P3

*Please upvote this request to signal your interest in having this issue resolved.* ### Guava Version 33.3.0 and earlier ### Description The split of `com.google.guava:listenablefuture:1.0`/`com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava` from the `com.google.guava:guava` library has...

type=defect
P3

Exposed the bitSize as public #6866 - Changes updated on both - android & jre versions - Removed @VisibleForTesting - Make the method public.

P4

Understanding how Rate limter works it we use limiter.tryAcuire() methods * **Configured Rate**: 1000 permits/second → effectively 1 permit every 1 millisecond (ms). #### Timeline Example: * **t = 0...

package=concurrent
status=triaged
P4

Remove reference to unmaintained JDOM library. RELNOTES=n/a