tudresden.ocl.parser.node
Class TypedLinkedList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
java.util.LinkedList
tudresden.ocl.parser.node.TypedLinkedList
- All Implemented Interfaces:
- Cloneable, Collection, List, Serializable
- public class TypedLinkedList
- extends LinkedList
- See Also:
- Serialized Form
Nested classes inherited from class java.util.LinkedList |
|
Field Summary |
(package private) Cast |
cast
|
Methods inherited from class java.util.LinkedList |
clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
cast
Cast cast
TypedLinkedList
public TypedLinkedList()
TypedLinkedList
public TypedLinkedList(Collection c)
TypedLinkedList
public TypedLinkedList(Cast cast)
TypedLinkedList
public TypedLinkedList(Collection c,
Cast cast)
getCast
public Cast getCast()
add
public void add(int index,
Object element)
add
public boolean add(Object o)
addAll
public boolean addAll(Collection c)
addAll
public boolean addAll(int index,
Collection c)
addFirst
public void addFirst(Object o)
addLast
public void addLast(Object o)
listIterator
public ListIterator listIterator(int index)
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.