Java com.google.gwt.coreext.client JsIntegerDoubleMap fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.coreext.client JsIntegerDoubleMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.coreext.client JsIntegerDoubleMap.

The text is from its open source code.

Method

JsIntegerDoubleMapcreate()
Create a new empty map.
doubleget(int key)
Returns the value associated with the specified key.
booleanhasKey(int key)
Returns true if this map has an entry for the specified key.
voiditerate(IterationCallBack callback)
Iterates through the elements and calls back with the proper key value pair.
voidput(int key, double val)
Associates the specified value with the specified key in this map.