public static class SimpleFacets.CountPair<K extends Comparable<? super K>,V extends Comparable<? super V>> extends Object implements Comparable<SimpleFacets.CountPair<K,V>>
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(SimpleFacets.CountPair<K,V> o) | 
| boolean | equals(Object o) | 
| int | hashCode() | 
public K extends Comparable<? super K> key
public V extends Comparable<? super V> val
public int compareTo(SimpleFacets.CountPair<K,V> o)
compareTo in interface Comparable<SimpleFacets.CountPair<K extends Comparable<? super K>,V extends Comparable<? super V>>>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.