| Modifier and type | Action and description |
|---|---|
| abstract ConcurrentList<T> | createList
Create a list that could be used by the SRE. |
| abstract java.util.concurrent.ConcurrentMap<K,V> | createMap([Comparator<T>])
Create a map that could be used by the SRE. |
| abstract ConcurrentSet<T> | createSet([Comparator<T>])
Create a set that could be used by the SRE. |
def createList : ConcurrentList<T>with E
def createMap([Comparator<T>]) : java.util.concurrent.ConcurrentMap<K,V>with K, V
def createSet([Comparator<T>]) : ConcurrentSet<T>with E