public class HouseNumberComparator extends Object implements Comparator<HouseNumber>
Constructor and Description |
---|
HouseNumberComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(HouseNumber h1,
HouseNumber h2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(HouseNumber h1, HouseNumber h2)
compare
in interface Comparator<HouseNumber>
Copyright © 2015. All rights reserved.