org.apache.commons.collections.list
Class AbstractLinkedList.LinkedSubList
AbstractList
org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- AbstractLinkedList
protected static class AbstractLinkedList.LinkedSubList
extends AbstractList
The sublist implementation for AbstractLinkedList.
LinkedSubList
protected LinkedSubList(AbstractLinkedList parent,
int fromIndex,
int toIndex)
add
public void add(int index,
Object obj)
addAll
public boolean addAll(Collection coll)
addAll
public boolean addAll(int index,
Collection coll)
checkModCount
protected void checkModCount()
get
public Object get(int index)
iterator
public Iterator iterator()
listIterator
public ListIterator listIterator(int index)
rangeCheck
protected void rangeCheck(int index,
int beyond)
remove
public Object remove(int index)
set
public Object set(int index,
Object obj)
subList
public List subList(int fromIndexInclusive,
int toIndexExclusive)
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.