Ordering (Guava: Google Core Libraries for Java 19.0-SNAPSHOT API)
Returns an ordering that compares objects according to the order in which they appear in the given list. Only objects present in the list (according to Object.equals(java.lang.Object)) may be compared. This comparator imposes a "partial ordering" over the...