org.argouml.util
Class LinkedHashMap.LhmSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.argouml.util.LinkedHashSet
                  extended byorg.argouml.util.LinkedHashMap.LhmSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set
Direct Known Subclasses:
LinkedHashMap.EntrySet, LinkedHashMap.KeySet
Enclosing class:
LinkedHashMap

private class LinkedHashMap.LhmSet
extends LinkedHashSet


Nested Class Summary
private  class LinkedHashMap.LhmSet.SetIterator
           
 
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.LhmSet()
           
(package private) LinkedHashMap.LhmSet(java.util.Collection c)
           
(package private) LinkedHashMap.LhmSet(int initialCapacity)
           
(package private) LinkedHashMap.LhmSet(int initialCapacity, float loadFactor)
           
 
Methods inherited from class org.argouml.util.LinkedHashSet
add, clear, equals, get, indexOf, iterator, remove, 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.LhmSet

public LinkedHashMap.LhmSet()

LinkedHashMap.LhmSet

LinkedHashMap.LhmSet(java.util.Collection c)

LinkedHashMap.LhmSet

LinkedHashMap.LhmSet(int initialCapacity)

LinkedHashMap.LhmSet

LinkedHashMap.LhmSet(int initialCapacity,
                     float loadFactor)


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