private static class P2JQueryStatistics.Key
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
fql
Dialect-specific FQL query string.
|
private int |
hashCode
The hash code of this
Key. |
private P2JQueryStatistics.Location |
location
Query construction location information.
|
| Constructor and Description |
|---|
Key(P2JQueryStatistics.Location location,
java.lang.String fql)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Indicate whether this object instance is equivalent to the given instance, based on
the content of both.
|
int |
hashCode()
Return the hash code computed for this object instance.
|
private final P2JQueryStatistics.Location location
private final java.lang.String fql
private final int hashCode
Key.Key(P2JQueryStatistics.Location location, java.lang.String fql)
location - Query construction location information.fql - Dialect-specific FQL query string.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecttrue if equivalent, false otherwise.