ConfluentIntMapImpl

final
class ConfluentIntMapImpl[T <: Txn[T]](val store: DataStore, val handler: IndexMapHandler[T], val isOblivious: Boolean) extends DurableConfluentMapImpl[T, Int]
trait DurablePersistentMap[T, Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def get[A](key: Int, tx: T)(implicit path: Access[T], format: TFormat[T, A]): Option[A]
final
def getImmutable[A](key: Int, tx: T)(implicit path: Access[T], format: ConstFormat[A]): Option[A]
final
def isFresh(key: Int, tx: T)(implicit path: Access[LazyRef(...)]): Boolean
final
def put[A](key: Int, value: A, tx: T)(implicit path: Access[T], format: TFormat[T, A]): Unit
final
def putImmutable[A](key: Int, value: A, tx: T)(implicit path: Access[T], format: ConstFormat[A]): Unit
def remove(key: Int, tx: T)(implicit index: Access[LazyRef(...)]): Boolean