BasicTsKvEntry constructor

BasicTsKvEntry(
  1. int ts,
  2. KvEntry kv
)

Implementation

BasicTsKvEntry(this.ts, this.kv);