IndexMap

trait IndexMap[-T, A] extends Writable
trait Writable
class Object
trait Matchable
class Any

Value members

Abstract methods

def add(term: Long, value: A)(implicit tx: T): Unit
def debugPrint(implicit tx: T): String
def nearest(term: Long)(implicit tx: T): (Long, A)
def nearestOption(term: Long)(implicit tx: T): Option[(Long, A)]
def nearestUntil(timeStamp: Long, term: Long)(implicit tx: T): Option[(Long, A)]

Inherited methods

def write(out: DataOutput): Unit
Inherited from
Writable