public class Sets extends Object
Set instances.| Constructor and Description |
|---|
Sets() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
getConcurrentSet()
Get a new instance of a concurrent
Set (implemented by ConcurrentHashMap). |
static <T> Set<T> |
getConcurrentSet(Class<T> type)
Get a new instance of a concurrent
Set (implemented by ConcurrentHashMap). |
public static <T> Set<T> getConcurrentSet(Class<T> type)
Set (implemented by ConcurrentHashMap).public static <T> Set<T> getConcurrentSet()
Set (implemented by ConcurrentHashMap).Copyright © 2014 JBoss by Red Hat. All rights reserved.