JavaTM 2 Platform
Standard Ed. 5.0

Uses of Interface
java.util.Map.Entry

Packages that use Map.Entry
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.security Provides the classes and interfaces for the security framework. 
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
java.util.concurrent Utility classes commonly useful in concurrent programming. 
java.util.jar Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file. 
 

Uses of Map.Entry in java.awt
 

Methods in java.awt that return types with arguments of type Map.Entry
 Set<Map.Entry<Object,Object>> RenderingHints.entrySet()
          Returns a Set view of the mappings contained in this RenderingHints.
 

Uses of Map.Entry in java.security
 

Methods in java.security that return types with arguments of type Map.Entry
 Set<Map.Entry<Object,Object>> Provider.entrySet()
          Returns an unmodifiable Set view of the property entries contained in this Provider.
 

Uses of Map.Entry in java.util
 

Methods in java.util that return types with arguments of type Map.Entry
 Set<Map.Entry<K,V>> EnumMap.entrySet()
          Returns a Set view of the mappings contained in this map.
 Set<Map.Entry<K,V>> IdentityHashMap.entrySet()
          Returns a set view of the mappings contained in this map.
 Set<Map.Entry<K,V>> WeakHashMap.entrySet()
          Returns a collection view of the mappings contained in this map.
 Set<Map.Entry<K,V>> TreeMap.entrySet()
          Returns a set view of the mappings contained in this map.
abstract  Set<Map.Entry<K,V>> AbstractMap.entrySet()
          Returns a set view of the mappings contained in this map.
 Set<Map.Entry<K,V>> HashMap.entrySet()
          Returns a collection view of the mappings contained in this map.
 Set<Map.Entry<K,V>> Hashtable.entrySet()
          Returns a Set view of the entries contained in this Hashtable.
 Set<Map.Entry<K,V>> Map.entrySet()
          Returns a set view of the mappings contained in this map.
 

Methods in java.util with parameters of type Map.Entry
protected  boolean LinkedHashMap.removeEldestEntry(Map.Entry<K,V> eldest)
          Returns true if this map should remove its eldest entry.
 

Uses of Map.Entry in java.util.concurrent
 

Methods in java.util.concurrent that return types with arguments of type Map.Entry
 Set<Map.Entry<K,V>> ConcurrentHashMap.entrySet()
          Returns a collection view of the mappings contained in this map.
 

Uses of Map.Entry in java.util.jar
 

Methods in java.util.jar that return types with arguments of type Map.Entry
 Set<Map.Entry<Object,Object>> Attributes.entrySet()
          Returns a Collection view of the attribute name-value mappings contained in this Map.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.