Searched refs:dataMethod (Results 1 – 1 of 1) sorted by relevance
147 public void testShapes(String testName, IntFunction<int[]> dataMethod, int size) { in testShapes() argument148 int[] intSourceArray = dataMethod.apply(size); in testShapes()