org.argouml.util
Class LinkedHashMap.LhmSet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.argouml.util.LinkedHashSet
org.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 classes inherited from class org.argouml.util.LinkedHashSet |
|
Field Summary |
(package private) int |
modCount
|
Fields inherited from class java.util.HashSet |
|
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 |
modCount
int modCount
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)