|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.common.util.concurrent.ConcurrentCollections
public abstract class ConcurrentCollections
| Method Summary | ||
|---|---|---|
static
|
newConcurrentMap()
|
|
static
|
newConcurrentMapLong()
|
|
static
|
newConcurrentSet()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <K,V> java.util.concurrent.ConcurrentMap<K,V> newConcurrentMap()
public static <V> ConcurrentMapLong<V> newConcurrentMapLong()
public static <V> java.util.Set<V> newConcurrentSet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||