public class WeatherIconNameComparator extends java.lang.Object implements java.util.Comparator<WeatherIcon>
| Constructor and Description |
|---|
WeatherIconNameComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(WeatherIcon o1,
WeatherIcon o2) |
public int compare(WeatherIcon o1, WeatherIcon o2)
compare in interface java.util.Comparator<WeatherIcon>