|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
The sublist implementation for AbstractLinkedList.
Field Summary |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
protected |
AbstractLinkedList.LinkedSubList(AbstractLinkedList parent,
int fromIndex,
int toIndex)
|
Method Summary | |
void |
add(int index,
Object obj)
|
boolean |
addAll(Collection coll)
|
boolean |
addAll(int index,
Collection coll)
|
protected void |
checkModCount()
|
void |
clear()
|
Object |
get(int index)
|
Iterator |
iterator()
|
ListIterator |
listIterator(int index)
|
protected void |
rangeCheck(int index,
int beyond)
|
Object |
remove(int index)
|
Object |
set(int index,
Object obj)
|
int |
size()
|
List |
subList(int fromIndexInclusive,
int toIndexExclusive)
|
Methods inherited from class java.util.AbstractList |
add, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange |
Methods inherited from class java.util.AbstractCollection |
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Constructor Detail |
protected AbstractLinkedList.LinkedSubList(AbstractLinkedList parent, int fromIndex, int toIndex)
Method Detail |
public int size()
public Object get(int index)
public void add(int index, Object obj)
public Object remove(int index)
public boolean addAll(Collection coll)
public boolean addAll(int index, Collection coll)
public Object set(int index, Object obj)
public void clear()
public Iterator iterator()
public ListIterator listIterator(int index)
public List subList(int fromIndexInclusive, int toIndexExclusive)
protected void rangeCheck(int index, int beyond)
protected void checkModCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |