RefTableRW

izumi.sick.tables.RefTableRW
See theRefTableRW companion object
class RefTableRW[V]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(v: V): RefVal
def all(): Map[RefVal, (V, Int)]
def freeze(): RefTableRO[V]
def freq(k: RefVal): Int
def isEmpty: Boolean
def revGet(k: V): Option[RefVal]
def rewrite(mapping: V => V): RefTableRW[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