Class ByFunctionOrdering<F,T>

java.lang.Object
com.google.common.collect.Ordering<F>
com.google.common.collect.ByFunctionOrdering<F,T>
All Implemented Interfaces:
Serializable, Comparator<F>

final class ByFunctionOrdering<F,T> extends Ordering<F> implements Serializable
An ordering that orders elements by applying an order to the result of a function on those elements.