@mapgis/webclient-cesium-plugin 17.2.7 → 17.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +592 -568
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +5 -5
- package/dist/webclient-cesium-plugin-es6.min.js +64 -5
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
- package/documention/AlgorithmLib.html +114 -12
- package/documention/AngulationTool.html +154 -16
- package/documention/AnimationTool.html +144 -34
- package/documention/ArcGISMapServerImageryProvider.html +415 -193
- package/documention/ArcGISTileServerImageryProvider.html +376 -134
- package/documention/ArcGISVectorTileImageryProvider.html +494 -168
- package/documention/Cesium.Material.html +576 -0
- package/documention/Cesium.Viewer.html +1060 -0
- package/documention/Cesium3DTileset.html +687 -0
- package/documention/CesiumHeatmap.html +119 -2439
- package/documention/CesiumTerrainProvider.html +318 -10
- package/documention/CircleWaveMaterialProperty.html +116 -17
- package/documention/CollisionDetectionByRender.html +112 -10
- package/documention/CompatibleFunc.html +727 -0
- package/documention/CustomProjection.html +1204 -0
- package/documention/CustomTilingScheme.html +388 -475
- package/documention/CutFillAnalysis.html +1939 -0
- package/documention/CuttingTool.html +150 -238
- package/documention/Deferred.html +112 -10
- package/documention/DrawElement.html +121 -10
- package/documention/DrawTool.html +113 -11
- package/documention/DynamicEntityVisualizer.html +338 -30
- package/documention/DynamicLabelLayer.html +447 -333
- package/documention/EditTool.html +113 -11
- package/documention/FloodAnalysis.html +1891 -0
- package/documention/FloodAnalysisReflection.html +123 -15
- package/documention/GeoJSONLayerUtil.html +333 -63
- package/documention/GlobeIndependentTranslucency.html +117 -13
- package/documention/Graphic.html +229 -585
- package/documention/GraphicsLayer.html +203 -212
- package/documention/GraphicsLayerUtil.html +333 -63
- package/documention/HashMap.html +4006 -317
- package/documention/HeightLimited.html +123 -15
- package/documention/IGSFeatureLayerUtil.html +491 -58
- package/documention/ISSceneLayerUtil.html +111 -9
- package/documention/KeyboardCameraController.html +114 -10
- package/documention/MapGISM3DSet.html +724 -0
- package/documention/MapGISMapServerImageryProvider.html +471 -648
- package/documention/MapGISTerrainProvider.html +1224 -8281
- package/documention/MapGISTileAvailability.html +1542 -0
- package/documention/MapGISTileServerImageryProvider.html +415 -660
- package/documention/MapGISVectorTileImageryProvider.html +404 -1283
- package/documention/MeasureAreaTool.html +173 -62
- package/documention/MeasureLengthTool.html +175 -64
- package/documention/MeasureSlopeTool.html +125 -15
- package/documention/ModelEditor.html +128 -21
- package/documention/ModelFilterTool.html +209 -23
- package/documention/ModelTransformTool.html +187 -38
- package/documention/PolylineTrailLinkMaterialProperty.html +116 -17
- package/documention/Popup.html +347 -266
- package/documention/PostProcessStageLibrary.html +114 -12
- package/documention/Promise.html +115 -13
- package/documention/RadarMaterialProperty.html +116 -17
- package/documention/ReImg.html +129 -9
- package/documention/RiverGeometry.html +122 -20
- package/documention/RoamParticle.html +115 -9
- package/documention/S3MTileset.html +132 -10
- package/documention/SceneView.html +1747 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +333 -134
- package/documention/SelectTool.html +112 -38
- package/documention/ShadowRateAnalysis.html +113 -18
- package/documention/ShadowRateDrawCommand.html +111 -9
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +115 -9
- package/documention/Style.html +150 -533
- package/documention/TerrainAnalyse.html +261 -40
- package/documention/TerrainProfile.html +124 -16
- package/documention/ThemeManager.html +2233 -0
- package/documention/Tooltip.html +111 -9
- package/documention/TriangulationTool.html +172 -61
- package/documention/UrlTemplateImageryProvider.html +852 -38
- package/documention/VisiblityAnalysis.html +128 -24
- package/documention/WFSLayerUtil.html +333 -63
- package/documention/WaterReflection.html +128 -20
- package/documention/WebMapServiceImageryProvider.html +920 -70
- package/documention/WebMapTileServiceImageryProvider.html +839 -78
- package/documention/Wind3D.html +118 -11
- package/documention/createColorTexture.html +604 -0
- package/documention/global.html +14321 -68
- package/documention/index.html +163 -14
- package/documention/initializeOptions.html +557 -0
- package/documention/isCounterClockwise.html +756 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +335 -86
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +357 -218
- package/documention/module.exports_module.exports.html +334 -44
- package/documention/scripts/search.js +1 -26
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
- package/package.json +6 -5
package/documention/HashMap.html
CHANGED
|
@@ -1,10 +1,292 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title> HashMap</title>
|
|
9
|
+
<!--[if lt IE 9]>
|
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
+
<![endif]-->
|
|
12
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body class="layout small-header">
|
|
22
|
+
<div id="stickyNavbarOverlay"></div>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<div class="top-nav">
|
|
26
|
+
<div class="inner">
|
|
27
|
+
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
+
<span aria-hidden="true"></span>
|
|
29
|
+
<span aria-hidden="true"></span>
|
|
30
|
+
<span aria-hidden="true"></span>
|
|
31
|
+
</a>
|
|
32
|
+
<div class="logo">
|
|
33
|
+
|
|
34
|
+
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
</div>
|
|
38
|
+
<div class="menu">
|
|
39
|
+
|
|
40
|
+
<div class="navigation">
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<a
|
|
44
|
+
class="link user-link "
|
|
45
|
+
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
+
>
|
|
47
|
+
Common
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a
|
|
51
|
+
class="link user-link "
|
|
52
|
+
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
+
>
|
|
54
|
+
Cesium-Plugin
|
|
55
|
+
</a>
|
|
56
|
+
|
|
57
|
+
<a
|
|
58
|
+
class="link user-link "
|
|
59
|
+
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
+
>
|
|
61
|
+
MapboxGL-Plugin
|
|
62
|
+
</a>
|
|
63
|
+
|
|
64
|
+
<a
|
|
65
|
+
class="link user-link "
|
|
66
|
+
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
+
>
|
|
68
|
+
Leaflet-Plugin
|
|
69
|
+
</a>
|
|
70
|
+
|
|
71
|
+
<a
|
|
72
|
+
class="link user-link "
|
|
73
|
+
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
+
>
|
|
75
|
+
OpenLayers-Plugin
|
|
76
|
+
</a>
|
|
77
|
+
|
|
78
|
+
<a
|
|
79
|
+
class="link user-link "
|
|
80
|
+
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
+
>
|
|
82
|
+
Video-Plugin
|
|
83
|
+
</a>
|
|
84
|
+
|
|
85
|
+
|
|
7
86
|
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
<div id="main">
|
|
93
|
+
<div
|
|
94
|
+
class="sidebar "
|
|
95
|
+
id="sidebarNav"
|
|
96
|
+
>
|
|
97
|
+
<div>
|
|
98
|
+
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div class="search-wrapper">
|
|
102
|
+
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
<nav>
|
|
106
|
+
|
|
107
|
+
<div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图图片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片图层,现已不支持通过构造函数(new ArcGISTileServerImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISVectorTileImageryProvider.html">ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>ArcGIS矢量瓦片图层,现已不支持通过构造函数(new ArcGISVectorTileImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium3DTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium3DTileset.html">Cesium3DTileset</a><span style="display: none;"><p>Cesium3DTileset对象,现已不支持通过构造函数(new Cesium3DTileset())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Material"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Material.html">Material</a><span style="display: none;"><p>新增了部分Cesium材质<br>
|
|
108
|
+
《PolylineTrailLink材质》<br>
|
|
109
|
+
参考示例:
|
|
110
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
|
|
111
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-wall'>《墙示例》</a><br>
|
|
112
|
+
color: 材质颜色,Cesium.Color.WHITE<br>
|
|
113
|
+
image: 材质使用的图片,Cesium.Material.PolylineTrailLinkImage<br>
|
|
114
|
+
duration: 持续时间,100.0<br>
|
|
115
|
+
direction: 方向,1.0<br>
|
|
116
|
+
repeat: 重复次数,new Cesium.Cartesian2(1.0, 1.0)<br><br>
|
|
117
|
+
《CircleWaveMaterial材质》<br>
|
|
118
|
+
参考示例:
|
|
119
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a>
|
|
120
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circular'>《圆锥示例》</a><br>
|
|
121
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
122
|
+
duration: 持续时间,100.0<br>
|
|
123
|
+
count: 方向,1.0<br>
|
|
124
|
+
gradient: 渐变因子,0.1<br><br>
|
|
125
|
+
《RadarMaterial材质》<br>
|
|
126
|
+
参考示例:
|
|
127
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
128
|
+
color: 材质颜色,Cesium.Color.WHITE<br>
|
|
129
|
+
speed: 速度,1<br><br>
|
|
130
|
+
《AspectArrow材质》
|
|
131
|
+
AspectArrowMap: 箭头图片,Cesium.Material.DefaultImageId<br>
|
|
132
|
+
repeat: 箭头重复次数,Cesium.Cartesian2(1.0, 1.0)<br><br>
|
|
133
|
+
《TextImage材质》<br>
|
|
134
|
+
image: 文字图片,Cesium.Material.DefaultImageId<br>
|
|
135
|
+
repeat: 图片重复次数,Cesium.Cartesian2(1.0, 1.0)<br>
|
|
136
|
+
breathingLight: 是否开启呼吸灯,false<br>
|
|
137
|
+
duration: 运行周期,1000<br><br>
|
|
138
|
+
《LineFlickerMaterialType材质》<br>
|
|
139
|
+
参考示例:
|
|
140
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
141
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
142
|
+
speed: 速度,5<br><br>
|
|
143
|
+
《CircleScanMaterialType材质》<br>
|
|
144
|
+
参考示例:
|
|
145
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
146
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
147
|
+
speed: 速度,10<br><br>
|
|
148
|
+
《CirclePulseMaterialType材质》<br>
|
|
149
|
+
参考示例:
|
|
150
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
151
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
152
|
+
speed: 速度,10<br><br>
|
|
153
|
+
《CircleDiffuseMaterialType材质》<br>
|
|
154
|
+
参考示例:
|
|
155
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
156
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
157
|
+
speed: 速度,10<br><br>
|
|
158
|
+
《ScanlineType材质》<br>
|
|
159
|
+
参考示例:
|
|
160
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
161
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
162
|
+
speed: 速度,10<br><br>
|
|
163
|
+
《CircleFadeMaterialType材质》<br>
|
|
164
|
+
参考示例:
|
|
165
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
166
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
167
|
+
speed: 速度,10<br><br>
|
|
168
|
+
《CircleColorfulMaterialType材质》<br>
|
|
169
|
+
参考示例:
|
|
170
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
171
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
172
|
+
speed: 速度,10<br><br>
|
|
173
|
+
《CircleSpiralMaterialType材质》<br>
|
|
174
|
+
参考示例:
|
|
175
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
176
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
177
|
+
speed: 速度,10<br><br>
|
|
178
|
+
《CircleBlurMaterialType材质》<br>
|
|
179
|
+
参考示例:
|
|
180
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
181
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
182
|
+
speed: 速度,10<br><br>
|
|
183
|
+
《RadarScanMaterialType材质》<br>
|
|
184
|
+
参考示例:
|
|
185
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
186
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
187
|
+
speed: 速度,10<br><br>
|
|
188
|
+
《RadarLineMaterialType材质》<br>
|
|
189
|
+
参考示例:
|
|
190
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
191
|
+
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
192
|
+
speed: 速度,10<br><br>
|
|
193
|
+
《RiverCoveringMaterial材质》<br>
|
|
194
|
+
color: 材质颜色,Cesium.Color(1, 1, 1, 0.7)<br>
|
|
195
|
+
animationSpeed: 播放速度,0.01<br>
|
|
196
|
+
image: 材质图片,CustomMaterial.DefaultImageId<br>
|
|
197
|
+
repeat: 重复次数,2.0<br><br></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Viewer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Viewer.html">Viewer</a><span style="display: none;"><p>重写Cesium.Viewer的方法</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumHeatmap"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumHeatmap.html">CesiumHeatmap</a><span style="display: none;"><p>热力图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumTerrainProvider.html">CesiumTerrainProvider</a><span style="display: none;"><p>Cesium地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CircleWaveMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CircleWaveMaterialProperty.html">CircleWaveMaterialProperty</a><span style="display: none;"><p>动态圆波纹材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CollisionDetectionByRender"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CollisionDetectionByRender.html">CollisionDetectionByRender</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CompatibleFunc"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CompatibleFunc.html">CompatibleFunc</a><span style="display: none;"><p>适配不同版本Cesium接口方法类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="createColorTexture"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="createColorTexture.html">createColorTexture</a><span style="display: none;"><p>天际线分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomProjection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomProjection.html">CustomProjection</a><span style="display: none;"><p>实现自定义投影坐标系与地理坐标系经纬度(弧度表示)之间的投影变换</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomTilingScheme"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomTilingScheme.html">CustomTilingScheme</a><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
|
|
198
|
+
<ol>
|
|
199
|
+
<li>裁图原点必须在地图范围的左上角区域;</li>
|
|
200
|
+
<li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
|
|
201
|
+
</ol></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CutFillAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CutFillAnalysis.html">CutFillAnalysis</a><span style="display: none;"><p>填挖方分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CuttingTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CuttingTool.html">CuttingTool</a><span style="display: none;"><p>三维场景裁剪工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawElement"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawElement.html">DrawElement</a><span style="display: none;"><p>几何绘制类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawTool.html">DrawTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DynamicEntityVisualizer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DynamicEntityVisualizer.html">DynamicEntityVisualizer</a><span style="display: none;"><p>动态实体视图类封装
|
|
202
|
+
1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
|
|
203
|
+
2、动态显隐效果
|
|
204
|
+
3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
|
|
205
|
+
<p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
|
|
206
|
+
viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
|
|
207
|
+
使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
|
|
208
|
+
<p>1. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 不为空数组时,使用该类的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
|
|
209
|
+
<ul>
|
|
210
|
+
<li><code>globeFaceAlpha</code>:地表的透明度,若设置该参数则<code>globeFaceAlphaByDistance</code>不生效;</li>
|
|
211
|
+
<li><code>globeFaceAlphaByDistance</code>:地表的透明度根据视点距离的变化范围,当<code>globeFaceAlpha</code>为<code>undefined</code>时生效;</li>
|
|
212
|
+
</ul>
|
|
213
|
+
<p>2. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 为空数组时,使用原生的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
|
|
214
|
+
<ul>
|
|
215
|
+
<li><code>frontFaceAlpha</code>:地表正面的透明度;</li>
|
|
216
|
+
<li><code>frontFaceAlphaByDistance </code>:地表正面的透明度根据视点距离的变化范围;</li>
|
|
217
|
+
<li><code>backFaceAlpha</code>:地表背面的透明度;</li>
|
|
218
|
+
<li><code>backFaceAlphaByDistance</code>:地表背面的透明度根据视点距离的变化范围;</li>
|
|
219
|
+
<li><code>rectangle</code>:将地表透明的区域限制在一个矩形范围内。</li>
|
|
220
|
+
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Graphic"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Graphic.html">Graphic</a><span style="display: none;"><p>标绘图元对象<br>
|
|
221
|
+
请参考以下示例:<br>
|
|
222
|
+
<a href='#example1'>1、初始化标绘图层</a><br>
|
|
223
|
+
<a href='#example2'>2、添加一个多边形图元</a><br>
|
|
224
|
+
<a href='#example3'>3、新增一个类型为div的标绘对象</a><br>
|
|
225
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>4、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayer.html">GraphicsLayer</a><span style="display: none;"><p>标绘图层<br>
|
|
226
|
+
请参考以下示例:<br>
|
|
227
|
+
<a href='#example1'>1、初始化标绘图层</a><br>
|
|
228
|
+
<a href='#example2'>2、重写提示框对象</a><br>
|
|
229
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>3、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="HeightLimited"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="HeightLimited.html">HeightLimited</a><span style="display: none;"><p>限高分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="initializeOptions"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="initializeOptions.html">initializeOptions</a><span style="display: none;"><p>构建实例化对象的配置参数</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="isCounterClockwise"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="isCounterClockwise.html">isCounterClockwise</a><span style="display: none;"><p>地形剖切工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="KeyboardCameraController"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="KeyboardCameraController.html">KeyboardCameraController</a><span style="display: none;"><p>场景相机漫游工具,可以实现沉浸式的鼠标键盘漫游功能,具体操作方法如下:</p>
|
|
230
|
+
<p>1. 相机平移操作,这类操作不会改变相机的朝向,只会改变相机的位置:</p>
|
|
231
|
+
<ul>
|
|
232
|
+
<li><code>W</code>:相机位置向前移动</li>
|
|
233
|
+
<li><code>S</code>:相机位置向后移动</li>
|
|
234
|
+
<li><code>A</code>:相机位置向左移动</li>
|
|
235
|
+
<li><code>D</code>:相机位置向右移动</li>
|
|
236
|
+
<li><code>Q</code>:相机位置升高</li>
|
|
237
|
+
<li><code>E</code>:相机位置降低</li>
|
|
238
|
+
</ul>
|
|
239
|
+
<p>2. 相对于相机视点操作,其中<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作会改变相机的位置,也会改变相机的朝向,而<code>I</code>,<code>K</code>操作只会改变相机相较视点的距离(在执行<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作时请勿同时执行其他按键操作):</p>
|
|
240
|
+
<ul>
|
|
241
|
+
<li><code>I</code>:相机视角靠近屏幕中心点</li>
|
|
242
|
+
<li><code>K</code>:相机视角远离屏幕中心点</li>
|
|
243
|
+
<li><code>J</code>:绕屏幕中心点向左旋转</li>
|
|
244
|
+
<li><code>L</code>:绕屏幕中心点向右旋转</li>
|
|
245
|
+
<li><code>U</code>:绕屏幕中心点向上旋转</li>
|
|
246
|
+
<li><code>O</code>:绕屏幕中心点向下旋转</li>
|
|
247
|
+
</ul>
|
|
248
|
+
<p>3. 相机自身操作,这类操作不会改变相机的位置,只会改变相机的朝向(在全屏状态下可使用鼠标调整相机视角):</p>
|
|
249
|
+
<ul>
|
|
250
|
+
<li><code>↑</code>:向上抬高视角</li>
|
|
251
|
+
<li><code>↓</code>:向下降低视角</li>
|
|
252
|
+
<li><code>←</code>:向左移动视角</li>
|
|
253
|
+
<li><code>→</code>:向右移动视角</li>
|
|
254
|
+
</ul>
|
|
255
|
+
<p>4. 鼠标操作:</p>
|
|
256
|
+
<ul>
|
|
257
|
+
<li>开启鼠标操作功能后,页面将进入全屏模式,此时相机视角可通过鼠标移动进行操作</li>
|
|
258
|
+
</ul>
|
|
259
|
+
<p>5. 辅助操作:</p>
|
|
260
|
+
<ul>
|
|
261
|
+
<li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
|
|
262
|
+
<li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
|
|
263
|
+
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>MapGIS地图图片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainProvider.html">MapGISTerrainProvider</a><span style="display: none;"><p>MapGIS地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileAvailability"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileAvailability.html">MapGISTileAvailability</a><span style="display: none;"><p>MapGIS的TileAvailability类,重写了Cesium.TileAvailability的所有方法,支持在内部自动筛选要使用的地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><span style="display: none;"><p>MapGIS瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureAreaTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureAreaTool.html">MeasureAreaTool</a><span style="display: none;"><p>面积测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureLengthTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureLengthTool.html">MeasureLengthTool</a><span style="display: none;"><p>距离测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureSlopeTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureSlopeTool.html">MeasureSlopeTool</a><span style="display: none;"><p>坡度测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelEditor.html">ModelEditor</a><span style="display: none;"><p>模型矩阵编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelFilterTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelFilterTool.html">ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelTransformTool.html">ModelTransformTool</a><span style="display: none;"><p>模型变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS图层,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
264
|
+
参考示例:
|
|
265
|
+
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
266
|
+
<br>[ES5引入方式]:<br/>
|
|
267
|
+
zondy.cesium.SceneView() <br/>
|
|
268
|
+
[ES6引入方式]:<br/>
|
|
269
|
+
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
270
|
+
自定义样式说明:<br/>
|
|
271
|
+
zondy-popup__content 弹窗容器样式<br/>
|
|
272
|
+
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
273
|
+
zondy-popup__header 弹窗头部样式<br/>
|
|
274
|
+
zondy-popup__content 弹窗主体样式<br/>
|
|
275
|
+
zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SceneView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneView.html">SceneView</a><span style="display: none;"><p>视图类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditorCesium"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditorCesium.html">SketchEditorCesium</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
276
|
+
<br>[ES5引入方式]:<br/>
|
|
277
|
+
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
278
|
+
[ES6引入方式]:<br/>
|
|
279
|
+
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul></div>
|
|
280
|
+
|
|
281
|
+
</nav>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="core" id="main-content-wrapper">
|
|
284
|
+
<div class="content">
|
|
285
|
+
<header id="page-title" class="page-title">
|
|
286
|
+
<span class="page-title-main">类名</span>
|
|
287
|
+
<span class="page-title-sub">HashMap</span>
|
|
288
|
+
</header>
|
|
289
|
+
|
|
8
290
|
|
|
9
291
|
|
|
10
292
|
|
|
@@ -25,7 +307,7 @@
|
|
|
25
307
|
<h4 class="name" id="HashMap">
|
|
26
308
|
<a class="href-link" href="#HashMap">#</a>
|
|
27
309
|
|
|
28
|
-
<span class="code-name"
|
|
310
|
+
<span class="code-name" style="font-size:30px">
|
|
29
311
|
|
|
30
312
|
new HashMap<span class="signature">()</span>
|
|
31
313
|
|
|
@@ -151,40 +433,6 @@
|
|
|
151
433
|
|
|
152
434
|
<div class='vertical-section'>
|
|
153
435
|
<h3 id='member'>成员变量</h3>
|
|
154
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
155
|
-
<div class="table-container">
|
|
156
|
-
<table class="params table">
|
|
157
|
-
<thead>
|
|
158
|
-
<tr>
|
|
159
|
-
<th>名称</th>
|
|
160
|
-
<th>类型</th>
|
|
161
|
-
<th>描述</th>
|
|
162
|
-
</tr>
|
|
163
|
-
</thead>
|
|
164
|
-
<tbody>
|
|
165
|
-
|
|
166
|
-
<tr class="deep-level-0">
|
|
167
|
-
<td class="name"><code><a href="#length">length</a></code></td>
|
|
168
|
-
<td class="name">
|
|
169
|
-
<code>
|
|
170
|
-
|
|
171
|
-
<span class="param-type">
|
|
172
|
-
|
|
173
|
-
Number
|
|
174
|
-
|
|
175
|
-
</span>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
</code>
|
|
180
|
-
</td>
|
|
181
|
-
<td class="name"><code><p>HashMap 容器的长度</p></code></td>
|
|
182
|
-
</tr>
|
|
183
|
-
|
|
184
|
-
</tbody>
|
|
185
|
-
</table>
|
|
186
|
-
</div>
|
|
187
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
188
436
|
<div class="members">
|
|
189
437
|
|
|
190
438
|
<div class="member">
|
|
@@ -192,12 +440,7 @@
|
|
|
192
440
|
<span class="method-parameter is-pulled-right">
|
|
193
441
|
<label>类型:</label>
|
|
194
442
|
|
|
195
|
-
<span class="param-type">
|
|
196
|
-
|
|
197
|
-
Number
|
|
198
|
-
|
|
199
|
-
</span>
|
|
200
|
-
|
|
443
|
+
<span class="param-type">Number</span>
|
|
201
444
|
|
|
202
445
|
|
|
203
446
|
</span>
|
|
@@ -266,200 +509,88 @@
|
|
|
266
509
|
|
|
267
510
|
</div>
|
|
268
511
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
512
|
+
<div class="member">
|
|
513
|
+
|
|
514
|
+
<span class="method-parameter is-pulled-right">
|
|
515
|
+
<label>类型:</label>
|
|
516
|
+
|
|
517
|
+
<span class="param-type">Number</span>
|
|
272
518
|
|
|
519
|
+
|
|
520
|
+
</span>
|
|
521
|
+
|
|
522
|
+
<h4 class="name" id="length">
|
|
523
|
+
<a class="href-link" href="#length">#</a>
|
|
273
524
|
|
|
274
|
-
|
|
275
|
-
<
|
|
276
|
-
|
|
277
|
-
<div class="members">
|
|
278
|
-
<div class="table-container">
|
|
279
|
-
<table class="params table">
|
|
280
|
-
<thead>
|
|
281
|
-
<tr>
|
|
282
|
-
<th>名称</th>
|
|
283
|
-
<th>返回值类型</th>
|
|
284
|
-
<th>描述</th>
|
|
285
|
-
</tr>
|
|
286
|
-
</thead>
|
|
287
|
-
<tbody>
|
|
288
|
-
|
|
289
|
-
<tr class="deep-level-0">
|
|
290
|
-
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
291
|
-
<td class="name">
|
|
292
|
-
<code>
|
|
293
|
-
|
|
294
|
-
</code>
|
|
295
|
-
</td>
|
|
296
|
-
<td class="name"><code><p>清空Map</p></code></td>
|
|
297
|
-
</tr>
|
|
298
|
-
|
|
299
|
-
<tr class="deep-level-0">
|
|
300
|
-
<td class="name"><code><a href="#containsKey">containsKey</a></code></td>
|
|
301
|
-
<td class="name">
|
|
302
|
-
<code>
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
<span class="param-type">
|
|
525
|
+
|
|
526
|
+
<span class='tag'>readonly</span>
|
|
527
|
+
|
|
306
528
|
|
|
307
|
-
|
|
529
|
+
<span class="code-name">
|
|
530
|
+
length
|
|
531
|
+
</span>
|
|
308
532
|
|
|
309
|
-
</
|
|
533
|
+
</h4>
|
|
310
534
|
|
|
311
535
|
|
|
312
536
|
|
|
313
|
-
|
|
314
|
-
</code>
|
|
315
|
-
</td>
|
|
316
|
-
<td class="name"><code><p>判断对象中是否包含给定Key</p></code></td>
|
|
317
|
-
</tr>
|
|
318
|
-
|
|
319
|
-
<tr class="deep-level-0">
|
|
320
|
-
<td class="name"><code><a href="#containsValue">containsValue</a></code></td>
|
|
321
|
-
<td class="name">
|
|
322
|
-
<code>
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
<span class="param-type">
|
|
326
|
-
|
|
327
|
-
Boolean
|
|
328
|
-
|
|
329
|
-
</span>
|
|
330
537
|
|
|
538
|
+
<div class="description">
|
|
539
|
+
<p>HashMap 容器的长度</p>
|
|
540
|
+
</div>
|
|
331
541
|
|
|
332
542
|
|
|
333
|
-
|
|
334
|
-
</code>
|
|
335
|
-
</td>
|
|
336
|
-
<td class="name"><code><p>判断对象中是否包含给定的Value</p></code></td>
|
|
337
|
-
</tr>
|
|
338
|
-
|
|
339
|
-
<tr class="deep-level-0">
|
|
340
|
-
<td class="name"><code><a href="#get">get</a></code></td>
|
|
341
|
-
<td class="name">
|
|
342
|
-
<code>
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
<span class="param-type">
|
|
346
|
-
|
|
347
|
-
Object
|
|
348
|
-
|
|
349
|
-
</span>
|
|
350
543
|
|
|
351
544
|
|
|
352
545
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
</td>
|
|
356
|
-
<td class="name"><code><p>根据给定的Key获得Value</p></code></td>
|
|
357
|
-
</tr>
|
|
358
|
-
|
|
359
|
-
<tr class="deep-level-0">
|
|
360
|
-
<td class="name"><code><a href="#isEmpty">isEmpty</a></code></td>
|
|
361
|
-
<td class="name">
|
|
362
|
-
<code>
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
<span class="param-type">
|
|
546
|
+
<dl class="details">
|
|
547
|
+
|
|
366
548
|
|
|
367
|
-
|
|
549
|
+
|
|
368
550
|
|
|
369
|
-
</span>
|
|
370
551
|
|
|
552
|
+
|
|
371
553
|
|
|
554
|
+
|
|
372
555
|
|
|
373
|
-
|
|
374
|
-
</code>
|
|
375
|
-
</td>
|
|
376
|
-
<td class="name"><code><p>判断Map是否为空</p></code></td>
|
|
377
|
-
</tr>
|
|
378
|
-
|
|
379
|
-
<tr class="deep-level-0">
|
|
380
|
-
<td class="name"><code><a href="#keySet">keySet</a></code></td>
|
|
381
|
-
<td class="name">
|
|
382
|
-
<code>
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
<span class="param-type">
|
|
386
556
|
|
|
387
|
-
|
|
557
|
+
|
|
388
558
|
|
|
389
|
-
</span>
|
|
390
559
|
|
|
560
|
+
|
|
391
561
|
|
|
562
|
+
|
|
392
563
|
|
|
393
|
-
|
|
394
|
-
</code>
|
|
395
|
-
</td>
|
|
396
|
-
<td class="name"><code><p>获得Map中的所有Key</p></code></td>
|
|
397
|
-
</tr>
|
|
398
|
-
|
|
399
|
-
<tr class="deep-level-0">
|
|
400
|
-
<td class="name"><code><a href="#put">put</a></code></td>
|
|
401
|
-
<td class="name">
|
|
402
|
-
<code>
|
|
403
|
-
|
|
404
|
-
</code>
|
|
405
|
-
</td>
|
|
406
|
-
<td class="name"><code><p>向map中添加数据</p></code></td>
|
|
407
|
-
</tr>
|
|
408
|
-
|
|
409
|
-
<tr class="deep-level-0">
|
|
410
|
-
<td class="name"><code><a href="#remove">remove</a></code></td>
|
|
411
|
-
<td class="name">
|
|
412
|
-
<code>
|
|
413
|
-
|
|
414
|
-
</code>
|
|
415
|
-
</td>
|
|
416
|
-
<td class="name"><code><p>根据给定的Key删除一个值</p></code></td>
|
|
417
|
-
</tr>
|
|
418
|
-
|
|
419
|
-
<tr class="deep-level-0">
|
|
420
|
-
<td class="name"><code><a href="#size">size</a></code></td>
|
|
421
|
-
<td class="name">
|
|
422
|
-
<code>
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<span class="param-type">
|
|
426
564
|
|
|
427
|
-
|
|
565
|
+
|
|
428
566
|
|
|
429
|
-
</span>
|
|
430
567
|
|
|
568
|
+
|
|
431
569
|
|
|
570
|
+
|
|
571
|
+
|
|
432
572
|
|
|
433
|
-
|
|
434
|
-
</code>
|
|
435
|
-
</td>
|
|
436
|
-
<td class="name"><code><p>获得Map的长度</p></code></td>
|
|
437
|
-
</tr>
|
|
438
|
-
|
|
439
|
-
<tr class="deep-level-0">
|
|
440
|
-
<td class="name"><code><a href="#values">values</a></code></td>
|
|
441
|
-
<td class="name">
|
|
442
|
-
<code>
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
<span class="param-type">
|
|
446
573
|
|
|
447
|
-
|
|
574
|
+
|
|
448
575
|
|
|
449
|
-
</span>
|
|
450
576
|
|
|
577
|
+
|
|
578
|
+
</dl>
|
|
451
579
|
|
|
452
580
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
</tbody>
|
|
460
|
-
</table>
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
</div>
|
|
585
|
+
|
|
461
586
|
</div>
|
|
462
|
-
|
|
587
|
+
</div>
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
<div class='vertical-section'>
|
|
592
|
+
<h3 id='function'>方法</h3>
|
|
593
|
+
<div class="members">
|
|
463
594
|
|
|
464
595
|
<div class="member">
|
|
465
596
|
|
|
@@ -468,7 +599,7 @@
|
|
|
468
599
|
<h4 class="name" id="clear">
|
|
469
600
|
<a class="href-link" href="#clear">#</a>
|
|
470
601
|
|
|
471
|
-
<span class="code-name"
|
|
602
|
+
<span class="code-name" style="font-size:30px">
|
|
472
603
|
|
|
473
604
|
clear<span class="signature">()</span>
|
|
474
605
|
|
|
@@ -556,12 +687,12 @@
|
|
|
556
687
|
|
|
557
688
|
|
|
558
689
|
|
|
559
|
-
<h4 class="name" id="
|
|
560
|
-
<a class="href-link" href="#
|
|
690
|
+
<h4 class="name" id="clear">
|
|
691
|
+
<a class="href-link" href="#clear">#</a>
|
|
561
692
|
|
|
562
|
-
<span class="code-name"
|
|
693
|
+
<span class="code-name" style="font-size:30px">
|
|
563
694
|
|
|
564
|
-
|
|
695
|
+
clear<span class="signature">()</span>
|
|
565
696
|
|
|
566
697
|
</span>
|
|
567
698
|
</h4>
|
|
@@ -569,7 +700,7 @@
|
|
|
569
700
|
|
|
570
701
|
|
|
571
702
|
<div class="description">
|
|
572
|
-
<p
|
|
703
|
+
<p>清空Map</p>
|
|
573
704
|
</div>
|
|
574
705
|
|
|
575
706
|
|
|
@@ -636,34 +767,6 @@
|
|
|
636
767
|
|
|
637
768
|
|
|
638
769
|
|
|
639
|
-
<div class='columns method-parameter'>
|
|
640
|
-
<div class="column is-2"><label>返回值</label></div>
|
|
641
|
-
<div class="column is-10">
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
<div class="columns">
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
<div class='column is-5 has-text-left'>
|
|
649
|
-
<label>类型: </label>
|
|
650
|
-
|
|
651
|
-
<span class="param-type">
|
|
652
|
-
|
|
653
|
-
Boolean
|
|
654
|
-
|
|
655
|
-
</span>
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
</div>
|
|
660
|
-
|
|
661
|
-
</div>
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
</div>
|
|
665
|
-
</div>
|
|
666
|
-
|
|
667
770
|
|
|
668
771
|
|
|
669
772
|
|
|
@@ -675,12 +778,12 @@
|
|
|
675
778
|
|
|
676
779
|
|
|
677
780
|
|
|
678
|
-
<h4 class="name" id="
|
|
679
|
-
<a class="href-link" href="#
|
|
781
|
+
<h4 class="name" id="containsKey">
|
|
782
|
+
<a class="href-link" href="#containsKey">#</a>
|
|
680
783
|
|
|
681
|
-
<span class="code-name"
|
|
784
|
+
<span class="code-name" style="font-size:30px">
|
|
682
785
|
|
|
683
|
-
|
|
786
|
+
containsKey<span class="signature">()</span>
|
|
684
787
|
|
|
685
788
|
</span>
|
|
686
789
|
</h4>
|
|
@@ -688,7 +791,7 @@
|
|
|
688
791
|
|
|
689
792
|
|
|
690
793
|
<div class="description">
|
|
691
|
-
<p
|
|
794
|
+
<p>判断对象中是否包含给定Key</p>
|
|
692
795
|
</div>
|
|
693
796
|
|
|
694
797
|
|
|
@@ -756,7 +859,7 @@
|
|
|
756
859
|
|
|
757
860
|
|
|
758
861
|
<div class='columns method-parameter'>
|
|
759
|
-
<div class="column is-2"><label
|
|
862
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
760
863
|
<div class="column is-10">
|
|
761
864
|
|
|
762
865
|
|
|
@@ -767,12 +870,7 @@
|
|
|
767
870
|
<div class='column is-5 has-text-left'>
|
|
768
871
|
<label>类型: </label>
|
|
769
872
|
|
|
770
|
-
<span class="param-type">
|
|
771
|
-
|
|
772
|
-
Boolean
|
|
773
|
-
|
|
774
|
-
</span>
|
|
775
|
-
|
|
873
|
+
<span class="param-type">Boolean</span>
|
|
776
874
|
|
|
777
875
|
|
|
778
876
|
</div>
|
|
@@ -794,12 +892,12 @@
|
|
|
794
892
|
|
|
795
893
|
|
|
796
894
|
|
|
797
|
-
<h4 class="name" id="
|
|
798
|
-
<a class="href-link" href="#
|
|
895
|
+
<h4 class="name" id="containsKey">
|
|
896
|
+
<a class="href-link" href="#containsKey">#</a>
|
|
799
897
|
|
|
800
|
-
<span class="code-name"
|
|
898
|
+
<span class="code-name" style="font-size:30px">
|
|
801
899
|
|
|
802
|
-
|
|
900
|
+
containsKey<span class="signature">()</span>
|
|
803
901
|
|
|
804
902
|
</span>
|
|
805
903
|
</h4>
|
|
@@ -807,7 +905,7 @@
|
|
|
807
905
|
|
|
808
906
|
|
|
809
907
|
<div class="description">
|
|
810
|
-
<p
|
|
908
|
+
<p>判断对象中是否包含给定Key</p>
|
|
811
909
|
</div>
|
|
812
910
|
|
|
813
911
|
|
|
@@ -875,25 +973,18 @@
|
|
|
875
973
|
|
|
876
974
|
|
|
877
975
|
<div class='columns method-parameter'>
|
|
878
|
-
<div class="column is-2"><label
|
|
976
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
879
977
|
<div class="column is-10">
|
|
880
978
|
|
|
881
979
|
|
|
882
980
|
|
|
883
981
|
<div class="columns">
|
|
884
982
|
|
|
885
|
-
<div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
|
|
886
|
-
|
|
887
983
|
|
|
888
984
|
<div class='column is-5 has-text-left'>
|
|
889
985
|
<label>类型: </label>
|
|
890
986
|
|
|
891
|
-
<span class="param-type">
|
|
892
|
-
|
|
893
|
-
Object
|
|
894
|
-
|
|
895
|
-
</span>
|
|
896
|
-
|
|
987
|
+
<span class="param-type">Boolean</span>
|
|
897
988
|
|
|
898
989
|
|
|
899
990
|
</div>
|
|
@@ -915,12 +1006,12 @@
|
|
|
915
1006
|
|
|
916
1007
|
|
|
917
1008
|
|
|
918
|
-
<h4 class="name" id="
|
|
919
|
-
<a class="href-link" href="#
|
|
1009
|
+
<h4 class="name" id="containsValue">
|
|
1010
|
+
<a class="href-link" href="#containsValue">#</a>
|
|
920
1011
|
|
|
921
|
-
<span class="code-name"
|
|
1012
|
+
<span class="code-name" style="font-size:30px">
|
|
922
1013
|
|
|
923
|
-
|
|
1014
|
+
containsValue<span class="signature">()</span>
|
|
924
1015
|
|
|
925
1016
|
</span>
|
|
926
1017
|
</h4>
|
|
@@ -928,7 +1019,7 @@
|
|
|
928
1019
|
|
|
929
1020
|
|
|
930
1021
|
<div class="description">
|
|
931
|
-
<p
|
|
1022
|
+
<p>判断对象中是否包含给定的Value</p>
|
|
932
1023
|
</div>
|
|
933
1024
|
|
|
934
1025
|
|
|
@@ -996,7 +1087,7 @@
|
|
|
996
1087
|
|
|
997
1088
|
|
|
998
1089
|
<div class='columns method-parameter'>
|
|
999
|
-
<div class="column is-2"><label
|
|
1090
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1000
1091
|
<div class="column is-10">
|
|
1001
1092
|
|
|
1002
1093
|
|
|
@@ -1007,12 +1098,7 @@
|
|
|
1007
1098
|
<div class='column is-5 has-text-left'>
|
|
1008
1099
|
<label>类型: </label>
|
|
1009
1100
|
|
|
1010
|
-
<span class="param-type">
|
|
1011
|
-
|
|
1012
|
-
Boolean
|
|
1013
|
-
|
|
1014
|
-
</span>
|
|
1015
|
-
|
|
1101
|
+
<span class="param-type">Boolean</span>
|
|
1016
1102
|
|
|
1017
1103
|
|
|
1018
1104
|
</div>
|
|
@@ -1034,12 +1120,12 @@
|
|
|
1034
1120
|
|
|
1035
1121
|
|
|
1036
1122
|
|
|
1037
|
-
<h4 class="name" id="
|
|
1038
|
-
<a class="href-link" href="#
|
|
1123
|
+
<h4 class="name" id="containsValue">
|
|
1124
|
+
<a class="href-link" href="#containsValue">#</a>
|
|
1039
1125
|
|
|
1040
|
-
<span class="code-name"
|
|
1126
|
+
<span class="code-name" style="font-size:30px">
|
|
1041
1127
|
|
|
1042
|
-
|
|
1128
|
+
containsValue<span class="signature">()</span>
|
|
1043
1129
|
|
|
1044
1130
|
</span>
|
|
1045
1131
|
</h4>
|
|
@@ -1047,7 +1133,7 @@
|
|
|
1047
1133
|
|
|
1048
1134
|
|
|
1049
1135
|
<div class="description">
|
|
1050
|
-
<p
|
|
1136
|
+
<p>判断对象中是否包含给定的Value</p>
|
|
1051
1137
|
</div>
|
|
1052
1138
|
|
|
1053
1139
|
|
|
@@ -1115,25 +1201,18 @@
|
|
|
1115
1201
|
|
|
1116
1202
|
|
|
1117
1203
|
<div class='columns method-parameter'>
|
|
1118
|
-
<div class="column is-2"><label
|
|
1204
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1119
1205
|
<div class="column is-10">
|
|
1120
1206
|
|
|
1121
1207
|
|
|
1122
1208
|
|
|
1123
1209
|
<div class="columns">
|
|
1124
1210
|
|
|
1125
|
-
<div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
|
|
1126
|
-
|
|
1127
1211
|
|
|
1128
1212
|
<div class='column is-5 has-text-left'>
|
|
1129
1213
|
<label>类型: </label>
|
|
1130
1214
|
|
|
1131
|
-
<span class="param-type">
|
|
1132
|
-
|
|
1133
|
-
Array.<Object>
|
|
1134
|
-
|
|
1135
|
-
</span>
|
|
1136
|
-
|
|
1215
|
+
<span class="param-type">Boolean</span>
|
|
1137
1216
|
|
|
1138
1217
|
|
|
1139
1218
|
</div>
|
|
@@ -1155,12 +1234,12 @@
|
|
|
1155
1234
|
|
|
1156
1235
|
|
|
1157
1236
|
|
|
1158
|
-
<h4 class="name" id="
|
|
1159
|
-
<a class="href-link" href="#
|
|
1237
|
+
<h4 class="name" id="get">
|
|
1238
|
+
<a class="href-link" href="#get">#</a>
|
|
1160
1239
|
|
|
1161
|
-
<span class="code-name"
|
|
1240
|
+
<span class="code-name" style="font-size:30px">
|
|
1162
1241
|
|
|
1163
|
-
|
|
1242
|
+
get<span class="signature">()</span>
|
|
1164
1243
|
|
|
1165
1244
|
</span>
|
|
1166
1245
|
</h4>
|
|
@@ -1168,7 +1247,7 @@
|
|
|
1168
1247
|
|
|
1169
1248
|
|
|
1170
1249
|
<div class="description">
|
|
1171
|
-
<p
|
|
1250
|
+
<p>根据给定的Key获得Value</p>
|
|
1172
1251
|
</div>
|
|
1173
1252
|
|
|
1174
1253
|
|
|
@@ -1235,6 +1314,31 @@
|
|
|
1235
1314
|
|
|
1236
1315
|
|
|
1237
1316
|
|
|
1317
|
+
<div class='columns method-parameter'>
|
|
1318
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1319
|
+
<div class="column is-10">
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
<div class="columns">
|
|
1324
|
+
|
|
1325
|
+
<div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
<div class='column is-5 has-text-left'>
|
|
1329
|
+
<label>类型: </label>
|
|
1330
|
+
|
|
1331
|
+
<span class="param-type">Object</span>
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
</div>
|
|
1335
|
+
|
|
1336
|
+
</div>
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
</div>
|
|
1340
|
+
</div>
|
|
1341
|
+
|
|
1238
1342
|
|
|
1239
1343
|
|
|
1240
1344
|
|
|
@@ -1246,12 +1350,12 @@
|
|
|
1246
1350
|
|
|
1247
1351
|
|
|
1248
1352
|
|
|
1249
|
-
<h4 class="name" id="
|
|
1250
|
-
<a class="href-link" href="#
|
|
1353
|
+
<h4 class="name" id="get">
|
|
1354
|
+
<a class="href-link" href="#get">#</a>
|
|
1251
1355
|
|
|
1252
|
-
<span class="code-name"
|
|
1356
|
+
<span class="code-name" style="font-size:30px">
|
|
1253
1357
|
|
|
1254
|
-
|
|
1358
|
+
get<span class="signature">()</span>
|
|
1255
1359
|
|
|
1256
1360
|
</span>
|
|
1257
1361
|
</h4>
|
|
@@ -1259,7 +1363,7 @@
|
|
|
1259
1363
|
|
|
1260
1364
|
|
|
1261
1365
|
<div class="description">
|
|
1262
|
-
<p>根据给定的Key
|
|
1366
|
+
<p>根据给定的Key获得Value</p>
|
|
1263
1367
|
</div>
|
|
1264
1368
|
|
|
1265
1369
|
|
|
@@ -1326,6 +1430,31 @@
|
|
|
1326
1430
|
|
|
1327
1431
|
|
|
1328
1432
|
|
|
1433
|
+
<div class='columns method-parameter'>
|
|
1434
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1435
|
+
<div class="column is-10">
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
<div class="columns">
|
|
1440
|
+
|
|
1441
|
+
<div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
<div class='column is-5 has-text-left'>
|
|
1445
|
+
<label>类型: </label>
|
|
1446
|
+
|
|
1447
|
+
<span class="param-type">Object</span>
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
</div>
|
|
1451
|
+
|
|
1452
|
+
</div>
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
</div>
|
|
1456
|
+
</div>
|
|
1457
|
+
|
|
1329
1458
|
|
|
1330
1459
|
|
|
1331
1460
|
|
|
@@ -1337,12 +1466,3312 @@
|
|
|
1337
1466
|
|
|
1338
1467
|
|
|
1339
1468
|
|
|
1340
|
-
<h4 class="name" id="
|
|
1341
|
-
<a class="href-link" href="#
|
|
1469
|
+
<h4 class="name" id="isEmpty">
|
|
1470
|
+
<a class="href-link" href="#isEmpty">#</a>
|
|
1342
1471
|
|
|
1343
|
-
<span class="code-name"
|
|
1472
|
+
<span class="code-name" style="font-size:30px">
|
|
1344
1473
|
|
|
1345
|
-
|
|
1474
|
+
isEmpty<span class="signature">()</span>
|
|
1475
|
+
|
|
1476
|
+
</span>
|
|
1477
|
+
</h4>
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
<div class="description">
|
|
1482
|
+
<p>判断Map是否为空</p>
|
|
1483
|
+
</div>
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
<dl class="details">
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
</dl>
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
<div class='columns method-parameter'>
|
|
1550
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1551
|
+
<div class="column is-10">
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
<div class="columns">
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
<div class='column is-5 has-text-left'>
|
|
1559
|
+
<label>类型: </label>
|
|
1560
|
+
|
|
1561
|
+
<span class="param-type">Boolean</span>
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
</div>
|
|
1565
|
+
|
|
1566
|
+
</div>
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
</div>
|
|
1570
|
+
</div>
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
</div>
|
|
1578
|
+
|
|
1579
|
+
<div class="member">
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
<h4 class="name" id="isEmpty">
|
|
1584
|
+
<a class="href-link" href="#isEmpty">#</a>
|
|
1585
|
+
|
|
1586
|
+
<span class="code-name" style="font-size:30px">
|
|
1587
|
+
|
|
1588
|
+
isEmpty<span class="signature">()</span>
|
|
1589
|
+
|
|
1590
|
+
</span>
|
|
1591
|
+
</h4>
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
<div class="description">
|
|
1596
|
+
<p>判断Map是否为空</p>
|
|
1597
|
+
</div>
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
<dl class="details">
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
</dl>
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
<div class='columns method-parameter'>
|
|
1664
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1665
|
+
<div class="column is-10">
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
<div class="columns">
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
<div class='column is-5 has-text-left'>
|
|
1673
|
+
<label>类型: </label>
|
|
1674
|
+
|
|
1675
|
+
<span class="param-type">Boolean</span>
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
</div>
|
|
1679
|
+
|
|
1680
|
+
</div>
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
</div>
|
|
1684
|
+
</div>
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
</div>
|
|
1692
|
+
|
|
1693
|
+
<div class="member">
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
<h4 class="name" id="keySet">
|
|
1698
|
+
<a class="href-link" href="#keySet">#</a>
|
|
1699
|
+
|
|
1700
|
+
<span class="code-name" style="font-size:30px">
|
|
1701
|
+
|
|
1702
|
+
keySet<span class="signature">()</span>
|
|
1703
|
+
|
|
1704
|
+
</span>
|
|
1705
|
+
</h4>
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
<div class="description">
|
|
1710
|
+
<p>获得Map中的所有Key</p>
|
|
1711
|
+
</div>
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
<dl class="details">
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
</dl>
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
<div class='columns method-parameter'>
|
|
1778
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1779
|
+
<div class="column is-10">
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
<div class="columns">
|
|
1784
|
+
|
|
1785
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
<div class='column is-5 has-text-left'>
|
|
1789
|
+
<label>类型: </label>
|
|
1790
|
+
|
|
1791
|
+
<span class="param-type">Array.<Object></span>
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
</div>
|
|
1795
|
+
|
|
1796
|
+
</div>
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
</div>
|
|
1800
|
+
</div>
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
</div>
|
|
1808
|
+
|
|
1809
|
+
<div class="member">
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
<h4 class="name" id="keySet">
|
|
1814
|
+
<a class="href-link" href="#keySet">#</a>
|
|
1815
|
+
|
|
1816
|
+
<span class="code-name" style="font-size:30px">
|
|
1817
|
+
|
|
1818
|
+
keySet<span class="signature">()</span>
|
|
1819
|
+
|
|
1820
|
+
</span>
|
|
1821
|
+
</h4>
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
<div class="description">
|
|
1826
|
+
<p>获得Map中的所有Key</p>
|
|
1827
|
+
</div>
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
<dl class="details">
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
</dl>
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
<div class='columns method-parameter'>
|
|
1894
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1895
|
+
<div class="column is-10">
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
<div class="columns">
|
|
1900
|
+
|
|
1901
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
<div class='column is-5 has-text-left'>
|
|
1905
|
+
<label>类型: </label>
|
|
1906
|
+
|
|
1907
|
+
<span class="param-type">Array.<Object></span>
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
</div>
|
|
1911
|
+
|
|
1912
|
+
</div>
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
</div>
|
|
1916
|
+
</div>
|
|
1917
|
+
|
|
1918
|
+
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
</div>
|
|
1924
|
+
|
|
1925
|
+
<div class="member">
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
<h4 class="name" id="put">
|
|
1930
|
+
<a class="href-link" href="#put">#</a>
|
|
1931
|
+
|
|
1932
|
+
<span class="code-name" style="font-size:30px">
|
|
1933
|
+
|
|
1934
|
+
put<span class="signature">()</span>
|
|
1935
|
+
|
|
1936
|
+
</span>
|
|
1937
|
+
</h4>
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
<div class="description">
|
|
1942
|
+
<p>向map中添加数据</p>
|
|
1943
|
+
</div>
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
<dl class="details">
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
</dl>
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
</div>
|
|
2015
|
+
|
|
2016
|
+
<div class="member">
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
<h4 class="name" id="put">
|
|
2021
|
+
<a class="href-link" href="#put">#</a>
|
|
2022
|
+
|
|
2023
|
+
<span class="code-name" style="font-size:30px">
|
|
2024
|
+
|
|
2025
|
+
put<span class="signature">()</span>
|
|
2026
|
+
|
|
2027
|
+
</span>
|
|
2028
|
+
</h4>
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
<div class="description">
|
|
2033
|
+
<p>向map中添加数据</p>
|
|
2034
|
+
</div>
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
<dl class="details">
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
|
|
2080
|
+
|
|
2081
|
+
</dl>
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
|
|
2101
|
+
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
|
|
2105
|
+
</div>
|
|
2106
|
+
|
|
2107
|
+
<div class="member">
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
<h4 class="name" id="remove">
|
|
2112
|
+
<a class="href-link" href="#remove">#</a>
|
|
2113
|
+
|
|
2114
|
+
<span class="code-name" style="font-size:30px">
|
|
2115
|
+
|
|
2116
|
+
remove<span class="signature">()</span>
|
|
2117
|
+
|
|
2118
|
+
</span>
|
|
2119
|
+
</h4>
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
<div class="description">
|
|
2124
|
+
<p>根据给定的Key删除一个值</p>
|
|
2125
|
+
</div>
|
|
2126
|
+
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
<dl class="details">
|
|
2141
|
+
|
|
2142
|
+
|
|
2143
|
+
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
|
|
2160
|
+
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
|
|
2172
|
+
</dl>
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
</div>
|
|
2197
|
+
|
|
2198
|
+
<div class="member">
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
<h4 class="name" id="remove">
|
|
2203
|
+
<a class="href-link" href="#remove">#</a>
|
|
2204
|
+
|
|
2205
|
+
<span class="code-name" style="font-size:30px">
|
|
2206
|
+
|
|
2207
|
+
remove<span class="signature">()</span>
|
|
2208
|
+
|
|
2209
|
+
</span>
|
|
2210
|
+
</h4>
|
|
2211
|
+
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
<div class="description">
|
|
2215
|
+
<p>根据给定的Key删除一个值</p>
|
|
2216
|
+
</div>
|
|
2217
|
+
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
<dl class="details">
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
|
|
2263
|
+
</dl>
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
</div>
|
|
2288
|
+
|
|
2289
|
+
<div class="member">
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
<h4 class="name" id="size">
|
|
2294
|
+
<a class="href-link" href="#size">#</a>
|
|
2295
|
+
|
|
2296
|
+
<span class="code-name" style="font-size:30px">
|
|
2297
|
+
|
|
2298
|
+
size<span class="signature">()</span>
|
|
2299
|
+
|
|
2300
|
+
</span>
|
|
2301
|
+
</h4>
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
<div class="description">
|
|
2306
|
+
<p>获得Map的长度</p>
|
|
2307
|
+
</div>
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
<dl class="details">
|
|
2323
|
+
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
</dl>
|
|
2355
|
+
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
<div class='columns method-parameter'>
|
|
2374
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2375
|
+
<div class="column is-10">
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
<div class="columns">
|
|
2380
|
+
|
|
2381
|
+
<div class='param-desc column is-7'><p>返回容器的大小</p></div>
|
|
2382
|
+
|
|
2383
|
+
|
|
2384
|
+
<div class='column is-5 has-text-left'>
|
|
2385
|
+
<label>类型: </label>
|
|
2386
|
+
|
|
2387
|
+
<span class="param-type">Number</span>
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
</div>
|
|
2391
|
+
|
|
2392
|
+
</div>
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
</div>
|
|
2396
|
+
</div>
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
|
|
2403
|
+
</div>
|
|
2404
|
+
|
|
2405
|
+
<div class="member">
|
|
2406
|
+
|
|
2407
|
+
|
|
2408
|
+
|
|
2409
|
+
<h4 class="name" id="size">
|
|
2410
|
+
<a class="href-link" href="#size">#</a>
|
|
2411
|
+
|
|
2412
|
+
<span class="code-name" style="font-size:30px">
|
|
2413
|
+
|
|
2414
|
+
size<span class="signature">()</span>
|
|
2415
|
+
|
|
2416
|
+
</span>
|
|
2417
|
+
</h4>
|
|
2418
|
+
|
|
2419
|
+
|
|
2420
|
+
|
|
2421
|
+
<div class="description">
|
|
2422
|
+
<p>获得Map的长度</p>
|
|
2423
|
+
</div>
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
|
|
2427
|
+
|
|
2428
|
+
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
|
|
2432
|
+
|
|
2433
|
+
|
|
2434
|
+
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
|
|
2438
|
+
<dl class="details">
|
|
2439
|
+
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
|
|
2456
|
+
|
|
2457
|
+
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
</dl>
|
|
2471
|
+
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
|
|
2475
|
+
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
|
|
2488
|
+
|
|
2489
|
+
<div class='columns method-parameter'>
|
|
2490
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2491
|
+
<div class="column is-10">
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
|
|
2495
|
+
<div class="columns">
|
|
2496
|
+
|
|
2497
|
+
<div class='param-desc column is-7'><p>返回容器的大小</p></div>
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
<div class='column is-5 has-text-left'>
|
|
2501
|
+
<label>类型: </label>
|
|
2502
|
+
|
|
2503
|
+
<span class="param-type">Number</span>
|
|
2504
|
+
|
|
2505
|
+
|
|
2506
|
+
</div>
|
|
2507
|
+
|
|
2508
|
+
</div>
|
|
2509
|
+
|
|
2510
|
+
|
|
2511
|
+
</div>
|
|
2512
|
+
</div>
|
|
2513
|
+
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
</div>
|
|
2520
|
+
|
|
2521
|
+
<div class="member">
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
|
|
2525
|
+
<h4 class="name" id="values">
|
|
2526
|
+
<a class="href-link" href="#values">#</a>
|
|
2527
|
+
|
|
2528
|
+
<span class="code-name" style="font-size:30px">
|
|
2529
|
+
|
|
2530
|
+
values<span class="signature">()</span>
|
|
2531
|
+
|
|
2532
|
+
</span>
|
|
2533
|
+
</h4>
|
|
2534
|
+
|
|
2535
|
+
|
|
2536
|
+
|
|
2537
|
+
<div class="description">
|
|
2538
|
+
<p>获得Map中的所有Value</p>
|
|
2539
|
+
</div>
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
|
|
2543
|
+
|
|
2544
|
+
|
|
2545
|
+
|
|
2546
|
+
|
|
2547
|
+
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
|
|
2551
|
+
|
|
2552
|
+
|
|
2553
|
+
|
|
2554
|
+
<dl class="details">
|
|
2555
|
+
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
|
|
2559
|
+
|
|
2560
|
+
|
|
2561
|
+
|
|
2562
|
+
|
|
2563
|
+
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
|
|
2567
|
+
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
|
|
2576
|
+
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
</dl>
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
<div class='columns method-parameter'>
|
|
2606
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2607
|
+
<div class="column is-10">
|
|
2608
|
+
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
<div class="columns">
|
|
2612
|
+
|
|
2613
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 value 值</p></div>
|
|
2614
|
+
|
|
2615
|
+
|
|
2616
|
+
<div class='column is-5 has-text-left'>
|
|
2617
|
+
<label>类型: </label>
|
|
2618
|
+
|
|
2619
|
+
<span class="param-type">Array.<Object></span>
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
</div>
|
|
2623
|
+
|
|
2624
|
+
</div>
|
|
2625
|
+
|
|
2626
|
+
|
|
2627
|
+
</div>
|
|
2628
|
+
</div>
|
|
2629
|
+
|
|
2630
|
+
|
|
2631
|
+
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
|
|
2635
|
+
</div>
|
|
2636
|
+
|
|
2637
|
+
<div class="member">
|
|
2638
|
+
|
|
2639
|
+
|
|
2640
|
+
|
|
2641
|
+
<h4 class="name" id="values">
|
|
2642
|
+
<a class="href-link" href="#values">#</a>
|
|
2643
|
+
|
|
2644
|
+
<span class="code-name" style="font-size:30px">
|
|
2645
|
+
|
|
2646
|
+
values<span class="signature">()</span>
|
|
2647
|
+
|
|
2648
|
+
</span>
|
|
2649
|
+
</h4>
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
|
|
2653
|
+
<div class="description">
|
|
2654
|
+
<p>获得Map中的所有Value</p>
|
|
2655
|
+
</div>
|
|
2656
|
+
|
|
2657
|
+
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
|
|
2667
|
+
|
|
2668
|
+
|
|
2669
|
+
|
|
2670
|
+
<dl class="details">
|
|
2671
|
+
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
|
|
2675
|
+
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
|
|
2697
|
+
|
|
2698
|
+
|
|
2699
|
+
|
|
2700
|
+
|
|
2701
|
+
|
|
2702
|
+
</dl>
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
|
|
2708
|
+
|
|
2709
|
+
|
|
2710
|
+
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
|
|
2714
|
+
|
|
2715
|
+
|
|
2716
|
+
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
<div class='columns method-parameter'>
|
|
2722
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2723
|
+
<div class="column is-10">
|
|
2724
|
+
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
|
+
<div class="columns">
|
|
2728
|
+
|
|
2729
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 value 值</p></div>
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
<div class='column is-5 has-text-left'>
|
|
2733
|
+
<label>类型: </label>
|
|
2734
|
+
|
|
2735
|
+
<span class="param-type">Array.<Object></span>
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
</div>
|
|
2739
|
+
|
|
2740
|
+
</div>
|
|
2741
|
+
|
|
2742
|
+
|
|
2743
|
+
</div>
|
|
2744
|
+
</div>
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
|
|
2751
|
+
</div>
|
|
2752
|
+
|
|
2753
|
+
</div>
|
|
2754
|
+
</div>
|
|
2755
|
+
|
|
2756
|
+
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
|
|
2760
|
+
</article>
|
|
2761
|
+
|
|
2762
|
+
</section>
|
|
2763
|
+
|
|
2764
|
+
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
<section>
|
|
2771
|
+
|
|
2772
|
+
<article>
|
|
2773
|
+
<div class="container-overview">
|
|
2774
|
+
|
|
2775
|
+
|
|
2776
|
+
<div class='vertical-section'>
|
|
2777
|
+
<div class="members">
|
|
2778
|
+
<div class="member">
|
|
2779
|
+
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
<h4 class="name" id="HashMap">
|
|
2784
|
+
<a class="href-link" href="#HashMap">#</a>
|
|
2785
|
+
|
|
2786
|
+
<span class="code-name" style="font-size:30px">
|
|
2787
|
+
|
|
2788
|
+
new HashMap<span class="signature">()</span>
|
|
2789
|
+
|
|
2790
|
+
</span>
|
|
2791
|
+
</h4>
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
|
|
2801
|
+
|
|
2802
|
+
|
|
2803
|
+
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
|
|
2808
|
+
<dl class="details">
|
|
2809
|
+
|
|
2810
|
+
|
|
2811
|
+
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
|
|
2815
|
+
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
|
|
2819
|
+
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
|
|
2837
|
+
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
</dl>
|
|
2841
|
+
|
|
2842
|
+
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
|
|
2846
|
+
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
|
|
2855
|
+
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
|
|
2861
|
+
|
|
2862
|
+
|
|
2863
|
+
|
|
2864
|
+
<h5>示例</h5>
|
|
2865
|
+
|
|
2866
|
+
|
|
2867
|
+
<pre class="prettyprint"><code>var map = new HashMap();
|
|
2868
|
+
map.put("key1","Value1");
|
|
2869
|
+
map.put("key2","Value2");
|
|
2870
|
+
map.put("key3","Value3");
|
|
2871
|
+
map.put("key4","Value4");
|
|
2872
|
+
map.put("key5","Value5");
|
|
2873
|
+
alert("size:"+map.size()+" key1:"+map.get("key1"));
|
|
2874
|
+
map.remove("key1");
|
|
2875
|
+
map.put("key3","newValue");
|
|
2876
|
+
var values = map.values();
|
|
2877
|
+
for(var i in values){
|
|
2878
|
+
document.write(i+":"+values[i]+" ");
|
|
2879
|
+
}
|
|
2880
|
+
document.write("<br>");
|
|
2881
|
+
var keySet = map.keySet();
|
|
2882
|
+
for(var i in keySet){
|
|
2883
|
+
document.write(i+":"+keySet[i]+" ");
|
|
2884
|
+
}
|
|
2885
|
+
alert(map.isEmpty());</code></pre>
|
|
2886
|
+
|
|
2887
|
+
|
|
2888
|
+
|
|
2889
|
+
|
|
2890
|
+
</div>
|
|
2891
|
+
</div>
|
|
2892
|
+
</div>
|
|
2893
|
+
|
|
2894
|
+
|
|
2895
|
+
</div>
|
|
2896
|
+
|
|
2897
|
+
|
|
2898
|
+
|
|
2899
|
+
|
|
2900
|
+
|
|
2901
|
+
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
<div class='vertical-section'>
|
|
2911
|
+
<h3 id='member'>成员变量</h3>
|
|
2912
|
+
<div class="members">
|
|
2913
|
+
|
|
2914
|
+
<div class="member">
|
|
2915
|
+
|
|
2916
|
+
<span class="method-parameter is-pulled-right">
|
|
2917
|
+
<label>类型:</label>
|
|
2918
|
+
|
|
2919
|
+
<span class="param-type">Number</span>
|
|
2920
|
+
|
|
2921
|
+
|
|
2922
|
+
</span>
|
|
2923
|
+
|
|
2924
|
+
<h4 class="name" id="length">
|
|
2925
|
+
<a class="href-link" href="#length">#</a>
|
|
2926
|
+
|
|
2927
|
+
|
|
2928
|
+
<span class='tag'>readonly</span>
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
<span class="code-name">
|
|
2932
|
+
length
|
|
2933
|
+
</span>
|
|
2934
|
+
|
|
2935
|
+
</h4>
|
|
2936
|
+
|
|
2937
|
+
|
|
2938
|
+
|
|
2939
|
+
|
|
2940
|
+
<div class="description">
|
|
2941
|
+
<p>HashMap 容器的长度</p>
|
|
2942
|
+
</div>
|
|
2943
|
+
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
<dl class="details">
|
|
2949
|
+
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
|
|
2955
|
+
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
|
+
|
|
2972
|
+
|
|
2973
|
+
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
|
|
2977
|
+
|
|
2978
|
+
|
|
2979
|
+
|
|
2980
|
+
</dl>
|
|
2981
|
+
|
|
2982
|
+
|
|
2983
|
+
|
|
2984
|
+
|
|
2985
|
+
|
|
2986
|
+
</div>
|
|
2987
|
+
|
|
2988
|
+
<div class="member">
|
|
2989
|
+
|
|
2990
|
+
<span class="method-parameter is-pulled-right">
|
|
2991
|
+
<label>类型:</label>
|
|
2992
|
+
|
|
2993
|
+
<span class="param-type">Number</span>
|
|
2994
|
+
|
|
2995
|
+
|
|
2996
|
+
</span>
|
|
2997
|
+
|
|
2998
|
+
<h4 class="name" id="length">
|
|
2999
|
+
<a class="href-link" href="#length">#</a>
|
|
3000
|
+
|
|
3001
|
+
|
|
3002
|
+
<span class='tag'>readonly</span>
|
|
3003
|
+
|
|
3004
|
+
|
|
3005
|
+
<span class="code-name">
|
|
3006
|
+
length
|
|
3007
|
+
</span>
|
|
3008
|
+
|
|
3009
|
+
</h4>
|
|
3010
|
+
|
|
3011
|
+
|
|
3012
|
+
|
|
3013
|
+
|
|
3014
|
+
<div class="description">
|
|
3015
|
+
<p>HashMap 容器的长度</p>
|
|
3016
|
+
</div>
|
|
3017
|
+
|
|
3018
|
+
|
|
3019
|
+
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
<dl class="details">
|
|
3023
|
+
|
|
3024
|
+
|
|
3025
|
+
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
|
|
3030
|
+
|
|
3031
|
+
|
|
3032
|
+
|
|
3033
|
+
|
|
3034
|
+
|
|
3035
|
+
|
|
3036
|
+
|
|
3037
|
+
|
|
3038
|
+
|
|
3039
|
+
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
</dl>
|
|
3055
|
+
|
|
3056
|
+
|
|
3057
|
+
|
|
3058
|
+
|
|
3059
|
+
|
|
3060
|
+
</div>
|
|
3061
|
+
|
|
3062
|
+
</div>
|
|
3063
|
+
</div>
|
|
3064
|
+
|
|
3065
|
+
|
|
3066
|
+
|
|
3067
|
+
<div class='vertical-section'>
|
|
3068
|
+
<h3 id='function'>方法</h3>
|
|
3069
|
+
<div class="members">
|
|
3070
|
+
|
|
3071
|
+
<div class="member">
|
|
3072
|
+
|
|
3073
|
+
|
|
3074
|
+
|
|
3075
|
+
<h4 class="name" id="clear">
|
|
3076
|
+
<a class="href-link" href="#clear">#</a>
|
|
3077
|
+
|
|
3078
|
+
<span class="code-name" style="font-size:30px">
|
|
3079
|
+
|
|
3080
|
+
clear<span class="signature">()</span>
|
|
3081
|
+
|
|
3082
|
+
</span>
|
|
3083
|
+
</h4>
|
|
3084
|
+
|
|
3085
|
+
|
|
3086
|
+
|
|
3087
|
+
<div class="description">
|
|
3088
|
+
<p>清空Map</p>
|
|
3089
|
+
</div>
|
|
3090
|
+
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
|
|
3097
|
+
|
|
3098
|
+
|
|
3099
|
+
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
|
|
3103
|
+
|
|
3104
|
+
<dl class="details">
|
|
3105
|
+
|
|
3106
|
+
|
|
3107
|
+
|
|
3108
|
+
|
|
3109
|
+
|
|
3110
|
+
|
|
3111
|
+
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
|
|
3115
|
+
|
|
3116
|
+
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
|
|
3120
|
+
|
|
3121
|
+
|
|
3122
|
+
|
|
3123
|
+
|
|
3124
|
+
|
|
3125
|
+
|
|
3126
|
+
|
|
3127
|
+
|
|
3128
|
+
|
|
3129
|
+
|
|
3130
|
+
|
|
3131
|
+
|
|
3132
|
+
|
|
3133
|
+
|
|
3134
|
+
|
|
3135
|
+
|
|
3136
|
+
</dl>
|
|
3137
|
+
|
|
3138
|
+
|
|
3139
|
+
|
|
3140
|
+
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
|
|
3149
|
+
|
|
3150
|
+
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
|
|
3155
|
+
|
|
3156
|
+
|
|
3157
|
+
|
|
3158
|
+
|
|
3159
|
+
|
|
3160
|
+
</div>
|
|
3161
|
+
|
|
3162
|
+
<div class="member">
|
|
3163
|
+
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
<h4 class="name" id="clear">
|
|
3167
|
+
<a class="href-link" href="#clear">#</a>
|
|
3168
|
+
|
|
3169
|
+
<span class="code-name" style="font-size:30px">
|
|
3170
|
+
|
|
3171
|
+
clear<span class="signature">()</span>
|
|
3172
|
+
|
|
3173
|
+
</span>
|
|
3174
|
+
</h4>
|
|
3175
|
+
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
<div class="description">
|
|
3179
|
+
<p>清空Map</p>
|
|
3180
|
+
</div>
|
|
3181
|
+
|
|
3182
|
+
|
|
3183
|
+
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
|
|
3187
|
+
|
|
3188
|
+
|
|
3189
|
+
|
|
3190
|
+
|
|
3191
|
+
|
|
3192
|
+
|
|
3193
|
+
|
|
3194
|
+
|
|
3195
|
+
<dl class="details">
|
|
3196
|
+
|
|
3197
|
+
|
|
3198
|
+
|
|
3199
|
+
|
|
3200
|
+
|
|
3201
|
+
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
|
|
3206
|
+
|
|
3207
|
+
|
|
3208
|
+
|
|
3209
|
+
|
|
3210
|
+
|
|
3211
|
+
|
|
3212
|
+
|
|
3213
|
+
|
|
3214
|
+
|
|
3215
|
+
|
|
3216
|
+
|
|
3217
|
+
|
|
3218
|
+
|
|
3219
|
+
|
|
3220
|
+
|
|
3221
|
+
|
|
3222
|
+
|
|
3223
|
+
|
|
3224
|
+
|
|
3225
|
+
|
|
3226
|
+
|
|
3227
|
+
</dl>
|
|
3228
|
+
|
|
3229
|
+
|
|
3230
|
+
|
|
3231
|
+
|
|
3232
|
+
|
|
3233
|
+
|
|
3234
|
+
|
|
3235
|
+
|
|
3236
|
+
|
|
3237
|
+
|
|
3238
|
+
|
|
3239
|
+
|
|
3240
|
+
|
|
3241
|
+
|
|
3242
|
+
|
|
3243
|
+
|
|
3244
|
+
|
|
3245
|
+
|
|
3246
|
+
|
|
3247
|
+
|
|
3248
|
+
|
|
3249
|
+
|
|
3250
|
+
|
|
3251
|
+
</div>
|
|
3252
|
+
|
|
3253
|
+
<div class="member">
|
|
3254
|
+
|
|
3255
|
+
|
|
3256
|
+
|
|
3257
|
+
<h4 class="name" id="containsKey">
|
|
3258
|
+
<a class="href-link" href="#containsKey">#</a>
|
|
3259
|
+
|
|
3260
|
+
<span class="code-name" style="font-size:30px">
|
|
3261
|
+
|
|
3262
|
+
containsKey<span class="signature">()</span>
|
|
3263
|
+
|
|
3264
|
+
</span>
|
|
3265
|
+
</h4>
|
|
3266
|
+
|
|
3267
|
+
|
|
3268
|
+
|
|
3269
|
+
<div class="description">
|
|
3270
|
+
<p>判断对象中是否包含给定Key</p>
|
|
3271
|
+
</div>
|
|
3272
|
+
|
|
3273
|
+
|
|
3274
|
+
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
|
|
3278
|
+
|
|
3279
|
+
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
|
|
3283
|
+
|
|
3284
|
+
|
|
3285
|
+
|
|
3286
|
+
<dl class="details">
|
|
3287
|
+
|
|
3288
|
+
|
|
3289
|
+
|
|
3290
|
+
|
|
3291
|
+
|
|
3292
|
+
|
|
3293
|
+
|
|
3294
|
+
|
|
3295
|
+
|
|
3296
|
+
|
|
3297
|
+
|
|
3298
|
+
|
|
3299
|
+
|
|
3300
|
+
|
|
3301
|
+
|
|
3302
|
+
|
|
3303
|
+
|
|
3304
|
+
|
|
3305
|
+
|
|
3306
|
+
|
|
3307
|
+
|
|
3308
|
+
|
|
3309
|
+
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
|
+
|
|
3313
|
+
|
|
3314
|
+
|
|
3315
|
+
|
|
3316
|
+
|
|
3317
|
+
|
|
3318
|
+
</dl>
|
|
3319
|
+
|
|
3320
|
+
|
|
3321
|
+
|
|
3322
|
+
|
|
3323
|
+
|
|
3324
|
+
|
|
3325
|
+
|
|
3326
|
+
|
|
3327
|
+
|
|
3328
|
+
|
|
3329
|
+
|
|
3330
|
+
|
|
3331
|
+
|
|
3332
|
+
|
|
3333
|
+
|
|
3334
|
+
|
|
3335
|
+
|
|
3336
|
+
|
|
3337
|
+
<div class='columns method-parameter'>
|
|
3338
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3339
|
+
<div class="column is-10">
|
|
3340
|
+
|
|
3341
|
+
|
|
3342
|
+
|
|
3343
|
+
<div class="columns">
|
|
3344
|
+
|
|
3345
|
+
|
|
3346
|
+
<div class='column is-5 has-text-left'>
|
|
3347
|
+
<label>类型: </label>
|
|
3348
|
+
|
|
3349
|
+
<span class="param-type">Boolean</span>
|
|
3350
|
+
|
|
3351
|
+
|
|
3352
|
+
</div>
|
|
3353
|
+
|
|
3354
|
+
</div>
|
|
3355
|
+
|
|
3356
|
+
|
|
3357
|
+
</div>
|
|
3358
|
+
</div>
|
|
3359
|
+
|
|
3360
|
+
|
|
3361
|
+
|
|
3362
|
+
|
|
3363
|
+
|
|
3364
|
+
|
|
3365
|
+
</div>
|
|
3366
|
+
|
|
3367
|
+
<div class="member">
|
|
3368
|
+
|
|
3369
|
+
|
|
3370
|
+
|
|
3371
|
+
<h4 class="name" id="containsKey">
|
|
3372
|
+
<a class="href-link" href="#containsKey">#</a>
|
|
3373
|
+
|
|
3374
|
+
<span class="code-name" style="font-size:30px">
|
|
3375
|
+
|
|
3376
|
+
containsKey<span class="signature">()</span>
|
|
3377
|
+
|
|
3378
|
+
</span>
|
|
3379
|
+
</h4>
|
|
3380
|
+
|
|
3381
|
+
|
|
3382
|
+
|
|
3383
|
+
<div class="description">
|
|
3384
|
+
<p>判断对象中是否包含给定Key</p>
|
|
3385
|
+
</div>
|
|
3386
|
+
|
|
3387
|
+
|
|
3388
|
+
|
|
3389
|
+
|
|
3390
|
+
|
|
3391
|
+
|
|
3392
|
+
|
|
3393
|
+
|
|
3394
|
+
|
|
3395
|
+
|
|
3396
|
+
|
|
3397
|
+
|
|
3398
|
+
|
|
3399
|
+
|
|
3400
|
+
<dl class="details">
|
|
3401
|
+
|
|
3402
|
+
|
|
3403
|
+
|
|
3404
|
+
|
|
3405
|
+
|
|
3406
|
+
|
|
3407
|
+
|
|
3408
|
+
|
|
3409
|
+
|
|
3410
|
+
|
|
3411
|
+
|
|
3412
|
+
|
|
3413
|
+
|
|
3414
|
+
|
|
3415
|
+
|
|
3416
|
+
|
|
3417
|
+
|
|
3418
|
+
|
|
3419
|
+
|
|
3420
|
+
|
|
3421
|
+
|
|
3422
|
+
|
|
3423
|
+
|
|
3424
|
+
|
|
3425
|
+
|
|
3426
|
+
|
|
3427
|
+
|
|
3428
|
+
|
|
3429
|
+
|
|
3430
|
+
|
|
3431
|
+
|
|
3432
|
+
</dl>
|
|
3433
|
+
|
|
3434
|
+
|
|
3435
|
+
|
|
3436
|
+
|
|
3437
|
+
|
|
3438
|
+
|
|
3439
|
+
|
|
3440
|
+
|
|
3441
|
+
|
|
3442
|
+
|
|
3443
|
+
|
|
3444
|
+
|
|
3445
|
+
|
|
3446
|
+
|
|
3447
|
+
|
|
3448
|
+
|
|
3449
|
+
|
|
3450
|
+
|
|
3451
|
+
<div class='columns method-parameter'>
|
|
3452
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3453
|
+
<div class="column is-10">
|
|
3454
|
+
|
|
3455
|
+
|
|
3456
|
+
|
|
3457
|
+
<div class="columns">
|
|
3458
|
+
|
|
3459
|
+
|
|
3460
|
+
<div class='column is-5 has-text-left'>
|
|
3461
|
+
<label>类型: </label>
|
|
3462
|
+
|
|
3463
|
+
<span class="param-type">Boolean</span>
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
</div>
|
|
3467
|
+
|
|
3468
|
+
</div>
|
|
3469
|
+
|
|
3470
|
+
|
|
3471
|
+
</div>
|
|
3472
|
+
</div>
|
|
3473
|
+
|
|
3474
|
+
|
|
3475
|
+
|
|
3476
|
+
|
|
3477
|
+
|
|
3478
|
+
|
|
3479
|
+
</div>
|
|
3480
|
+
|
|
3481
|
+
<div class="member">
|
|
3482
|
+
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
<h4 class="name" id="containsValue">
|
|
3486
|
+
<a class="href-link" href="#containsValue">#</a>
|
|
3487
|
+
|
|
3488
|
+
<span class="code-name" style="font-size:30px">
|
|
3489
|
+
|
|
3490
|
+
containsValue<span class="signature">()</span>
|
|
3491
|
+
|
|
3492
|
+
</span>
|
|
3493
|
+
</h4>
|
|
3494
|
+
|
|
3495
|
+
|
|
3496
|
+
|
|
3497
|
+
<div class="description">
|
|
3498
|
+
<p>判断对象中是否包含给定的Value</p>
|
|
3499
|
+
</div>
|
|
3500
|
+
|
|
3501
|
+
|
|
3502
|
+
|
|
3503
|
+
|
|
3504
|
+
|
|
3505
|
+
|
|
3506
|
+
|
|
3507
|
+
|
|
3508
|
+
|
|
3509
|
+
|
|
3510
|
+
|
|
3511
|
+
|
|
3512
|
+
|
|
3513
|
+
|
|
3514
|
+
<dl class="details">
|
|
3515
|
+
|
|
3516
|
+
|
|
3517
|
+
|
|
3518
|
+
|
|
3519
|
+
|
|
3520
|
+
|
|
3521
|
+
|
|
3522
|
+
|
|
3523
|
+
|
|
3524
|
+
|
|
3525
|
+
|
|
3526
|
+
|
|
3527
|
+
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
|
|
3532
|
+
|
|
3533
|
+
|
|
3534
|
+
|
|
3535
|
+
|
|
3536
|
+
|
|
3537
|
+
|
|
3538
|
+
|
|
3539
|
+
|
|
3540
|
+
|
|
3541
|
+
|
|
3542
|
+
|
|
3543
|
+
|
|
3544
|
+
|
|
3545
|
+
|
|
3546
|
+
</dl>
|
|
3547
|
+
|
|
3548
|
+
|
|
3549
|
+
|
|
3550
|
+
|
|
3551
|
+
|
|
3552
|
+
|
|
3553
|
+
|
|
3554
|
+
|
|
3555
|
+
|
|
3556
|
+
|
|
3557
|
+
|
|
3558
|
+
|
|
3559
|
+
|
|
3560
|
+
|
|
3561
|
+
|
|
3562
|
+
|
|
3563
|
+
|
|
3564
|
+
|
|
3565
|
+
<div class='columns method-parameter'>
|
|
3566
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3567
|
+
<div class="column is-10">
|
|
3568
|
+
|
|
3569
|
+
|
|
3570
|
+
|
|
3571
|
+
<div class="columns">
|
|
3572
|
+
|
|
3573
|
+
|
|
3574
|
+
<div class='column is-5 has-text-left'>
|
|
3575
|
+
<label>类型: </label>
|
|
3576
|
+
|
|
3577
|
+
<span class="param-type">Boolean</span>
|
|
3578
|
+
|
|
3579
|
+
|
|
3580
|
+
</div>
|
|
3581
|
+
|
|
3582
|
+
</div>
|
|
3583
|
+
|
|
3584
|
+
|
|
3585
|
+
</div>
|
|
3586
|
+
</div>
|
|
3587
|
+
|
|
3588
|
+
|
|
3589
|
+
|
|
3590
|
+
|
|
3591
|
+
|
|
3592
|
+
|
|
3593
|
+
</div>
|
|
3594
|
+
|
|
3595
|
+
<div class="member">
|
|
3596
|
+
|
|
3597
|
+
|
|
3598
|
+
|
|
3599
|
+
<h4 class="name" id="containsValue">
|
|
3600
|
+
<a class="href-link" href="#containsValue">#</a>
|
|
3601
|
+
|
|
3602
|
+
<span class="code-name" style="font-size:30px">
|
|
3603
|
+
|
|
3604
|
+
containsValue<span class="signature">()</span>
|
|
3605
|
+
|
|
3606
|
+
</span>
|
|
3607
|
+
</h4>
|
|
3608
|
+
|
|
3609
|
+
|
|
3610
|
+
|
|
3611
|
+
<div class="description">
|
|
3612
|
+
<p>判断对象中是否包含给定的Value</p>
|
|
3613
|
+
</div>
|
|
3614
|
+
|
|
3615
|
+
|
|
3616
|
+
|
|
3617
|
+
|
|
3618
|
+
|
|
3619
|
+
|
|
3620
|
+
|
|
3621
|
+
|
|
3622
|
+
|
|
3623
|
+
|
|
3624
|
+
|
|
3625
|
+
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
<dl class="details">
|
|
3629
|
+
|
|
3630
|
+
|
|
3631
|
+
|
|
3632
|
+
|
|
3633
|
+
|
|
3634
|
+
|
|
3635
|
+
|
|
3636
|
+
|
|
3637
|
+
|
|
3638
|
+
|
|
3639
|
+
|
|
3640
|
+
|
|
3641
|
+
|
|
3642
|
+
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
|
|
3646
|
+
|
|
3647
|
+
|
|
3648
|
+
|
|
3649
|
+
|
|
3650
|
+
|
|
3651
|
+
|
|
3652
|
+
|
|
3653
|
+
|
|
3654
|
+
|
|
3655
|
+
|
|
3656
|
+
|
|
3657
|
+
|
|
3658
|
+
|
|
3659
|
+
|
|
3660
|
+
</dl>
|
|
3661
|
+
|
|
3662
|
+
|
|
3663
|
+
|
|
3664
|
+
|
|
3665
|
+
|
|
3666
|
+
|
|
3667
|
+
|
|
3668
|
+
|
|
3669
|
+
|
|
3670
|
+
|
|
3671
|
+
|
|
3672
|
+
|
|
3673
|
+
|
|
3674
|
+
|
|
3675
|
+
|
|
3676
|
+
|
|
3677
|
+
|
|
3678
|
+
|
|
3679
|
+
<div class='columns method-parameter'>
|
|
3680
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3681
|
+
<div class="column is-10">
|
|
3682
|
+
|
|
3683
|
+
|
|
3684
|
+
|
|
3685
|
+
<div class="columns">
|
|
3686
|
+
|
|
3687
|
+
|
|
3688
|
+
<div class='column is-5 has-text-left'>
|
|
3689
|
+
<label>类型: </label>
|
|
3690
|
+
|
|
3691
|
+
<span class="param-type">Boolean</span>
|
|
3692
|
+
|
|
3693
|
+
|
|
3694
|
+
</div>
|
|
3695
|
+
|
|
3696
|
+
</div>
|
|
3697
|
+
|
|
3698
|
+
|
|
3699
|
+
</div>
|
|
3700
|
+
</div>
|
|
3701
|
+
|
|
3702
|
+
|
|
3703
|
+
|
|
3704
|
+
|
|
3705
|
+
|
|
3706
|
+
|
|
3707
|
+
</div>
|
|
3708
|
+
|
|
3709
|
+
<div class="member">
|
|
3710
|
+
|
|
3711
|
+
|
|
3712
|
+
|
|
3713
|
+
<h4 class="name" id="get">
|
|
3714
|
+
<a class="href-link" href="#get">#</a>
|
|
3715
|
+
|
|
3716
|
+
<span class="code-name" style="font-size:30px">
|
|
3717
|
+
|
|
3718
|
+
get<span class="signature">()</span>
|
|
3719
|
+
|
|
3720
|
+
</span>
|
|
3721
|
+
</h4>
|
|
3722
|
+
|
|
3723
|
+
|
|
3724
|
+
|
|
3725
|
+
<div class="description">
|
|
3726
|
+
<p>根据给定的Key获得Value</p>
|
|
3727
|
+
</div>
|
|
3728
|
+
|
|
3729
|
+
|
|
3730
|
+
|
|
3731
|
+
|
|
3732
|
+
|
|
3733
|
+
|
|
3734
|
+
|
|
3735
|
+
|
|
3736
|
+
|
|
3737
|
+
|
|
3738
|
+
|
|
3739
|
+
|
|
3740
|
+
|
|
3741
|
+
|
|
3742
|
+
<dl class="details">
|
|
3743
|
+
|
|
3744
|
+
|
|
3745
|
+
|
|
3746
|
+
|
|
3747
|
+
|
|
3748
|
+
|
|
3749
|
+
|
|
3750
|
+
|
|
3751
|
+
|
|
3752
|
+
|
|
3753
|
+
|
|
3754
|
+
|
|
3755
|
+
|
|
3756
|
+
|
|
3757
|
+
|
|
3758
|
+
|
|
3759
|
+
|
|
3760
|
+
|
|
3761
|
+
|
|
3762
|
+
|
|
3763
|
+
|
|
3764
|
+
|
|
3765
|
+
|
|
3766
|
+
|
|
3767
|
+
|
|
3768
|
+
|
|
3769
|
+
|
|
3770
|
+
|
|
3771
|
+
|
|
3772
|
+
|
|
3773
|
+
|
|
3774
|
+
</dl>
|
|
3775
|
+
|
|
3776
|
+
|
|
3777
|
+
|
|
3778
|
+
|
|
3779
|
+
|
|
3780
|
+
|
|
3781
|
+
|
|
3782
|
+
|
|
3783
|
+
|
|
3784
|
+
|
|
3785
|
+
|
|
3786
|
+
|
|
3787
|
+
|
|
3788
|
+
|
|
3789
|
+
|
|
3790
|
+
|
|
3791
|
+
|
|
3792
|
+
|
|
3793
|
+
<div class='columns method-parameter'>
|
|
3794
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3795
|
+
<div class="column is-10">
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
|
|
3799
|
+
<div class="columns">
|
|
3800
|
+
|
|
3801
|
+
<div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
|
|
3802
|
+
|
|
3803
|
+
|
|
3804
|
+
<div class='column is-5 has-text-left'>
|
|
3805
|
+
<label>类型: </label>
|
|
3806
|
+
|
|
3807
|
+
<span class="param-type">Object</span>
|
|
3808
|
+
|
|
3809
|
+
|
|
3810
|
+
</div>
|
|
3811
|
+
|
|
3812
|
+
</div>
|
|
3813
|
+
|
|
3814
|
+
|
|
3815
|
+
</div>
|
|
3816
|
+
</div>
|
|
3817
|
+
|
|
3818
|
+
|
|
3819
|
+
|
|
3820
|
+
|
|
3821
|
+
|
|
3822
|
+
|
|
3823
|
+
</div>
|
|
3824
|
+
|
|
3825
|
+
<div class="member">
|
|
3826
|
+
|
|
3827
|
+
|
|
3828
|
+
|
|
3829
|
+
<h4 class="name" id="get">
|
|
3830
|
+
<a class="href-link" href="#get">#</a>
|
|
3831
|
+
|
|
3832
|
+
<span class="code-name" style="font-size:30px">
|
|
3833
|
+
|
|
3834
|
+
get<span class="signature">()</span>
|
|
3835
|
+
|
|
3836
|
+
</span>
|
|
3837
|
+
</h4>
|
|
3838
|
+
|
|
3839
|
+
|
|
3840
|
+
|
|
3841
|
+
<div class="description">
|
|
3842
|
+
<p>根据给定的Key获得Value</p>
|
|
3843
|
+
</div>
|
|
3844
|
+
|
|
3845
|
+
|
|
3846
|
+
|
|
3847
|
+
|
|
3848
|
+
|
|
3849
|
+
|
|
3850
|
+
|
|
3851
|
+
|
|
3852
|
+
|
|
3853
|
+
|
|
3854
|
+
|
|
3855
|
+
|
|
3856
|
+
|
|
3857
|
+
|
|
3858
|
+
<dl class="details">
|
|
3859
|
+
|
|
3860
|
+
|
|
3861
|
+
|
|
3862
|
+
|
|
3863
|
+
|
|
3864
|
+
|
|
3865
|
+
|
|
3866
|
+
|
|
3867
|
+
|
|
3868
|
+
|
|
3869
|
+
|
|
3870
|
+
|
|
3871
|
+
|
|
3872
|
+
|
|
3873
|
+
|
|
3874
|
+
|
|
3875
|
+
|
|
3876
|
+
|
|
3877
|
+
|
|
3878
|
+
|
|
3879
|
+
|
|
3880
|
+
|
|
3881
|
+
|
|
3882
|
+
|
|
3883
|
+
|
|
3884
|
+
|
|
3885
|
+
|
|
3886
|
+
|
|
3887
|
+
|
|
3888
|
+
|
|
3889
|
+
|
|
3890
|
+
</dl>
|
|
3891
|
+
|
|
3892
|
+
|
|
3893
|
+
|
|
3894
|
+
|
|
3895
|
+
|
|
3896
|
+
|
|
3897
|
+
|
|
3898
|
+
|
|
3899
|
+
|
|
3900
|
+
|
|
3901
|
+
|
|
3902
|
+
|
|
3903
|
+
|
|
3904
|
+
|
|
3905
|
+
|
|
3906
|
+
|
|
3907
|
+
|
|
3908
|
+
|
|
3909
|
+
<div class='columns method-parameter'>
|
|
3910
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3911
|
+
<div class="column is-10">
|
|
3912
|
+
|
|
3913
|
+
|
|
3914
|
+
|
|
3915
|
+
<div class="columns">
|
|
3916
|
+
|
|
3917
|
+
<div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
|
|
3918
|
+
|
|
3919
|
+
|
|
3920
|
+
<div class='column is-5 has-text-left'>
|
|
3921
|
+
<label>类型: </label>
|
|
3922
|
+
|
|
3923
|
+
<span class="param-type">Object</span>
|
|
3924
|
+
|
|
3925
|
+
|
|
3926
|
+
</div>
|
|
3927
|
+
|
|
3928
|
+
</div>
|
|
3929
|
+
|
|
3930
|
+
|
|
3931
|
+
</div>
|
|
3932
|
+
</div>
|
|
3933
|
+
|
|
3934
|
+
|
|
3935
|
+
|
|
3936
|
+
|
|
3937
|
+
|
|
3938
|
+
|
|
3939
|
+
</div>
|
|
3940
|
+
|
|
3941
|
+
<div class="member">
|
|
3942
|
+
|
|
3943
|
+
|
|
3944
|
+
|
|
3945
|
+
<h4 class="name" id="isEmpty">
|
|
3946
|
+
<a class="href-link" href="#isEmpty">#</a>
|
|
3947
|
+
|
|
3948
|
+
<span class="code-name" style="font-size:30px">
|
|
3949
|
+
|
|
3950
|
+
isEmpty<span class="signature">()</span>
|
|
3951
|
+
|
|
3952
|
+
</span>
|
|
3953
|
+
</h4>
|
|
3954
|
+
|
|
3955
|
+
|
|
3956
|
+
|
|
3957
|
+
<div class="description">
|
|
3958
|
+
<p>判断Map是否为空</p>
|
|
3959
|
+
</div>
|
|
3960
|
+
|
|
3961
|
+
|
|
3962
|
+
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
|
|
3966
|
+
|
|
3967
|
+
|
|
3968
|
+
|
|
3969
|
+
|
|
3970
|
+
|
|
3971
|
+
|
|
3972
|
+
|
|
3973
|
+
|
|
3974
|
+
<dl class="details">
|
|
3975
|
+
|
|
3976
|
+
|
|
3977
|
+
|
|
3978
|
+
|
|
3979
|
+
|
|
3980
|
+
|
|
3981
|
+
|
|
3982
|
+
|
|
3983
|
+
|
|
3984
|
+
|
|
3985
|
+
|
|
3986
|
+
|
|
3987
|
+
|
|
3988
|
+
|
|
3989
|
+
|
|
3990
|
+
|
|
3991
|
+
|
|
3992
|
+
|
|
3993
|
+
|
|
3994
|
+
|
|
3995
|
+
|
|
3996
|
+
|
|
3997
|
+
|
|
3998
|
+
|
|
3999
|
+
|
|
4000
|
+
|
|
4001
|
+
|
|
4002
|
+
|
|
4003
|
+
|
|
4004
|
+
|
|
4005
|
+
|
|
4006
|
+
</dl>
|
|
4007
|
+
|
|
4008
|
+
|
|
4009
|
+
|
|
4010
|
+
|
|
4011
|
+
|
|
4012
|
+
|
|
4013
|
+
|
|
4014
|
+
|
|
4015
|
+
|
|
4016
|
+
|
|
4017
|
+
|
|
4018
|
+
|
|
4019
|
+
|
|
4020
|
+
|
|
4021
|
+
|
|
4022
|
+
|
|
4023
|
+
|
|
4024
|
+
|
|
4025
|
+
<div class='columns method-parameter'>
|
|
4026
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4027
|
+
<div class="column is-10">
|
|
4028
|
+
|
|
4029
|
+
|
|
4030
|
+
|
|
4031
|
+
<div class="columns">
|
|
4032
|
+
|
|
4033
|
+
|
|
4034
|
+
<div class='column is-5 has-text-left'>
|
|
4035
|
+
<label>类型: </label>
|
|
4036
|
+
|
|
4037
|
+
<span class="param-type">Boolean</span>
|
|
4038
|
+
|
|
4039
|
+
|
|
4040
|
+
</div>
|
|
4041
|
+
|
|
4042
|
+
</div>
|
|
4043
|
+
|
|
4044
|
+
|
|
4045
|
+
</div>
|
|
4046
|
+
</div>
|
|
4047
|
+
|
|
4048
|
+
|
|
4049
|
+
|
|
4050
|
+
|
|
4051
|
+
|
|
4052
|
+
|
|
4053
|
+
</div>
|
|
4054
|
+
|
|
4055
|
+
<div class="member">
|
|
4056
|
+
|
|
4057
|
+
|
|
4058
|
+
|
|
4059
|
+
<h4 class="name" id="isEmpty">
|
|
4060
|
+
<a class="href-link" href="#isEmpty">#</a>
|
|
4061
|
+
|
|
4062
|
+
<span class="code-name" style="font-size:30px">
|
|
4063
|
+
|
|
4064
|
+
isEmpty<span class="signature">()</span>
|
|
4065
|
+
|
|
4066
|
+
</span>
|
|
4067
|
+
</h4>
|
|
4068
|
+
|
|
4069
|
+
|
|
4070
|
+
|
|
4071
|
+
<div class="description">
|
|
4072
|
+
<p>判断Map是否为空</p>
|
|
4073
|
+
</div>
|
|
4074
|
+
|
|
4075
|
+
|
|
4076
|
+
|
|
4077
|
+
|
|
4078
|
+
|
|
4079
|
+
|
|
4080
|
+
|
|
4081
|
+
|
|
4082
|
+
|
|
4083
|
+
|
|
4084
|
+
|
|
4085
|
+
|
|
4086
|
+
|
|
4087
|
+
|
|
4088
|
+
<dl class="details">
|
|
4089
|
+
|
|
4090
|
+
|
|
4091
|
+
|
|
4092
|
+
|
|
4093
|
+
|
|
4094
|
+
|
|
4095
|
+
|
|
4096
|
+
|
|
4097
|
+
|
|
4098
|
+
|
|
4099
|
+
|
|
4100
|
+
|
|
4101
|
+
|
|
4102
|
+
|
|
4103
|
+
|
|
4104
|
+
|
|
4105
|
+
|
|
4106
|
+
|
|
4107
|
+
|
|
4108
|
+
|
|
4109
|
+
|
|
4110
|
+
|
|
4111
|
+
|
|
4112
|
+
|
|
4113
|
+
|
|
4114
|
+
|
|
4115
|
+
|
|
4116
|
+
|
|
4117
|
+
|
|
4118
|
+
|
|
4119
|
+
|
|
4120
|
+
</dl>
|
|
4121
|
+
|
|
4122
|
+
|
|
4123
|
+
|
|
4124
|
+
|
|
4125
|
+
|
|
4126
|
+
|
|
4127
|
+
|
|
4128
|
+
|
|
4129
|
+
|
|
4130
|
+
|
|
4131
|
+
|
|
4132
|
+
|
|
4133
|
+
|
|
4134
|
+
|
|
4135
|
+
|
|
4136
|
+
|
|
4137
|
+
|
|
4138
|
+
|
|
4139
|
+
<div class='columns method-parameter'>
|
|
4140
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4141
|
+
<div class="column is-10">
|
|
4142
|
+
|
|
4143
|
+
|
|
4144
|
+
|
|
4145
|
+
<div class="columns">
|
|
4146
|
+
|
|
4147
|
+
|
|
4148
|
+
<div class='column is-5 has-text-left'>
|
|
4149
|
+
<label>类型: </label>
|
|
4150
|
+
|
|
4151
|
+
<span class="param-type">Boolean</span>
|
|
4152
|
+
|
|
4153
|
+
|
|
4154
|
+
</div>
|
|
4155
|
+
|
|
4156
|
+
</div>
|
|
4157
|
+
|
|
4158
|
+
|
|
4159
|
+
</div>
|
|
4160
|
+
</div>
|
|
4161
|
+
|
|
4162
|
+
|
|
4163
|
+
|
|
4164
|
+
|
|
4165
|
+
|
|
4166
|
+
|
|
4167
|
+
</div>
|
|
4168
|
+
|
|
4169
|
+
<div class="member">
|
|
4170
|
+
|
|
4171
|
+
|
|
4172
|
+
|
|
4173
|
+
<h4 class="name" id="keySet">
|
|
4174
|
+
<a class="href-link" href="#keySet">#</a>
|
|
4175
|
+
|
|
4176
|
+
<span class="code-name" style="font-size:30px">
|
|
4177
|
+
|
|
4178
|
+
keySet<span class="signature">()</span>
|
|
4179
|
+
|
|
4180
|
+
</span>
|
|
4181
|
+
</h4>
|
|
4182
|
+
|
|
4183
|
+
|
|
4184
|
+
|
|
4185
|
+
<div class="description">
|
|
4186
|
+
<p>获得Map中的所有Key</p>
|
|
4187
|
+
</div>
|
|
4188
|
+
|
|
4189
|
+
|
|
4190
|
+
|
|
4191
|
+
|
|
4192
|
+
|
|
4193
|
+
|
|
4194
|
+
|
|
4195
|
+
|
|
4196
|
+
|
|
4197
|
+
|
|
4198
|
+
|
|
4199
|
+
|
|
4200
|
+
|
|
4201
|
+
|
|
4202
|
+
<dl class="details">
|
|
4203
|
+
|
|
4204
|
+
|
|
4205
|
+
|
|
4206
|
+
|
|
4207
|
+
|
|
4208
|
+
|
|
4209
|
+
|
|
4210
|
+
|
|
4211
|
+
|
|
4212
|
+
|
|
4213
|
+
|
|
4214
|
+
|
|
4215
|
+
|
|
4216
|
+
|
|
4217
|
+
|
|
4218
|
+
|
|
4219
|
+
|
|
4220
|
+
|
|
4221
|
+
|
|
4222
|
+
|
|
4223
|
+
|
|
4224
|
+
|
|
4225
|
+
|
|
4226
|
+
|
|
4227
|
+
|
|
4228
|
+
|
|
4229
|
+
|
|
4230
|
+
|
|
4231
|
+
|
|
4232
|
+
|
|
4233
|
+
|
|
4234
|
+
</dl>
|
|
4235
|
+
|
|
4236
|
+
|
|
4237
|
+
|
|
4238
|
+
|
|
4239
|
+
|
|
4240
|
+
|
|
4241
|
+
|
|
4242
|
+
|
|
4243
|
+
|
|
4244
|
+
|
|
4245
|
+
|
|
4246
|
+
|
|
4247
|
+
|
|
4248
|
+
|
|
4249
|
+
|
|
4250
|
+
|
|
4251
|
+
|
|
4252
|
+
|
|
4253
|
+
<div class='columns method-parameter'>
|
|
4254
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4255
|
+
<div class="column is-10">
|
|
4256
|
+
|
|
4257
|
+
|
|
4258
|
+
|
|
4259
|
+
<div class="columns">
|
|
4260
|
+
|
|
4261
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
|
|
4262
|
+
|
|
4263
|
+
|
|
4264
|
+
<div class='column is-5 has-text-left'>
|
|
4265
|
+
<label>类型: </label>
|
|
4266
|
+
|
|
4267
|
+
<span class="param-type">Array.<Object></span>
|
|
4268
|
+
|
|
4269
|
+
|
|
4270
|
+
</div>
|
|
4271
|
+
|
|
4272
|
+
</div>
|
|
4273
|
+
|
|
4274
|
+
|
|
4275
|
+
</div>
|
|
4276
|
+
</div>
|
|
4277
|
+
|
|
4278
|
+
|
|
4279
|
+
|
|
4280
|
+
|
|
4281
|
+
|
|
4282
|
+
|
|
4283
|
+
</div>
|
|
4284
|
+
|
|
4285
|
+
<div class="member">
|
|
4286
|
+
|
|
4287
|
+
|
|
4288
|
+
|
|
4289
|
+
<h4 class="name" id="keySet">
|
|
4290
|
+
<a class="href-link" href="#keySet">#</a>
|
|
4291
|
+
|
|
4292
|
+
<span class="code-name" style="font-size:30px">
|
|
4293
|
+
|
|
4294
|
+
keySet<span class="signature">()</span>
|
|
4295
|
+
|
|
4296
|
+
</span>
|
|
4297
|
+
</h4>
|
|
4298
|
+
|
|
4299
|
+
|
|
4300
|
+
|
|
4301
|
+
<div class="description">
|
|
4302
|
+
<p>获得Map中的所有Key</p>
|
|
4303
|
+
</div>
|
|
4304
|
+
|
|
4305
|
+
|
|
4306
|
+
|
|
4307
|
+
|
|
4308
|
+
|
|
4309
|
+
|
|
4310
|
+
|
|
4311
|
+
|
|
4312
|
+
|
|
4313
|
+
|
|
4314
|
+
|
|
4315
|
+
|
|
4316
|
+
|
|
4317
|
+
|
|
4318
|
+
<dl class="details">
|
|
4319
|
+
|
|
4320
|
+
|
|
4321
|
+
|
|
4322
|
+
|
|
4323
|
+
|
|
4324
|
+
|
|
4325
|
+
|
|
4326
|
+
|
|
4327
|
+
|
|
4328
|
+
|
|
4329
|
+
|
|
4330
|
+
|
|
4331
|
+
|
|
4332
|
+
|
|
4333
|
+
|
|
4334
|
+
|
|
4335
|
+
|
|
4336
|
+
|
|
4337
|
+
|
|
4338
|
+
|
|
4339
|
+
|
|
4340
|
+
|
|
4341
|
+
|
|
4342
|
+
|
|
4343
|
+
|
|
4344
|
+
|
|
4345
|
+
|
|
4346
|
+
|
|
4347
|
+
|
|
4348
|
+
|
|
4349
|
+
|
|
4350
|
+
</dl>
|
|
4351
|
+
|
|
4352
|
+
|
|
4353
|
+
|
|
4354
|
+
|
|
4355
|
+
|
|
4356
|
+
|
|
4357
|
+
|
|
4358
|
+
|
|
4359
|
+
|
|
4360
|
+
|
|
4361
|
+
|
|
4362
|
+
|
|
4363
|
+
|
|
4364
|
+
|
|
4365
|
+
|
|
4366
|
+
|
|
4367
|
+
|
|
4368
|
+
|
|
4369
|
+
<div class='columns method-parameter'>
|
|
4370
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4371
|
+
<div class="column is-10">
|
|
4372
|
+
|
|
4373
|
+
|
|
4374
|
+
|
|
4375
|
+
<div class="columns">
|
|
4376
|
+
|
|
4377
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
|
|
4378
|
+
|
|
4379
|
+
|
|
4380
|
+
<div class='column is-5 has-text-left'>
|
|
4381
|
+
<label>类型: </label>
|
|
4382
|
+
|
|
4383
|
+
<span class="param-type">Array.<Object></span>
|
|
4384
|
+
|
|
4385
|
+
|
|
4386
|
+
</div>
|
|
4387
|
+
|
|
4388
|
+
</div>
|
|
4389
|
+
|
|
4390
|
+
|
|
4391
|
+
</div>
|
|
4392
|
+
</div>
|
|
4393
|
+
|
|
4394
|
+
|
|
4395
|
+
|
|
4396
|
+
|
|
4397
|
+
|
|
4398
|
+
|
|
4399
|
+
</div>
|
|
4400
|
+
|
|
4401
|
+
<div class="member">
|
|
4402
|
+
|
|
4403
|
+
|
|
4404
|
+
|
|
4405
|
+
<h4 class="name" id="put">
|
|
4406
|
+
<a class="href-link" href="#put">#</a>
|
|
4407
|
+
|
|
4408
|
+
<span class="code-name" style="font-size:30px">
|
|
4409
|
+
|
|
4410
|
+
put<span class="signature">()</span>
|
|
4411
|
+
|
|
4412
|
+
</span>
|
|
4413
|
+
</h4>
|
|
4414
|
+
|
|
4415
|
+
|
|
4416
|
+
|
|
4417
|
+
<div class="description">
|
|
4418
|
+
<p>向map中添加数据</p>
|
|
4419
|
+
</div>
|
|
4420
|
+
|
|
4421
|
+
|
|
4422
|
+
|
|
4423
|
+
|
|
4424
|
+
|
|
4425
|
+
|
|
4426
|
+
|
|
4427
|
+
|
|
4428
|
+
|
|
4429
|
+
|
|
4430
|
+
|
|
4431
|
+
|
|
4432
|
+
|
|
4433
|
+
|
|
4434
|
+
<dl class="details">
|
|
4435
|
+
|
|
4436
|
+
|
|
4437
|
+
|
|
4438
|
+
|
|
4439
|
+
|
|
4440
|
+
|
|
4441
|
+
|
|
4442
|
+
|
|
4443
|
+
|
|
4444
|
+
|
|
4445
|
+
|
|
4446
|
+
|
|
4447
|
+
|
|
4448
|
+
|
|
4449
|
+
|
|
4450
|
+
|
|
4451
|
+
|
|
4452
|
+
|
|
4453
|
+
|
|
4454
|
+
|
|
4455
|
+
|
|
4456
|
+
|
|
4457
|
+
|
|
4458
|
+
|
|
4459
|
+
|
|
4460
|
+
|
|
4461
|
+
|
|
4462
|
+
|
|
4463
|
+
|
|
4464
|
+
|
|
4465
|
+
|
|
4466
|
+
</dl>
|
|
4467
|
+
|
|
4468
|
+
|
|
4469
|
+
|
|
4470
|
+
|
|
4471
|
+
|
|
4472
|
+
|
|
4473
|
+
|
|
4474
|
+
|
|
4475
|
+
|
|
4476
|
+
|
|
4477
|
+
|
|
4478
|
+
|
|
4479
|
+
|
|
4480
|
+
|
|
4481
|
+
|
|
4482
|
+
|
|
4483
|
+
|
|
4484
|
+
|
|
4485
|
+
|
|
4486
|
+
|
|
4487
|
+
|
|
4488
|
+
|
|
4489
|
+
|
|
4490
|
+
</div>
|
|
4491
|
+
|
|
4492
|
+
<div class="member">
|
|
4493
|
+
|
|
4494
|
+
|
|
4495
|
+
|
|
4496
|
+
<h4 class="name" id="put">
|
|
4497
|
+
<a class="href-link" href="#put">#</a>
|
|
4498
|
+
|
|
4499
|
+
<span class="code-name" style="font-size:30px">
|
|
4500
|
+
|
|
4501
|
+
put<span class="signature">()</span>
|
|
4502
|
+
|
|
4503
|
+
</span>
|
|
4504
|
+
</h4>
|
|
4505
|
+
|
|
4506
|
+
|
|
4507
|
+
|
|
4508
|
+
<div class="description">
|
|
4509
|
+
<p>向map中添加数据</p>
|
|
4510
|
+
</div>
|
|
4511
|
+
|
|
4512
|
+
|
|
4513
|
+
|
|
4514
|
+
|
|
4515
|
+
|
|
4516
|
+
|
|
4517
|
+
|
|
4518
|
+
|
|
4519
|
+
|
|
4520
|
+
|
|
4521
|
+
|
|
4522
|
+
|
|
4523
|
+
|
|
4524
|
+
|
|
4525
|
+
<dl class="details">
|
|
4526
|
+
|
|
4527
|
+
|
|
4528
|
+
|
|
4529
|
+
|
|
4530
|
+
|
|
4531
|
+
|
|
4532
|
+
|
|
4533
|
+
|
|
4534
|
+
|
|
4535
|
+
|
|
4536
|
+
|
|
4537
|
+
|
|
4538
|
+
|
|
4539
|
+
|
|
4540
|
+
|
|
4541
|
+
|
|
4542
|
+
|
|
4543
|
+
|
|
4544
|
+
|
|
4545
|
+
|
|
4546
|
+
|
|
4547
|
+
|
|
4548
|
+
|
|
4549
|
+
|
|
4550
|
+
|
|
4551
|
+
|
|
4552
|
+
|
|
4553
|
+
|
|
4554
|
+
|
|
4555
|
+
|
|
4556
|
+
|
|
4557
|
+
</dl>
|
|
4558
|
+
|
|
4559
|
+
|
|
4560
|
+
|
|
4561
|
+
|
|
4562
|
+
|
|
4563
|
+
|
|
4564
|
+
|
|
4565
|
+
|
|
4566
|
+
|
|
4567
|
+
|
|
4568
|
+
|
|
4569
|
+
|
|
4570
|
+
|
|
4571
|
+
|
|
4572
|
+
|
|
4573
|
+
|
|
4574
|
+
|
|
4575
|
+
|
|
4576
|
+
|
|
4577
|
+
|
|
4578
|
+
|
|
4579
|
+
|
|
4580
|
+
|
|
4581
|
+
</div>
|
|
4582
|
+
|
|
4583
|
+
<div class="member">
|
|
4584
|
+
|
|
4585
|
+
|
|
4586
|
+
|
|
4587
|
+
<h4 class="name" id="remove">
|
|
4588
|
+
<a class="href-link" href="#remove">#</a>
|
|
4589
|
+
|
|
4590
|
+
<span class="code-name" style="font-size:30px">
|
|
4591
|
+
|
|
4592
|
+
remove<span class="signature">()</span>
|
|
4593
|
+
|
|
4594
|
+
</span>
|
|
4595
|
+
</h4>
|
|
4596
|
+
|
|
4597
|
+
|
|
4598
|
+
|
|
4599
|
+
<div class="description">
|
|
4600
|
+
<p>根据给定的Key删除一个值</p>
|
|
4601
|
+
</div>
|
|
4602
|
+
|
|
4603
|
+
|
|
4604
|
+
|
|
4605
|
+
|
|
4606
|
+
|
|
4607
|
+
|
|
4608
|
+
|
|
4609
|
+
|
|
4610
|
+
|
|
4611
|
+
|
|
4612
|
+
|
|
4613
|
+
|
|
4614
|
+
|
|
4615
|
+
|
|
4616
|
+
<dl class="details">
|
|
4617
|
+
|
|
4618
|
+
|
|
4619
|
+
|
|
4620
|
+
|
|
4621
|
+
|
|
4622
|
+
|
|
4623
|
+
|
|
4624
|
+
|
|
4625
|
+
|
|
4626
|
+
|
|
4627
|
+
|
|
4628
|
+
|
|
4629
|
+
|
|
4630
|
+
|
|
4631
|
+
|
|
4632
|
+
|
|
4633
|
+
|
|
4634
|
+
|
|
4635
|
+
|
|
4636
|
+
|
|
4637
|
+
|
|
4638
|
+
|
|
4639
|
+
|
|
4640
|
+
|
|
4641
|
+
|
|
4642
|
+
|
|
4643
|
+
|
|
4644
|
+
|
|
4645
|
+
|
|
4646
|
+
|
|
4647
|
+
|
|
4648
|
+
</dl>
|
|
4649
|
+
|
|
4650
|
+
|
|
4651
|
+
|
|
4652
|
+
|
|
4653
|
+
|
|
4654
|
+
|
|
4655
|
+
|
|
4656
|
+
|
|
4657
|
+
|
|
4658
|
+
|
|
4659
|
+
|
|
4660
|
+
|
|
4661
|
+
|
|
4662
|
+
|
|
4663
|
+
|
|
4664
|
+
|
|
4665
|
+
|
|
4666
|
+
|
|
4667
|
+
|
|
4668
|
+
|
|
4669
|
+
|
|
4670
|
+
|
|
4671
|
+
|
|
4672
|
+
</div>
|
|
4673
|
+
|
|
4674
|
+
<div class="member">
|
|
4675
|
+
|
|
4676
|
+
|
|
4677
|
+
|
|
4678
|
+
<h4 class="name" id="remove">
|
|
4679
|
+
<a class="href-link" href="#remove">#</a>
|
|
4680
|
+
|
|
4681
|
+
<span class="code-name" style="font-size:30px">
|
|
4682
|
+
|
|
4683
|
+
remove<span class="signature">()</span>
|
|
4684
|
+
|
|
4685
|
+
</span>
|
|
4686
|
+
</h4>
|
|
4687
|
+
|
|
4688
|
+
|
|
4689
|
+
|
|
4690
|
+
<div class="description">
|
|
4691
|
+
<p>根据给定的Key删除一个值</p>
|
|
4692
|
+
</div>
|
|
4693
|
+
|
|
4694
|
+
|
|
4695
|
+
|
|
4696
|
+
|
|
4697
|
+
|
|
4698
|
+
|
|
4699
|
+
|
|
4700
|
+
|
|
4701
|
+
|
|
4702
|
+
|
|
4703
|
+
|
|
4704
|
+
|
|
4705
|
+
|
|
4706
|
+
|
|
4707
|
+
<dl class="details">
|
|
4708
|
+
|
|
4709
|
+
|
|
4710
|
+
|
|
4711
|
+
|
|
4712
|
+
|
|
4713
|
+
|
|
4714
|
+
|
|
4715
|
+
|
|
4716
|
+
|
|
4717
|
+
|
|
4718
|
+
|
|
4719
|
+
|
|
4720
|
+
|
|
4721
|
+
|
|
4722
|
+
|
|
4723
|
+
|
|
4724
|
+
|
|
4725
|
+
|
|
4726
|
+
|
|
4727
|
+
|
|
4728
|
+
|
|
4729
|
+
|
|
4730
|
+
|
|
4731
|
+
|
|
4732
|
+
|
|
4733
|
+
|
|
4734
|
+
|
|
4735
|
+
|
|
4736
|
+
|
|
4737
|
+
|
|
4738
|
+
|
|
4739
|
+
</dl>
|
|
4740
|
+
|
|
4741
|
+
|
|
4742
|
+
|
|
4743
|
+
|
|
4744
|
+
|
|
4745
|
+
|
|
4746
|
+
|
|
4747
|
+
|
|
4748
|
+
|
|
4749
|
+
|
|
4750
|
+
|
|
4751
|
+
|
|
4752
|
+
|
|
4753
|
+
|
|
4754
|
+
|
|
4755
|
+
|
|
4756
|
+
|
|
4757
|
+
|
|
4758
|
+
|
|
4759
|
+
|
|
4760
|
+
|
|
4761
|
+
|
|
4762
|
+
|
|
4763
|
+
</div>
|
|
4764
|
+
|
|
4765
|
+
<div class="member">
|
|
4766
|
+
|
|
4767
|
+
|
|
4768
|
+
|
|
4769
|
+
<h4 class="name" id="size">
|
|
4770
|
+
<a class="href-link" href="#size">#</a>
|
|
4771
|
+
|
|
4772
|
+
<span class="code-name" style="font-size:30px">
|
|
4773
|
+
|
|
4774
|
+
size<span class="signature">()</span>
|
|
1346
4775
|
|
|
1347
4776
|
</span>
|
|
1348
4777
|
</h4>
|
|
@@ -1418,7 +4847,7 @@
|
|
|
1418
4847
|
|
|
1419
4848
|
|
|
1420
4849
|
<div class='columns method-parameter'>
|
|
1421
|
-
<div class="column is-2"><label
|
|
4850
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1422
4851
|
<div class="column is-10">
|
|
1423
4852
|
|
|
1424
4853
|
|
|
@@ -1431,14 +4860,125 @@
|
|
|
1431
4860
|
<div class='column is-5 has-text-left'>
|
|
1432
4861
|
<label>类型: </label>
|
|
1433
4862
|
|
|
1434
|
-
<span class="param-type">
|
|
4863
|
+
<span class="param-type">Number</span>
|
|
4864
|
+
|
|
4865
|
+
|
|
4866
|
+
</div>
|
|
4867
|
+
|
|
4868
|
+
</div>
|
|
4869
|
+
|
|
4870
|
+
|
|
4871
|
+
</div>
|
|
4872
|
+
</div>
|
|
4873
|
+
|
|
4874
|
+
|
|
4875
|
+
|
|
4876
|
+
|
|
4877
|
+
|
|
4878
|
+
|
|
4879
|
+
</div>
|
|
4880
|
+
|
|
4881
|
+
<div class="member">
|
|
4882
|
+
|
|
4883
|
+
|
|
4884
|
+
|
|
4885
|
+
<h4 class="name" id="size">
|
|
4886
|
+
<a class="href-link" href="#size">#</a>
|
|
4887
|
+
|
|
4888
|
+
<span class="code-name" style="font-size:30px">
|
|
4889
|
+
|
|
4890
|
+
size<span class="signature">()</span>
|
|
4891
|
+
|
|
4892
|
+
</span>
|
|
4893
|
+
</h4>
|
|
4894
|
+
|
|
4895
|
+
|
|
4896
|
+
|
|
4897
|
+
<div class="description">
|
|
4898
|
+
<p>获得Map的长度</p>
|
|
4899
|
+
</div>
|
|
4900
|
+
|
|
4901
|
+
|
|
4902
|
+
|
|
4903
|
+
|
|
4904
|
+
|
|
4905
|
+
|
|
4906
|
+
|
|
4907
|
+
|
|
4908
|
+
|
|
4909
|
+
|
|
4910
|
+
|
|
4911
|
+
|
|
4912
|
+
|
|
4913
|
+
|
|
4914
|
+
<dl class="details">
|
|
4915
|
+
|
|
4916
|
+
|
|
4917
|
+
|
|
4918
|
+
|
|
4919
|
+
|
|
4920
|
+
|
|
4921
|
+
|
|
4922
|
+
|
|
4923
|
+
|
|
4924
|
+
|
|
4925
|
+
|
|
4926
|
+
|
|
4927
|
+
|
|
4928
|
+
|
|
4929
|
+
|
|
4930
|
+
|
|
4931
|
+
|
|
4932
|
+
|
|
4933
|
+
|
|
4934
|
+
|
|
4935
|
+
|
|
4936
|
+
|
|
4937
|
+
|
|
4938
|
+
|
|
4939
|
+
|
|
4940
|
+
|
|
4941
|
+
|
|
4942
|
+
|
|
1435
4943
|
|
|
1436
|
-
|
|
4944
|
+
|
|
1437
4945
|
|
|
1438
|
-
</
|
|
4946
|
+
</dl>
|
|
4947
|
+
|
|
4948
|
+
|
|
4949
|
+
|
|
4950
|
+
|
|
4951
|
+
|
|
4952
|
+
|
|
4953
|
+
|
|
4954
|
+
|
|
4955
|
+
|
|
4956
|
+
|
|
4957
|
+
|
|
4958
|
+
|
|
4959
|
+
|
|
1439
4960
|
|
|
1440
4961
|
|
|
1441
4962
|
|
|
4963
|
+
|
|
4964
|
+
|
|
4965
|
+
<div class='columns method-parameter'>
|
|
4966
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4967
|
+
<div class="column is-10">
|
|
4968
|
+
|
|
4969
|
+
|
|
4970
|
+
|
|
4971
|
+
<div class="columns">
|
|
4972
|
+
|
|
4973
|
+
<div class='param-desc column is-7'><p>返回容器的大小</p></div>
|
|
4974
|
+
|
|
4975
|
+
|
|
4976
|
+
<div class='column is-5 has-text-left'>
|
|
4977
|
+
<label>类型: </label>
|
|
4978
|
+
|
|
4979
|
+
<span class="param-type">Number</span>
|
|
4980
|
+
|
|
4981
|
+
|
|
1442
4982
|
</div>
|
|
1443
4983
|
|
|
1444
4984
|
</div>
|
|
@@ -1461,7 +5001,7 @@
|
|
|
1461
5001
|
<h4 class="name" id="values">
|
|
1462
5002
|
<a class="href-link" href="#values">#</a>
|
|
1463
5003
|
|
|
1464
|
-
<span class="code-name"
|
|
5004
|
+
<span class="code-name" style="font-size:30px">
|
|
1465
5005
|
|
|
1466
5006
|
values<span class="signature">()</span>
|
|
1467
5007
|
|
|
@@ -1539,7 +5079,7 @@
|
|
|
1539
5079
|
|
|
1540
5080
|
|
|
1541
5081
|
<div class='columns method-parameter'>
|
|
1542
|
-
<div class="column is-2"><label
|
|
5082
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1543
5083
|
<div class="column is-10">
|
|
1544
5084
|
|
|
1545
5085
|
|
|
@@ -1552,14 +5092,125 @@
|
|
|
1552
5092
|
<div class='column is-5 has-text-left'>
|
|
1553
5093
|
<label>类型: </label>
|
|
1554
5094
|
|
|
1555
|
-
<span class="param-type">
|
|
5095
|
+
<span class="param-type">Array.<Object></span>
|
|
5096
|
+
|
|
5097
|
+
|
|
5098
|
+
</div>
|
|
5099
|
+
|
|
5100
|
+
</div>
|
|
5101
|
+
|
|
5102
|
+
|
|
5103
|
+
</div>
|
|
5104
|
+
</div>
|
|
5105
|
+
|
|
5106
|
+
|
|
5107
|
+
|
|
5108
|
+
|
|
5109
|
+
|
|
5110
|
+
|
|
5111
|
+
</div>
|
|
5112
|
+
|
|
5113
|
+
<div class="member">
|
|
5114
|
+
|
|
5115
|
+
|
|
5116
|
+
|
|
5117
|
+
<h4 class="name" id="values">
|
|
5118
|
+
<a class="href-link" href="#values">#</a>
|
|
5119
|
+
|
|
5120
|
+
<span class="code-name" style="font-size:30px">
|
|
5121
|
+
|
|
5122
|
+
values<span class="signature">()</span>
|
|
5123
|
+
|
|
5124
|
+
</span>
|
|
5125
|
+
</h4>
|
|
5126
|
+
|
|
5127
|
+
|
|
5128
|
+
|
|
5129
|
+
<div class="description">
|
|
5130
|
+
<p>获得Map中的所有Value</p>
|
|
5131
|
+
</div>
|
|
5132
|
+
|
|
5133
|
+
|
|
5134
|
+
|
|
5135
|
+
|
|
5136
|
+
|
|
5137
|
+
|
|
5138
|
+
|
|
5139
|
+
|
|
5140
|
+
|
|
5141
|
+
|
|
5142
|
+
|
|
5143
|
+
|
|
5144
|
+
|
|
5145
|
+
|
|
5146
|
+
<dl class="details">
|
|
5147
|
+
|
|
5148
|
+
|
|
5149
|
+
|
|
5150
|
+
|
|
5151
|
+
|
|
5152
|
+
|
|
5153
|
+
|
|
5154
|
+
|
|
5155
|
+
|
|
5156
|
+
|
|
5157
|
+
|
|
5158
|
+
|
|
5159
|
+
|
|
1556
5160
|
|
|
1557
|
-
|
|
5161
|
+
|
|
5162
|
+
|
|
5163
|
+
|
|
5164
|
+
|
|
5165
|
+
|
|
5166
|
+
|
|
5167
|
+
|
|
5168
|
+
|
|
5169
|
+
|
|
5170
|
+
|
|
5171
|
+
|
|
5172
|
+
|
|
5173
|
+
|
|
5174
|
+
|
|
5175
|
+
|
|
5176
|
+
|
|
1558
5177
|
|
|
1559
|
-
</
|
|
5178
|
+
</dl>
|
|
5179
|
+
|
|
5180
|
+
|
|
5181
|
+
|
|
5182
|
+
|
|
5183
|
+
|
|
5184
|
+
|
|
5185
|
+
|
|
5186
|
+
|
|
5187
|
+
|
|
5188
|
+
|
|
5189
|
+
|
|
5190
|
+
|
|
5191
|
+
|
|
5192
|
+
|
|
5193
|
+
|
|
1560
5194
|
|
|
1561
5195
|
|
|
1562
5196
|
|
|
5197
|
+
<div class='columns method-parameter'>
|
|
5198
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
5199
|
+
<div class="column is-10">
|
|
5200
|
+
|
|
5201
|
+
|
|
5202
|
+
|
|
5203
|
+
<div class="columns">
|
|
5204
|
+
|
|
5205
|
+
<div class='param-desc column is-7'><p>返回 map 容器中所有的 value 值</p></div>
|
|
5206
|
+
|
|
5207
|
+
|
|
5208
|
+
<div class='column is-5 has-text-left'>
|
|
5209
|
+
<label>类型: </label>
|
|
5210
|
+
|
|
5211
|
+
<span class="param-type">Array.<Object></span>
|
|
5212
|
+
|
|
5213
|
+
|
|
1563
5214
|
</div>
|
|
1564
5215
|
|
|
1565
5216
|
</div>
|
|
@@ -1584,4 +5235,42 @@
|
|
|
1584
5235
|
|
|
1585
5236
|
</article>
|
|
1586
5237
|
|
|
1587
|
-
</section>
|
|
5238
|
+
</section>
|
|
5239
|
+
|
|
5240
|
+
|
|
5241
|
+
|
|
5242
|
+
|
|
5243
|
+
</div>
|
|
5244
|
+
|
|
5245
|
+
<footer class="footer">
|
|
5246
|
+
<div class="content has-text-centered">
|
|
5247
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
5248
|
+
<p class="sidebar-created-by">
|
|
5249
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5250
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5251
|
+
</p>
|
|
5252
|
+
</div>
|
|
5253
|
+
</footer>
|
|
5254
|
+
|
|
5255
|
+
</div>
|
|
5256
|
+
<div id="side-nav" class="side-nav">
|
|
5257
|
+
<div style="margin-bottom: 10px;">
|
|
5258
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5259
|
+
</div>
|
|
5260
|
+
<div style="margin-bottom: 10px;">
|
|
5261
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5262
|
+
</div>
|
|
5263
|
+
<div style="margin-bottom: 10px;">
|
|
5264
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5265
|
+
</div>
|
|
5266
|
+
<div>
|
|
5267
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5268
|
+
</div>
|
|
5269
|
+
</div>
|
|
5270
|
+
</div>
|
|
5271
|
+
<script src="scripts/linenumber.js"> </script>
|
|
5272
|
+
|
|
5273
|
+
<script src="scripts/search.js"> </script>
|
|
5274
|
+
|
|
5275
|
+
</body>
|
|
5276
|
+
</html>
|