Home
last modified time | relevance | path

Searched refs:CVN (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DClassValueTest.java95 class CVN extends ClassValue<String> { class in ClassValueTest
97 CVN(int n) { this.n = n; } in CVN() method in ClassValueTest.CVN
107 CVN cvns[] = new CVN[CVN_COUNT1 * CVN_COUNT2]; in testGetMany()
109 cvns[n] = new CVN(n); in testGetMany()