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

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

Introduction

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

The text is from its open source code.

Method

JsIntegerMapcreate()
Create a new empty map.
booleanhasKey(int key)
Returns true if this map has an entry for the specified key.
voiditerate(IterationCallBack cb)
Iterates through the contents and calls back out to a callback.
voidput(int key, T val)
Associates the specified value with the specified key in this map.