Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.util
>
Map
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:
Interface Map
public interface
Map
// Implemented by
AbstractMap
Abstract interface for maps.
Nested Interfaces
Map.Entry
Represents an individual map entry.
Methods
clear()
containsKey(Object)
containsValue(Object)
entrySet()
equals(Object)
get(Object)
hashCode()
isEmpty()
keySet()
put(Object, Object)
putAll(Map)
remove(Object)
size()
values()