Searched refs:arrayLength (Results 1 – 1 of 1) sorted by relevance
107 public static int arrayLength(int[] array) { in arrayLength() method in Main248 assertEquals(12, arrayLength(new int[] { 4, 8 })); in main()