public class BeanIntegerComparator extends BeanSortComparator
| Modifier | Constructor and Description |
|---|---|
protected |
BeanIntegerComparator()
Creates a new BeanIntegerComparator object.
|
|
BeanIntegerComparator(String propertyName)
The only public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2)
standard compare method
|
describeBeanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic BeanIntegerComparator(String propertyName)
propertyName - the property name for Java Bean to sort byprotected BeanIntegerComparator()
public int compare(Object o1, Object o2)
compare in interface Comparatorcompare in class BeanSortComparatoro1 - objecto2 - objectUnsupportedOperationException - DOCUMENTATION PENDINGCopyright © 2005-2014 Sakai Project. All Rights Reserved.