java.util
Interface Map
- All Known Subinterfaces:
- NavigableMap, SortedMap
- All Known Implementing Classes:
- AbstractMap, HashMap, Hashtable, TreeMap
- public interface Map
clear
public void clear()
containsKey
public boolean containsKey(Object)
containsValue
public boolean containsValue(Object)
entrySet
public Set entrySet()
equals
public boolean equals(Object)
get
public Object get(Object)
hashCode
public int hashCode()
isEmpty
public boolean isEmpty()
keySet
public Set keySet()
put
public Object put(Object,
Object)
putAll
public void putAll(Map)
remove
public Object remove(Object)
size
public int size()
values
public Collection values()
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.