PlainInMemoryMap

final
class PlainInMemoryMap[K, V] extends RefMap[Plain, K, V]
trait RefMap[Plain, K, V]
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(key: K)(implicit tx: Plain): Boolean
def foreach[B](f: (K, V) => B)(implicit tx: Plain): Unit
def get(key: K)(implicit tx: Plain): Option[V]
def isEmpty(implicit tx: Plain): Boolean
def put(key: K, value: V)(implicit tx: Plain): Option[V]
def remove(key: K)(implicit tx: Plain): Option[V]
def size(implicit tx: Plain): Int
def toMap(implicit tx: Plain): Map[K, V]