aboutsummaryrefslogtreecommitdiff
path: root/guava/src/com/google/common/collect/Ordering.java
AgeCommit message (Expand)Author
2023-03-28Add some explicit type parameters in `com.google.collect`Martin Kretzschmar
2023-03-27Use definitely non-nullable types in `common.base`/`common.collect`Martin Kretzschmar
2023-03-13More `@J2ktIncompatible` changes for collectionsMartin Kretzschmar
2022-12-19Explicitly specify that some returned values are serializable.Éamonn McManus
2022-10-10Fix typos in Javadocs, comments and code.Marc Wrobel
2022-03-03Remove `@CanIgnoreReturnValue` from `Ordering.compare`.cpovirk
2021-06-20Annotate `Ordering` classes for nullness.cpovirk
2020-06-08Discourage Ordering.min(E, E) and max(E, E) in favor of Comparators.min(E, E,...kak
2019-10-24Fix Javadoc errors (and sometimes warnings).cpovirk
2019-05-05A few more doc tweaks, caught by @jbduncan in f2591b5c2adiamondm
2019-04-29Remove outdated references to the "next release of Guava".diamondm
2019-02-26Remove @CanIgnoreReturnValue from Ordering.sortedCopy() and immutableSortedCo...kak
2019-02-14Remove @CanIgnoreReturnValue from c.g.c.collect.Ordering.min/max()kak
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-11-16Import Map.Entry almost everywhere.cpovirk
2017-09-29Remove removal dates for non-@Beta deprecations.cpovirk
2017-09-14Clarify some docs on Ordering+Comparatorsronshapiro
2017-08-16Use diamond operator in collectjijiang
2017-07-31Avoid importing ImmutableList from Ordering.lowasser
2017-04-07Harmonize NPE @throws clauses on FluentIterable.toXX() methods and friendsnickfelt
2017-01-03Fix javadoc errors reported by IntelliJ IDEA.Jonathan Bluett-Duncan
2016-12-19Fix 2 javadoc typos introduced by []kak
2016-12-14I think this recommendation will go over better. (It happens to be identical tokevinb
2016-11-11Use GWT's provided Arrays.copyOf and Arrays.copyOfRange whereAndrei Korzhevskii
2016-11-07Go back to Collections.sort() instead of List.sort() to eliminate differencekevinb
2016-11-03Release Java 8 changes to Guava.cgdecker
2016-10-29Add ImmutableList.sortedCopyOf.lowasser
2016-09-13Prepare for Java 8.lowasser
2016-08-25Fix typo just because.kevinb
2016-08-12Update Ordering javadoc to explain the Java 8 situation. Now with branchiness.kevinb
2016-07-12Fixed the typo for javadoccpovirk
2016-07-04Replace use of MapMaker.makeComputingMap in Ordering.cgdecker
2016-05-26Deprecate Ordering.binarySearch.lowasser
2016-05-23Add a fallback in Ordering.leastOf to ensure the worst case of the quickselec...lowasser
2016-03-03Remove @CheckReturnValue from individual classes now that it is inkak
2016-02-19Make effectively final fields finalcushon
2016-02-02Add @CheckReturnValue to the following classes: EvictingQueue, FluentIterable...kak
2015-08-06Reformat with google-java-format (a few hand corrections necessary).kevinb
2015-06-11Change link to OrderingExplained to GitHub location.cgdecker
2015-06-09Try to teach users how to understand complex chained Ordering statements.kevinb
2015-06-08Change Guava wiki links to new GitHub locations.cgdecker
2015-04-14Just cleaning up old @since tags.kevinb
2014-04-14Add @since 13.0 to Ordering.allEqual().Chris Povirk
2014-01-16Add SortedCopyBenchmark and document its findings in the Ordering javadoc.Colin Decker
2013-12-30Slightly adjust Ordering.from() doc to be more amenable to the jdk 8 future.Chris Povirk
2013-12-12Clarify the performance improvements of Ordering.sortedCopy over alternative ...Chris Povirk
2013-11-05Use CollectPreconditions.checkNonnegative more widely in common.collect.Chris Povirk
2013-07-17In com/google/common javadoc, add explicit <p> before paragraph text followin...Colin Decker