public class SelectionComparator extends Object implements Comparator<Object>, Serializable
| Constructor and Description |
|---|
SelectionComparator() |
SelectionComparator(int pSelectionType,
Integer pCriterion,
Integer pDirection) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object arg0,
Object arg1) |
Integer |
getCriterion() |
Integer |
getDirection() |
int |
getSelectionType() |
void |
setCriterion(Integer pCriterion) |
void |
setDirection(Integer pDirection) |
void |
setSelectionType(int pSelectionType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(Object arg0, Object arg1)
compare in interface Comparator<Object>public Integer getCriterion()
public void setCriterion(Integer pCriterion)
public Integer getDirection()
public void setDirection(Integer pDirection)
public int getSelectionType()
public void setSelectionType(int pSelectionType)
Copyright © 2014–2015 eaudefrance. All rights reserved.