Searched defs:newConcurrentHashSet (Results 1 – 4 of 4) sorted by relevance
258 public static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Sets275 public static <E> Set<E> newConcurrentHashSet(Iterable<? extends E> elements) { in newConcurrentHashSet() method in Sets
272 public static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Sets289 public static <E> Set<E> newConcurrentHashSet(Iterable<? extends E> elements) { in newConcurrentHashSet() method in Sets
59 static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Platform
48 static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Platform