Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.util
>
AbstractMap
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search this site:
Class AbstractMap
public class AbstractMap
extends
Object
implements
Map
// Superclass of
HashMap
Abstract base class for map implementations.
Methods
clear()
containsKey(Object)
containsValue(Object)
entrySet()
equals(Object)
get(Object)
hashCode()
isEmpty()
keySet()
put(Object, Object)
putAll(Map)
remove(Object)
size()
toString()
values()