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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalSet.java 38 return ofClassAndContents(
44 return ofClassAndContents(Object.class, (E[]) new Object[0], contents);
47 public static <E> MinimalSet<E> ofClassAndContents(
MinimalCollection.java 38 public static <E> MinimalCollection<E> ofClassAndContents(

Completed in 832 milliseconds