Entry

case class Entry(index: Int, entryType: Int, byteCode: ByteCode) extends DefaultMemoisable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def memo[A](key: AnyRef, a: => A): A
Inherited from:
DefaultMemoisable
Source:
Memoisable.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product