69
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement ImmutableSortedMultiset. More... almost 14 years ago
release tweaks 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. 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. More... almost 14 years ago
- deprecate caching methods - remove unused cleanupExecutor 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) More... almost 14 years ago
- remove CacheBuilder.softKeys() - Deprecate MapMaker.softKeys() More... almost 14 years ago
Add Colin Decker to Guava authors. More... almost 14 years ago
Add c.g.common.base.Optional#or(Supplier). More... almost 14 years ago
Add protected equivalentImpl() and hashImpl() to Equivalence. 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. More... almost 14 years ago
Unit test Maps.newHashMapWithExpectedSize. Make the method return the minimal values that pass the test. 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. More... almost 14 years ago
Call only the no-arg EqualsTester constructor, addEqualityGroup, and testEquals. More... almost 14 years ago
Remove Holder. More... almost 14 years ago
Merge recent changes to common.testing and testing.util versions of utility classes. More... almost 14 years ago
Take @Beta off sameThreadExecutor and listeningDecorator. More... almost 14 years ago
-Xlint:-serial More... almost 14 years ago
Replace EvictionListeners with RemovalListeners More... almost 14 years ago
Add the ability to mutate the tip of a path to BstOperations. More... almost 14 years ago
Fix licenses and simplify a few things in BstRangeOps More... almost 14 years ago
fromLenient -> from in HostSpecifier. 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. More... almost 14 years ago
- document immutablility of PatternFilenameFilter - PatternFilenameFilter implements FileFilter - FileBackedOutputStream javadoc fix More... almost 14 years ago
move EquivalenceWrapper to Equivalence.Wrapper More... almost 14 years ago
make AbstractExecutionThreadService.getServiceName protected More... almost 14 years ago
document what counts as an access with regard to expireAfterAccess More... almost 14 years ago
Unify BstInOrderPath.nextInOrder(), prevInOrder() to one function with a BstSide argument More... almost 14 years ago
Add BstAggregate to BstRangeOps, which allows us to total distinct nodes, element occurrences, or whatever within a specific range. More... almost 14 years ago
Implement BSTCountBasedBalancePolicies, which implements size-balancing of binary search trees. More... almost 14 years ago