aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/collect
AgeCommit message (Expand)Author
2023-06-26Further rework `package-info` for `common.collect`:cpovirk
2023-06-26Remove the list of `Forwarding*` classes from `package-info`.cpovirk
2023-06-26Remove obsolete GWT-RPC logging code.cpovirk
2023-06-26Prepare to make `ImmutableTable.toImmutableTable` available in `guava-android...cpovirk
2023-06-26Add some classes to `package-info` for `base` and `collect`.cpovirk
2023-06-26describe alternative for unmodifiable/synchronizedNavigableSetNavigableSet fo...Tiramisu Mokka
2023-06-23Edits to the first line of `package-info` files, as seen in https://guava.dev...cpovirk
2023-06-21Improve efficiency of bulk removals in transformed lists.hwaite
2023-06-17Begin updating `package-info` for `collect` and also docs of some its individ...cpovirk
2023-06-15Avoid fully qualifying types from the same package, and use `https`.cpovirk
2023-06-15Add explicit type arguments necessary for J2KT in common/collect.Google Java Core Libraries
2023-06-12Use `Class<@NonNull T>` in one more class, `ObjectArrays`.cpovirk
2023-06-01Improve signatures of methods for converting iterables to arrays.cpovirk
2023-05-26Under J2CL+GWT, remove `keyType()` and `valueType()` from the `Enum*BiMap` cl...cpovirk
2023-05-26Remove `Sets.complementOf` from `guava-gwt`.cpovirk
2023-05-23Fix javadoc formatting for ImmutableList.copyOf(Collection).Google Java Core Libraries
2023-05-22Under j2cl, make `Maps.immutableEnumMap` and `toImmutableEnumMap` work. Previ...cpovirk
2023-05-12Add some nullness annotations to `MapMakerInternalMap`.cpovirk
2023-05-12Remove `@Beta` from various `collect` APIs.Kurt Alfred Kluever
2023-05-12Remove `@Beta` from various `Multimap`-related APIs.Kurt Alfred Kluever
2023-05-12Remove `@Beta` from `Forwarding[Foo]` APIs.Kurt Alfred Kluever
2023-05-10Fix/suppress a few nullness mismatches.cpovirk
2023-04-21Reannotate `ClassToInstanceMap` and `TypeToInstanceMap` to use `Class<@NonNul...cpovirk
2023-04-17Refactor - Make Anonymous inner classes lambdaprasanthomanakuttan
2023-04-10Remove `@Beta` from `FluentIterable` APIs.Kurt Alfred Kluever
2023-04-10Remove `@Beta` from `RangeMap`, `RangeSet`, and friends.Kurt Alfred Kluever
2023-04-10Remove `@Beta` from `ImmutableFoo.Builder.builderWithExpectedSize(...)`, `ord...Kurt Alfred Kluever
2023-04-10Remove `@Beta` from `Multimaps.asMap(...)`.Kurt Alfred Kluever
2023-03-30Nullness tweaks for array component typesMartin Kretzschmar
2023-03-30Don’t remove `@Nullable` from `toArray()` return type in overrides for J2KT.Martin Kretzschmar
2023-03-30Add nullness suppression to non-null fields with complicated initializationMartin Kretzschmar
2023-03-30Generics tweaks for J2KT (no API changes)Martin Kretzschmar
2023-03-30Final 🤞 set of `@J2ktIncompatible` for cgc.collectMartin Kretzschmar
2023-03-28Add some explicit type parameters in `com.google.collect`Martin Kretzschmar
2023-03-28More `@J2ktIncompatible` annotations for serialization code.Martin Kretzschmar
2023-03-27Use definitely non-nullable types in `common.base`/`common.collect`Martin Kretzschmar
2023-03-24Avoid using raw types/wildcards when a type parameter is self-bounding (inMartin Kretzschmar
2023-03-13More `@J2ktIncompatible` changes for collectionsMartin Kretzschmar
2023-03-06Mark Java serialization code `@J2ktIncompatible` in common.collectMartin Kretzschmar
2023-01-26fix minor case of a bad defaultkevinb
2023-01-23Document that Iterables.consumingIterable is not thread-safe.Ayush Singhal
2023-01-21Update doc for ConsumingQueueIterator and access modifier for ConsumingQueueI...Ayush Singhal
2023-01-19Fix a few warnings, mostly in docs.cpovirk
2023-01-19Add a note to `Maps.uniqueIndex` about how to do the same thing using Streams.Éamonn McManus
2022-12-29Use `Arrays.copyOf` on all platforms.cpovirk
2022-12-22More reliably use transitional `@CheckForNull` annotations.cpovirk
2022-12-19Explicitly specify that some returned values are serializable.Éamonn McManus
2022-12-13Suppress a likely false positive in our nullness checker.cpovirk
2022-12-12More reliably use transitional `@CheckForNull` and `@ParametricNullness` anno...cpovirk
2022-11-29`NullsFirstOrdering`/`NullsLastOrdering`: generics pedantryMartin Kretzschmar