HomeSort by relevance Sort by last modified time
    Searched refs:ArrayWithDuplicate (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 173 public static class ArrayWithDuplicate<E> {
177 private ArrayWithDuplicate(E[] elements, E duplicate) {
187 protected ArrayWithDuplicate<E> createArrayWithDuplicateElement() {
191 return new ArrayWithDuplicate<E>(elements, duplicate);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAllTester.java 41 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement();
ListRemoveTester.java 39 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement();

Completed in 67 milliseconds