Searched defs:newHashSet (Results 1 - 9 of 9) sorted by relevance

/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
H A DMappingFileProviderTest.java45 mapping.put(1, newHashSet("en"));
46 mapping.put(86, newHashSet("zh", "en", "zh_Hant"));
47 mapping.put(41, newHashSet("de", "fr", "it", "rm"));
48 mapping.put(65, newHashSet("en", "zh_Hans", "ms", "ta"));
53 private static HashSet<String> newHashSet(String... strings) { method in class:MappingFileProviderTest
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java159 public static <E> HashSet<E> newHashSet() { method in class:Sets
177 public static <E> HashSet<E> newHashSet(E... elements) { method in class:Sets
213 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { method in class:Sets
216 : newHashSet(elements.iterator());
232 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { method in class:Sets
233 HashSet<E> set = newHashSet();
/external/guava/guava/src/com/google/common/collect/
H A DSets.java164 public static <E> HashSet<E> newHashSet() { method in class:Sets
182 public static <E> HashSet<E> newHashSet(E... elements) { method in class:Sets
218 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { method in class:Sets
221 : newHashSet(elements.iterator());
237 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { method in class:Sets
238 HashSet<E> set = newHashSet();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 239 milliseconds