aboutsummaryrefslogtreecommitdiff
path: root/guava/src/com/google/common/collect/Multimaps.java
AgeCommit message (Expand)Author
2023-11-21Work around or suppress forthcoming nullness errors.cpovirk
2023-08-23Update code for forthcoming nullness annotations for JDK classes.cpovirk
2023-05-12Remove `@Beta` from various `Multimap`-related APIs.Kurt Alfred Kluever
2023-04-17Refactor - Make Anonymous inner classes lambdaprasanthomanakuttan
2023-04-10Remove `@Beta` from `Multimaps.asMap(...)`.Kurt Alfred Kluever
2023-03-06Mark Java serialization code `@J2ktIncompatible` in common.collectMartin Kretzschmar
2022-01-24Remove harmless but ugly spaces between link open tag and content.cpovirk
2021-06-30Annotate `collect` static utilities for nullness.cpovirk
2021-06-15Annotate `Multimap` classes for nullness.cpovirk
2021-04-19Link to the immutable collectors from the utility classes.Kurt Alfred Kluever
2020-12-16Internal changeGoogle Java Core Libraries
2020-12-02Suppress TSAN errors for benign races.cpovirk
2020-11-24Internal change.pferaud
2020-11-16Add Multimap collectors to AndroidAccessToCollectorspferaud
2020-08-12Remove `@Beta` from `Multimaps.toMultimap`.cpovirk
2020-06-08Efficient UnmodifiableMultimap forEachCarter Kozak
2020-03-04Migrate from @MonotonicNonNull to @Nullable.cpovirk
2019-02-26Reformat with google-java-formatcushon
2018-07-10Remove incorrect Javadoc in Multimaps.Spencer Kelley
2018-05-23Migrate from @MonotonicNonNullDecl to @MonotonicNonNullcushon
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
2018-02-08Group overloads together.cpovirk
2018-01-08Overhaul Android {Hash,LinkedHash}Multiset to operate much more directly on O...lowasser
2018-01-03Fix bug where Multiset.elementSet.remove did not propagate changes to Multise...lowasser
2018-01-02Eliminate the apparently unnecessary Multimaps.Keys.KeysEntrySet.lowasser
2017-12-27Add nullness annotations on the field in Multimaps.javacnsun
2017-12-27Push down AbstractMapBasedMultimap.wrapCollection logic into subtypes.lowasser
2017-12-27Push down logic of AbstractMapBasedMultimap.createKeySet into subtypes.lowasser
2017-12-27Push down logic of AbstractMapBasedMultimap.createAsMap into subtypes.lowasser
2017-12-19Push view creation down to subtypes of AbstractMultimap, so ImmutableMap can ...lowasser
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-08-16Use diamond operator in collectjijiang
2017-04-07Harmonize NPE @throws clauses on FluentIterable.toXX() methods and friendsnickfelt
2016-12-28Consistently use java.util.function interfaces in arguments to Collector fact...lowasser
2016-11-16Add flatteningToMultimap collectors.lowasser
2016-11-04Add Multimaps.toMultimap(keyFunction, valueFunction, multimapSupplier) collec...lowasser
2016-11-03Release Java 8 changes to Guava.cgdecker
2016-09-15Fix imports in all Guava packages.cgdecker
2016-04-15Work around Eclipse bug that previously affected GWT and now affects j2objc (...cpovirk
2016-03-29Re-run google-java-format on //java[tests]/com/google/common/ (up to escape) ...kak
2016-03-03Remove @CheckReturnValue from individual classes now that it is inkak
2016-01-28Add @CheckReturnValue to Lists, Maps, Multimaps, Multisets, Queues, Sets, and...kak
2016-01-04Convert all @GwtIncompatible.reason values to implementation comments.cpovirk
2015-12-21Automated g4 rollback of changelist 110542459.cpovirk
2015-12-18Convert all @GwtIncompatible.reason values to implementation comments.cpovirk
2015-08-06Reformat with google-java-format (a few hand corrections necessary).kevinb
2015-06-26Resolves reference cycles in com.google.common.collect for J2ObjC translation.kstanger
2015-06-08Change Guava wiki links to new GitHub locations.cgdecker
2015-04-14Just cleaning up old @since tags.kevinb