Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.util.Map.Entry

Uses of Map.Entry in java.util
 

Classes in java.util that implement Map.Entry
(package private) static class AbstractMap.BasicMapEntry
          A class which implements Map.Entry.
(package private) static class HashMap.HashEntry
          Class to represent an entry in the hash table.
private static class Hashtable.HashEntry
          Class to represent an entry in the hash table.
private  class IdentityHashMap.IdentityEntry
          This class provides Map.Entry objects for IdentityHashMaps.
(package private)  class LinkedHashMap.LinkedHashEntry
          Class to represent an entry in the hash table.
private static class TreeMap.Node
          Class to represent an entry in the tree.
(package private)  class WeakHashMap.WeakBucket.WeakEntry
          This class gives the Entry representation of the current bucket.
 

Methods in java.util with parameters of type Map.Entry
protected  boolean LinkedHashMap.removeEldestEntry(Map.Entry eldest)
          Returns true if this map should remove the eldest entry.