Home
last modified time | relevance | path

Searched defs:newConcurrentHashSet (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DSets.java258 public static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Sets
275 public static <E> Set<E> newConcurrentHashSet(Iterable<? extends E> elements) { in newConcurrentHashSet() method in Sets
/external/guava/guava/src/com/google/common/collect/
DSets.java272 public static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Sets
289 public static <E> Set<E> newConcurrentHashSet(Iterable<? extends E> elements) { in newConcurrentHashSet() method in Sets
DPlatform.java59 static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Platform
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DPlatform.java48 static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Platform