Searched refs:showCollection (Results 1 – 1 of 1) sorted by relevance
159 private String getPairName(Pair<String, String> pair, boolean showCollection) { in getPairName() argument160 return (showCollection && COLLECTIONS.contains(pair.getSecond()) in getPairName()