Google Web Toolkit
« 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 Google Code:
Class AbstractMap
public class AbstractMap
extends
Object
implements
Map
// Superclass of
HashMap
See Sun's JDK 1.4 Javadoc for documentation.
Methods
clear()
containsKey(Object)
containsValue(Object)
entrySet()
equals(Object)
get(Object)
hashCode()
isEmpty()
keySet()
put(Object, Object)
putAll(Map)
remove(Object)
size()
toString()
values()