Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DSpreadCollectTest.java147 assertEquals(SpreadCollect.MT_collectorLeading3, collector.type()); in testAsCollectorLeading()
160 assertEquals(SpreadCollect.MT_collectorLeading3, collector.type()); in testAsCollectorLeadingInvokeWithArguments()
239 …static final MethodType MT_collectorLeading3 = methodType(String.class, int.class, int.class, int.… field in SpreadCollectTest.SpreadCollect