JML

Uses of Class
java.util.HashMap.Entry

Packages that use HashMap.Entry
java.util JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
 

Uses of HashMap.Entry in java.util
 

Fields in java.util declared as HashMap.Entry
(package private)  HashMap.Entry[] HashMap.table
           
(package private)  HashMap.Entry HashMap.Entry.next
           
 

Methods in java.util that return HashMap.Entry
(package private)  HashMap.Entry HashMap.getEntry(Object key)
           
(package private)  HashMap.Entry HashMap.removeEntryForKey(Object key)
           
(package private)  HashMap.Entry HashMap.removeMapping(Object o)
           
 

Methods in java.util with parameters of type HashMap.Entry
(package private)  void HashMap.transfer(HashMap.Entry[] newTable)
           
 

Constructors in java.util with parameters of type HashMap.Entry
HashMap.Entry(int h, Object k, Object v, HashMap.Entry n)
           
 


JML

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.