Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Arrays/
DSortingNearlySortedPrimitive.java147 public void testShapes(String testName, IntFunction<int[]> dataMethod, int size) { in testShapes() argument
148 int[] intSourceArray = dataMethod.apply(size); in testShapes()