aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/collect/LinkedListMultimap.java
AgeCommit message (Expand)Author
2023-10-13Avoid exposing some types outside the scope in which those types are visible.cpovirk
2023-03-06Mark Java serialization code `@J2ktIncompatible` in common.collectMartin Kretzschmar
2022-12-22More reliably use transitional `@CheckForNull` annotations.cpovirk
2022-10-10Fix typos in Javadocs, comments and code.Marc Wrobel
2022-01-24Remove harmless but ugly spaces between link open tag and content.cpovirk
2021-06-15Annotate `Multimap` classes for nullness.cpovirk
2018-08-09Fix javadoc typo in LinkedListMultimapkak
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
2018-05-03Fix a few formatting nitscushon
2018-01-05Add nullness annotations on the field in LinkedListMultimap.javacnsun
2017-12-28Add nullness annotations on the fields in LinkedListMultimap.javacnsun
2017-12-19Start some simple improvements to multimaps in code size and allocation count.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-20Begin exporting sources of Guava for Android.zhenghua