public static final class QueryResults.Location extends Object implements Comparable<QueryResults.Location>
Constructor and Description |
---|
QueryResults.Location(Path path) |
QueryResults.Location(Path path,
NodeKey key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(QueryResults.Location that) |
boolean |
equals(Object obj) |
static Comparator<QueryResults.Location> |
getComparator() |
NodeKey |
getKey() |
Path |
getPath() |
int |
hashCode() |
boolean |
isSame(QueryResults.Location that) |
String |
toString() |
public QueryResults.Location(Path path)
public static Comparator<QueryResults.Location> getComparator()
public Path getPath()
public NodeKey getKey()
public boolean isSame(QueryResults.Location that)
public int compareTo(QueryResults.Location that)
compareTo
in interface Comparable<QueryResults.Location>
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.