18 id = row.getString(
"id");
20 freqYOUNG = (float) row.optDouble(
"freqYOUNG", 0);
21 freqAVERAGE = (float) row.optDouble(
"freqAVERAGE", 0);
22 freqOLD = (float) row.optDouble(
"freqOLD", 0);
24 String tags = row.optString(
"tags",
null);
26 String [] split = tags.split(
",");
27 for (String tag : split) {
29 if (tag.isEmpty())
continue;