public class SortInfo extends Object implements Externalizable
| Constructor and Description |
|---|
SortInfo() |
SortInfo(String[] order,
boolean[] desc) |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
getDesc() |
String[] |
getOrder() |
void |
readExternal(ObjectInput in) |
void |
setDesc(boolean[] desc) |
void |
setOrder(String[] order) |
void |
writeExternal(ObjectOutput out) |
public SortInfo()
public boolean[] getDesc()
public void setDesc(boolean[] desc)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException