aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/primitives/Floats.java
AgeCommit message (Expand)Author
2023-10-10Avoid exposing some types outside the scope in which those types are visible.cpovirk
2023-05-26Prepare for release 32.0.0.cpovirk
2023-05-12Remove `@Beta` from various `primitive`-related APIs.Kurt Alfred Kluever
2023-05-10Internal build changeStefan Haustein
2023-04-10Remove `@Beta` from `Longs.tryParse(...)` (and friends).Kurt Alfred Kluever
2022-12-19Explicitly specify that some returned values are serializable.Éamonn McManus
2022-05-04Add `rotate()` methods for other primitive array types, except `boolean`.Éamonn McManus
2021-04-22Annotate `primitives` for nullness.cpovirk
2020-08-12Avoid boxing in Doubles.constrainToRange() and Floats.constrainToRange().kak
2020-04-02Add j2cl specializers for Doubles.min/max, Floats.min/max, Ints.min/max, and ...amyles
2019-10-03Change tryParse methods to explicitly document that they throw NPE if the inp...cgdecker
2018-05-14Move type annotations immediately before the type they applyMichael Ernst
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-09-27Update @since tags to @since 23.1.cgdecker
2017-09-19Add sortDescending methods in common.primitives.lowasser
2017-09-18Add reverse methods to all primitive arrays in common.primitives.lowasser
2017-04-21Add missing common.primitives to Guava for Android.ronshapiro
2017-04-20Begin exporting sources of Guava for Android.zhenghua