Class SortedLists

java.lang.Object
com.google.common.collect.SortedLists

final class SortedLists extends Object
Static methods pertaining to sorted List instances.

In this documentation, the terms greatest, greater, least, and lesser are considered to refer to the comparator on the elements, and the terms first and last are considered to refer to the elements' ordering in a list.