LocatorAny

class LocatorAny[T](sz: Int)(implicit evidence$1: ScalarTag[T]) extends Locator[T]
trait Locator[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(key: T): Boolean
def count(key: T): Int
def counts: Array[Int]
def get(key: T): Int
def inc(key: T): Int
def keys: Array[T]
def put(key: T, value: Int): Unit
def size: Int

Concrete fields

val cts: HashMap[T, Int]
val map: HashMap[T, Int]