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

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.

Type parameters

C

Type of elements to be stored in Locator

Value parameters

sz

Backing hashmap size (default 16)

Attributes

Concrete fields

val INIT_CAPACITY: Int