Package | Description |
---|---|
net.sf.joafip.java.util | |
net.sf.joafip.java.util.support.treelist |
Modifier and Type | Method and Description |
---|---|
TreeListSupport<E> |
PTreeList.getTree() |
Modifier and Type | Method and Description |
---|---|
void |
PTreeList.setTree(TreeListSupport<E> tree) |
Modifier and Type | Method and Description |
---|---|
static TreeListSupport |
TreeListSupport.newInstance(IInstanceFactory instanceFactory,
IEqualsHashComparator comparator,
boolean concurrentAccess) |
Modifier and Type | Method and Description |
---|---|
static TreeListSupportIterator |
TreeListSupportIterator.newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree) |
static TreeListSupportDescendingIterator |
TreeListSupportDescendingIterator.newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree) |
static TreeListSupportIterator |
TreeListSupportIterator.newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree,
boolean fromEnd) |
static TreeListSupportIterator |
TreeListSupportIterator.newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree,
int index) |
Constructor and Description |
---|
TreeListSupportDescendingIterator(IInstanceFactory instanceFactory,
TreeListSupport<E> tree) |
TreeListSupportIterator(TreeListSupport<E> tree) |
TreeListSupportIterator(TreeListSupport<E> tree,
boolean fromEnd) |
TreeListSupportIterator(TreeListSupport<E> tree,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.