org.argouml.util
Class LinkedHashMap.ValuesList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byjava.util.LinkedList
                  extended byorg.argouml.util.LinkedHashMap.ValuesList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable
Enclosing class:
LinkedHashMap

private class LinkedHashMap.ValuesList
extends java.util.LinkedList


Nested Class Summary
private  class LinkedHashMap.ValuesList.ValuesIterator
           
 
Nested classes inherited from class java.util.LinkedList
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
private  int modCount
           
 
Fields inherited from class java.util.LinkedList
 
Constructor Summary
LinkedHashMap.ValuesList()
           
LinkedHashMap.ValuesList(java.util.Collection c)
           
 
Method Summary
 java.util.Iterator iterator()
           
 boolean remove(java.lang.Object o)
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, listIterator, removeAll, retainAll, subList
 

Field Detail

modCount

private int modCount
Constructor Detail

LinkedHashMap.ValuesList

public LinkedHashMap.ValuesList()

LinkedHashMap.ValuesList

public LinkedHashMap.ValuesList(java.util.Collection c)
Method Detail

remove

public boolean remove(java.lang.Object o)

iterator

public java.util.Iterator iterator()


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