- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for doTestToArrayImpl1 (0.3 sec)
-
android/guava-tests/test/com/google/common/collect/ObjectArraysTest.java
assertEquals(CharSequence[].class, result.getClass()); } public void testToArrayImpl1() { doTestToArrayImpl1(new ArrayList<Integer>()); doTestToArrayImpl1(Lists.newArrayList(1)); doTestToArrayImpl1(Lists.<@Nullable Integer>newArrayList(1, null, 3)); } private void doTestToArrayImpl1(List<Integer> list) { Object[] reference = list.toArray(); Object[] target = ObjectArrays.toArrayImpl(list);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.7K bytes - Viewed (0)