Searched refs:ifaceCounts (Results 1 – 1 of 1) sorted by relevance
277 InterfaceCount[] ifaceCounts = new InterfaceCount[returnCount]; in getSortedInterfaceCounts() local279 ifaceCounts[i] = new InterfaceCount(sorted[i].getKey(), sorted[i].getValue()); in getSortedInterfaceCounts()281 return ifaceCounts; in getSortedInterfaceCounts()