net.BrowserChannel.QueuedMap Extends
Simple container class for a (mapId, map) pair.

Inheritance

Constructor

goog.net.BrowserChannel.QueuedMap(mapIdmapopt_context)

Parameters

mapId : number
The id for this map.
map : Object | goog.structs.Map
The map itself.
opt_context : Object=
The context associated with the map.
Public Protected Private

Instance Properties

context :
The context for the map.
Code »
map :
The map itself.
Code »
mapId :
The id for this map.
Code »

Package net.BrowserChannel

Package Reference