Locator

org.saddle.locator.Locator$
See theLocator companion trait
object Locator

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Locator.type

Members list

Concise view

Value members

Concrete methods

def apply[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.

Attributes

C

Type of elements to be stored in Locator

sz

Backing hashmap size (default 16)

Concrete fields

val INIT_CAPACITY: Int