QuickRefTableBuilder

izumi.sick.eba.builder.QuickRefTableBuilder
class QuickRefTableBuilder[V](val name: String, content: HashMap[RefVal, V]) extends GenericRefTableBuilder[V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def enumerate(): Map[RefVal, V]
def freeze(): EBATable[V]
def insert(v: V): RefVal
def isEmpty: Boolean
def rewrite(mapping: V => V): QuickRefTableBuilder[V]
def size: Int
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val name: String