HomeSort by relevance Sort by last modified time
    Searched defs:arrayAsList (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CollectionUtils.java 44 public static <E> ArrayList<E> arrayAsList(@Nonnull final E[] array, final int start,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CollectionUtilsTests.java 37 * Tests that {@link CollectionUtils#arrayAsList(Object[],int,int)} fails as expected
44 CollectionUtils.arrayAsList(array, -1, 1);
51 CollectionUtils.arrayAsList(array, 1, -1);
58 CollectionUtils.arrayAsList(array, 1, 3);
66 * Tests that {@link CollectionUtils#arrayAsList(Object[],int,int)} gives the expected
71 assertEquals(empty, CollectionUtils.arrayAsList(new String[] {}, 0, 0));
73 assertEquals(empty, CollectionUtils.arrayAsList(array, 0, 0));
74 assertEquals(empty, CollectionUtils.arrayAsList(array, 1, 1));
75 assertEquals(empty, CollectionUtils.arrayAsList(array, array.length, array.length));
77 assertEquals(expected123, CollectionUtils.arrayAsList(array, 1, 4))
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 471 milliseconds