Locator

object Locator
Companion:
class
class Object
trait Matchable
class Any
Locator.type

Value members

Concrete methods

def apply[@specialized(Boolean, Int, Long, Double) C](sz: Int)(implicit st: ScalarTag[C]): Locator[C]

Factory method to create a new Locator instance.

Factory method to create a new Locator instance.

Type parameters:
C

Type of elements to be stored in Locator

Value parameters:
sz

Backing hashmap size (default 16)

Concrete fields

val INIT_CAPACITY: Int