Packages

class MultiChannelMap[K, V] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiChannelMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MultiChannelMap(nLists: Int)

Value Members

  1. def addToNextList(k: K, v: V): Unit
  2. def get(k: K): V
  3. var nLists: Int
  4. def nextList(): ListBuffer[(K, V)]
  5. def size: Int
  6. def updateNLists(n: Int): Unit