public class SearchHit extends Object implements Comparable<SearchHit>
SearchHit(String dimension, String value)
int
compareTo(SearchHit o)
boolean
equals(Object o)
String
getDimension()
getValue()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SearchHit(String dimension, String value)
public String getDimension()
public String getValue()
public int compareTo(SearchHit o)
compareTo
Comparable<SearchHit>
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2011–2015. All rights reserved.