Skip to content

Instantly share code, notes, and snippets.

View pedromartins4's full-sized avatar

Pedro Martins pedromartins4

  • Private Lda
  • Lisbon
View GitHub Profile
public void sort(String pColumn, String pSortDirection) {
boolean up = true;
if (!"u".equals(pSortDirection)) {
up = false;
}
if ("id".equals(pColumn)) {
Sorter sorter = new Sorter();
long[] temp = new long[fTableData.length];
for (int i = 0; i < temp.length; i++) {
temp[i] = fTableData[i].getId();
public void sort(String pColumn, String pSortDirection) {
boolean up = true;
if (!"u".equals(pSortDirection)) {
up = false;
}
if ("id".equals(pColumn)) {
Sorter sorter = new Sorter();
long[] temp = new long[fTableData.length];
for (int i = 0; i < temp.length; i++) {
temp[i] = fTableData[i].getId();
"depends": [
[
null,
null,
null,
false,
"project21/n4upgrade/n4upgrade_0.jar",
true
]
],
"build_method": "general_build_file",
"create_build": true,
"depends": [
[
null,
null,
null,
false,
"n/n4upgrade/n4upgrade_0.jar",
false