Home
last modified time | relevance | path

Searched defs:newHashSet (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSets.java153 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets
171 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets
207 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets
226 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
/external/guava/guava/src/com/google/common/collect/
DSets.java156 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets
174 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets
210 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets
229 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
DMappingFileProviderTest.java53 private static HashSet<String> newHashSet(String... strings) { in newHashSet() method in MappingFileProviderTest