aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/collect/DenseImmutableTable.java
AgeCommit message (Expand)Author
2023-11-30Declare "redundant" overrides of all our package-private `writeReplace` methods.cpovirk
2021-07-15Annotate `Table` classes for nullness.cpovirk
2018-11-09Standardise message format for "duplicate key" IllegalArgumentException throw...jmicich
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-11-16Migrate from jsr305's @Immutable to Error Prone's.cpovirk
2017-04-20Begin exporting sources of Guava for Android.zhenghua