public static class SimpleFacets.CountPair<K extends java.lang.Comparable<? super K>,V extends java.lang.Comparable<? super V>> extends java.lang.Object implements java.lang.Comparable<SimpleFacets.CountPair<K,V>>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SimpleFacets.CountPair<K,V> o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(SimpleFacets.CountPair<K,V> o)
compareTo in interface java.lang.Comparable<SimpleFacets.CountPair<K extends java.lang.Comparable<? super K>,V extends java.lang.Comparable<? super V>>>