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