fUML.Syntax.Classes.Kernel
Class SlotList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Slot>
fUML.Syntax.Classes.Kernel.SlotList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Slot>, Collection<Slot>, List<Slot>, RandomAccess
public class SlotList
- extends ArrayList<Slot>
- 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 |
SlotList
public SlotList()
getValue
public Slot getValue(int i)
addValue
public void addValue(Slot v)
addValue
public void addValue(int i,
Slot v)
setValue
public void setValue(int i,
Slot v)
removeValue
public void removeValue(int i)
Copyright © 2012. All Rights Reserved.