org.argouml.util
Class LinkedHashMap.EntrySet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.HashSet
                    |
                    +--org.argouml.util.LinkedHashSet
                          |
                          +--org.argouml.util.LinkedHashMap.LhmSet
                                |
                                +--org.argouml.util.LinkedHashMap.EntrySet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set
Enclosing class:
LinkedHashMap

private class LinkedHashMap.EntrySet
extends LinkedHashMap.LhmSet


Nested Class Summary
 
Nested classes inherited from class org.argouml.util.LinkedHashSet
 
Field Summary
(package private)  int modCount
           
 
Fields inherited from class org.argouml.util.LinkedHashSet
 
Fields inherited from class java.util.HashSet
 
Constructor Summary
LinkedHashMap.EntrySet()
           
 
Method Summary
 boolean remove(java.lang.Object o)
           
 
Methods inherited from class org.argouml.util.LinkedHashSet
add, clear, equals, get, indexOf, iterator, remove, retainAll, toArray, toArray
 
Methods inherited from class java.util.HashSet
clone, contains, isEmpty, size
 
Methods inherited from class java.util.AbstractSet
hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, hashCode, removeAll
 

Field Detail

modCount

int modCount
Constructor Detail

LinkedHashMap.EntrySet

public LinkedHashMap.EntrySet()
Method Detail

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Set
Overrides:
remove in class LinkedHashSet


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook