Searched defs:newConcurrentHashSet (Results 1 – 4 of 4) sorted by relevance
57 static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Platform
274 public static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Sets291 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
48 static <E> Set<E> newConcurrentHashSet() { in newConcurrentHashSet() method in Platform