org.openmdx.base.collection
Class ChainingList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList
org.openmdx.base.collection.ChainingList
- All Implemented Interfaces:
- Iterable, Collection, List
public class ChainingList
- extends AbstractSequentialList
- Author:
- hburger
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
lists
protected List[] lists
ChainingList
public ChainingList(List[] lists)
listIterator
public ListIterator listIterator(int index)
- Specified by:
listIterator in interface List- Specified by:
listIterator in class AbstractSequentialList
size
public int size()
- Specified by:
size in interface Collection- Specified by:
size in interface List- Specified by:
size in class AbstractCollection
getDelegate
public List[] getDelegate()
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.