org.apache.commons.collections.primitives.adapters

Class AbstractDoubleListList

abstract class AbstractDoubleListList extends AbstractDoubleCollectionCollection implements List

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $

Author: Rodney Waldhoff

Method Summary
voidadd(int index, Object element)
booleanaddAll(int index, Collection c)
booleanequals(Object obj)
Objectget(int index)
protected DoubleCollectiongetDoubleCollection()
protected abstract DoubleListgetDoubleList()
inthashCode()
intindexOf(Object element)
intlastIndexOf(Object element)
ListIteratorlistIterator()
wraps the DoubleListIterator returned by my underlying DoubleList, if any.
ListIteratorlistIterator(int index)
wraps the DoubleListIterator returned by my underlying DoubleList, if any.
Objectremove(int index)
Objectset(int index, Object element)
ListsubList(int fromIndex, int toIndex)

Method Detail

add

public void add(int index, Object element)

addAll

public boolean addAll(int index, Collection c)

equals

public boolean equals(Object obj)

get

public Object get(int index)

getDoubleCollection

protected final DoubleCollection getDoubleCollection()

getDoubleList

protected abstract DoubleList getDoubleList()

hashCode

public int hashCode()

indexOf

public int indexOf(Object element)

lastIndexOf

public int lastIndexOf(Object element)

listIterator

public ListIterator listIterator()
wraps the DoubleListIterator returned by my underlying DoubleList, if any.

listIterator

public ListIterator listIterator(int index)
wraps the DoubleListIterator returned by my underlying DoubleList, if any.

remove

public Object remove(int index)

set

public Object set(int index, Object element)

subList

public List subList(int fromIndex, int toIndex)
Copyright (c) 2002-2003 - Apache Software Foundation