Java com.google.gwt.core.client.impl WeakMapping fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.client.impl WeakMapping fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.client.impl WeakMapping.

The text is from its open source code.

Method

Objectget(Object instance, String key)
Returns the Object associated with the given key in the (key, value) mapping associated with the given Object instance.
voidset(Object instance, String key, Object value)
Associates a value with a given key in the (key, value) mapping associated with the given Object instance.
voidsetWeak(Object instance, String key, Object value)