openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Guava: Google Core Libraries for Java
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 17 hours
ago.
Jun 08, 2024 — Jun 08, 2025
Showing page 217 of 232
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Implement ImmutableSortedMultiset.
[email protected]
More...
almost 14 years ago
release tweaks
[email protected]
More...
almost 14 years ago
Use a custom serialized form for RegularContiguousSet, as in cgdecker's original patch, to avoid using ImmutableSortedSet's very, very large serialized form.
[email protected]
More...
almost 14 years ago
Add javadoc to DiscreteDomains methods, and rename private classes because when I navigate to "Longs" in my IDE this ain't the one I mean.
[email protected]
More...
almost 14 years ago
- deprecate caching methods - remove unused cleanupExecutor
[email protected]
More...
almost 14 years ago
Make more classes serializable. Merged from cgdecker's patch for Enums.valueOfFunction, Equivalence.Wrapper, Optional, Range (and Cut), the DiscreteDomain implementations, and ContiguousSet (but skipped Holder)
[email protected]
More...
almost 14 years ago
- remove CacheBuilder.softKeys() - Deprecate MapMaker.softKeys()
[email protected]
More...
almost 14 years ago
Add Colin Decker to Guava authors.
[email protected]
More...
almost 14 years ago
Add c.g.common.base.Optional#or(Supplier).
[email protected]
More...
almost 14 years ago
Add protected equivalentImpl() and hashImpl() to Equivalence.
[email protected]
More...
almost 14 years ago
Add a new version of Maps.difference which takes an Equivalence to use instead of natural equality for comparing values in the maps.
[email protected]
More...
almost 14 years ago
Unit test Maps.newHashMapWithExpectedSize. Make the method return the minimal values that pass the test.
[email protected]
More...
almost 14 years ago
MapJoiner support for Iterable<Entry>. From cgdecker's patch, except a change in line wrapping and a reordering of methods.
[email protected]
More...
almost 14 years ago
Call only the no-arg EqualsTester constructor, addEqualityGroup, and testEquals.
[email protected]
More...
almost 14 years ago
Remove Holder.
[email protected]
More...
almost 14 years ago
Merge recent changes to common.testing and testing.util versions of utility classes.
[email protected]
More...
almost 14 years ago
Take @Beta off sameThreadExecutor and listeningDecorator.
[email protected]
More...
almost 14 years ago
-Xlint:-serial
[email protected]
More...
almost 14 years ago
Replace EvictionListeners with RemovalListeners
[email protected]
More...
almost 14 years ago
Add the ability to mutate the tip of a path to BstOperations.
[email protected]
More...
almost 14 years ago
Fix licenses and simplify a few things in BstRangeOps
[email protected]
More...
almost 14 years ago
fromLenient -> from in HostSpecifier.
[email protected]
More...
almost 14 years ago
Add note that exception mappers can throw (rather than return) a RuntimeException to allow use of a combination of checked and unchecked exceptions.
[email protected]
More...
almost 14 years ago
- document immutablility of PatternFilenameFilter - PatternFilenameFilter implements FileFilter - FileBackedOutputStream javadoc fix
[email protected]
More...
almost 14 years ago
move EquivalenceWrapper to Equivalence.Wrapper
[email protected]
More...
almost 14 years ago
make AbstractExecutionThreadService.getServiceName protected
[email protected]
More...
almost 14 years ago
document what counts as an access with regard to expireAfterAccess
[email protected]
More...
almost 14 years ago
Unify BstInOrderPath.nextInOrder(), prevInOrder() to one function with a BstSide argument
[email protected]
More...
almost 14 years ago
Add BstAggregate to BstRangeOps, which allows us to total distinct nodes, element occurrences, or whatever within a specific range.
[email protected]
More...
almost 14 years ago
Implement BSTCountBasedBalancePolicies, which implements size-balancing of binary search trees.
[email protected]
More...
almost 14 years ago
←
1
2
…
213
214
215
216
217
218
219
220
221
…
231
232
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree