Java com.google.common.collect Comparators fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect Comparators fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect Comparators.

The text is from its open source code.

Method

Comparator>lexicographical(Comparator comparator)
Returns a new comparator which sorts iterables by comparing corresponding elements pairwise until a nonzero result is found; imposes "dictionary order."