public abstract class BasePath<B extends BasePath<B>> extends Object implements Comparable<B>
Constructor and Description |
---|
BasePath() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(B other)
Compare the current path lexicographically against another Path object.
|
public int compareTo(@Nonnull B other)
compareTo
in interface Comparable<B extends BasePath<B>>
other
- The path to compare to.Copyright © 2019 Google LLC. All rights reserved.