Searched defs: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.CVN