|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
de.uni_paderborn.fujaba.views.ItemSet
Container for UMLDiagramItem-instances to allow Filter-specification with Storydiagrams
Constructor Summary | |
ItemSet()
|
Method Summary | |
boolean |
addToItems(UMLDiagramItem value)
0..1 N ItemSet ----------------------------- UMLDiagramItem items |
boolean |
hasInItems(UMLDiagramItem value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfItems()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromItems()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromItems(UMLDiagramItem value)
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfItems()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
public ItemSet()
Method Detail |
public boolean addToItems(UMLDiagramItem value)
0..1 N ItemSet ----------------------------- UMLDiagramItem items
value
- The object added.
public boolean hasInItems(UMLDiagramItem value)
value
- No description provided
public java.util.Iterator iteratorOfItems()
public int sizeOfItems()
public boolean removeFromItems(UMLDiagramItem value)
value
- No description provided
public void removeAllFromItems()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |