PerfectHashMap

Implementation based on the article: 'Throw away the keys: Easy, Minimal Perfect Hashing' by Steve Hanov (http://stevehanov.ca/blog/index.php?id=119)

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[K, V](hashFunc: (K, Int) => Int, entries: Map[K, V]): PerfectHashMap[K, V]
def mapToSeq[T](map: Map[Int, T], default: T, size: Int): Seq[T]
def mod(a: Int, b: Int): Int

Concrete fields