Package com.google.common.collect
Class Range.RangeLexOrdering
- java.lang.Object
-
- com.google.common.collect.Ordering<Range<?>>
-
- com.google.common.collect.Range.RangeLexOrdering
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.collect.Ordering
Ordering.ArbitraryOrdering, Ordering.IncomparableValueException
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Ordering<Range<?>>INSTANCEprivate static longserialVersionUID-
Fields inherited from class com.google.common.collect.Ordering
LEFT_IS_GREATER, RIGHT_IS_GREATER
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRangeLexOrdering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Range<?> left, Range<?> right)-
Methods inherited from class com.google.common.collect.Ordering
allEqual, arbitrary, binarySearch, compound, compound, explicit, explicit, from, from, greatestOf, greatestOf, immutableSortedCopy, isOrdered, isStrictlyOrdered, leastOf, leastOf, lexicographical, max, max, max, max, min, min, min, min, natural, nullsFirst, nullsLast, onKeys, onResultOf, reverse, sortedCopy, usingToString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-