Java com.google.gwt.storage.client StorageMap fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StorageEntrySetentrySet

Constructor

StorageMap(Storage storage)
Creates the Map with the specified Storage as data provider.

Method

booleancontainsKey(Object key)
Returns true if the Storage contains the specified key, false otherwise.
Stringget(Object key)
Returns the value associated with the specified key in the Storage.
Stringremove(Object key)
Removes the key/value pair from the Storage.