Package | Description |
---|---|
net.sf.joafip.java.util | |
net.sf.joafip.java.util.support.arraylist |
Modifier and Type | Method and Description |
---|---|
void |
PArrayList.setArrayListSupport(ArrayListSupport<E> arrayListSupport) |
Modifier and Type | Method and Description |
---|---|
ArrayListSupport<E> |
ArrayListSupport.clone() |
static ArrayListSupport |
ArrayListSupport.newInstance(IInstanceFactory instanceFactory,
IEqualsHashComparator comparator) |
static ArrayListSupport |
ArrayListSupport.newInstance(IInstanceFactory instanceFactory,
int initialCapacity,
IEqualsHashComparator comparator) |
Modifier and Type | Method and Description |
---|---|
static ArrayListSupportIterator |
ArrayListSupportIterator.newInstance(IInstanceFactory instanceFactory,
ArrayListSupport arrayList) |
static ArrayListSupportDescendingIterator |
ArrayListSupportDescendingIterator.newInstance(IInstanceFactory instanceFactory,
ArrayListSupport arrayListSupport) |
static ArrayListSupportIterator |
ArrayListSupportIterator.newInstance(IInstanceFactory instanceFactory,
ArrayListSupport arrayList,
int index) |
Constructor and Description |
---|
ArrayListSupportDescendingIterator(ArrayListSupport<E> arrayListSupport) |
ArrayListSupportDescendingIterator(IInstanceFactory instanceFactory,
ArrayListSupport<E> arrayListSupport) |
ArrayListSupportIterator(ArrayListSupport<E> arrayList) |
ArrayListSupportIterator(ArrayListSupport<E> arrayList,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.