fUML.Syntax.Classes.Kernel
Class CommentList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Comment>
fUML.Syntax.Classes.Kernel.CommentList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Comment>, Collection<Comment>, List<Comment>, RandomAccess
public class CommentList
- extends ArrayList<Comment>
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
CommentList
public CommentList()
getValue
public Comment getValue(int i)
addValue
public void addValue(Comment v)
addValue
public void addValue(int i,
Comment v)
setValue
public void setValue(int i,
Comment v)
removeValue
public void removeValue(int i)
Copyright © 2012. All Rights Reserved.