Class: TreeMap

TreeMap

new javascript.util.TreeMap()

TreeMap.js, line 38
See:

Extends

Members

get

Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.

put

Associates the specified value with the specified key in this map (optional operation).

privateroot_Object

size

Returns the number of key-value mappings in this map.

privatesize_number

values

Returns a Collection view of the values contained in this map.

Methods

private,staticjavascript.util.TreeMap.successor(t){Object}

TreeMap.js, line 254
Name Type Description
t Object
Returns:
Type Description
Object

privatefixAfterInsertion(x)

TreeMap.js, line 133
Name Type Description
x Object

getFirstEntry(){Object}

TreeMap.js, line 238
Returns:
Type Description
Object

privaterotateLeft(p)

TreeMap.js, line 195
Name Type Description
p Object

privaterotateRight(p)

TreeMap.js, line 218
Name Type Description
p Object