java.util
Class AbstractSequentialList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
- All Implemented Interfaces:
- Collection, List
- Direct Known Subclasses:
- LinkedList
- public abstract class AbstractSequentialList
- extends AbstractList
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString |
AbstractSequentialList
protected AbstractSequentialList()
get
public Object get(int)
remove
public Object remove(int)
- Specified by:
remove in interface List- Overrides:
remove in class AbstractList
add
public void add(int,
Object)
- Specified by:
add in interface List- Overrides:
add in class AbstractList
addAll
public boolean addAll(int,
Collection)
- Specified by:
addAll in interface List- Overrides:
addAll in class AbstractList
iterator
public Iterator iterator()
- Specified by:
iterator in interface List- Overrides:
iterator in class AbstractList
listIterator
public abstract ListIterator listIterator(int)
- Specified by:
listIterator in interface List- Overrides:
listIterator in class AbstractList
set
public Object set(int,
Object)
- Specified by:
set in interface List- Overrides:
set in class AbstractList
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.