public static class PublisherDao.PublisherNameComparator extends java.lang.Object implements java.util.Comparator<PublisherVO<?>>
| Constructor and Description |
|---|
PublisherNameComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(PublisherVO<?> p1,
PublisherVO<?> p2) |
public int compare(PublisherVO<?> p1, PublisherVO<?> p2)
compare in interface java.util.Comparator<PublisherVO<?>>