public interface SortableLocation extends Comparable<SortableLocation>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Retrieves the path of this SortableLocation.
|
boolean |
isEqualToPath(String path)
Validates if the supplied path is equal to this SortableLocation.
|
compareToboolean isEqualToPath(String path)
path - The non-null path to compare to this SortableLocation.true if this SortableLocation is equal to the supplied path.String getPath()
Copyright © 2005–2015 MojoHaus. All rights reserved.