org.sablecc.php4.node
Class TypedLinkedList
Object
AbstractCollection
AbstractList
AbstractSequentialList
LinkedList
org.sablecc.php4.node.TypedLinkedList
- All Implemented Interfaces:
- Cloneable, Collection, List, Serializable
- public class TypedLinkedList
- extends LinkedList
- See Also:
- Serialized Form
Fields inherited from class AbstractList |
modCount |
Methods inherited from class LinkedList |
clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, remove, remove, removeFirst, removeLast, size, toArray, toArray |
Methods inherited from class AbstractSequentialList |
iterator |
Methods inherited from class AbstractList |
equals, hashCode, listIterator, removeRange, subList |
Methods inherited from class AbstractCollection |
containsAll, isEmpty, removeAll, retainAll, toString |
Methods inherited from class Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface List |
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
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)
set
public Object set(int index,
Object o)
listIterator
public ListIterator listIterator(int index)