Searched refs:CVN (Results 1 – 1 of 1) sorted by relevance
95 class CVN extends ClassValue<String> { class in ClassValueTest97 CVN(int n) { this.n = n; } in CVN() method in ClassValueTest.CVN107 CVN cvns[] = new CVN[CVN_COUNT1 * CVN_COUNT2]; in testGetMany()109 cvns[n] = new CVN(n); in testGetMany()