Searched refs:projectionList (Results 1 – 1 of 1) sorted by relevance
319 final ArrayList<String> projectionList = new ArrayList<String>(); in apply() local321 projectionList.add(entry.getKey()); in apply()323 projection = projectionList.toArray(new String[projectionList.size()]); in apply()