# Class: OccurrenceMap

configurator-core/src/roomle-configurator..OccurrenceMap

# Hierarchy

  • Map<number, number>

    OccurrenceMap

# Table of contents

# Constructors

# Methods

# Constructors

# constructor

new OccurrenceMap(entries?)

# Parameters

Name Type
entries? readonly readonly [number, number][]

# Inherited from

Map<number, number>.constructor

# Defined in

node_modules/typescript/lib/lib.es2015.collection.d.ts:53

new OccurrenceMap(iterable?)

# Parameters

Name Type
iterable? Iterable<readonly [number, number]>

# Inherited from

Map<number, number>.constructor

# Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:161

# Methods

# largestValue

largestValue(): number

# Returns

number

# Defined in

packages/common-core/src/view-model/configurator-view-model.ts:1200 (opens new window)