public class StmMap_Impl_
extends java.lang.Object
| Constructor and Description |
|---|
StmMap_Impl_() |
| Modifier and Type | Method and Description |
|---|---|
static <Key,Value> |
_new(scala.concurrent.stm.TMap<Key,Value> map) |
static <Key,Value> |
add(scala.concurrent.stm.TMap<Key,Value> this1,
Key key,
Value value) |
static <Key,Value> |
empty() |
public static <Key,Value> void add(scala.concurrent.stm.TMap<Key,Value> this1,
Key key,
Value value)
public static <Key,Value> scala.concurrent.stm.TMap<Key,Value> _new(scala.concurrent.stm.TMap<Key,Value> map)
public static <Key,Value> scala.concurrent.stm.TMap<Key,Value> empty()