Package | Description |
---|---|
net.sf.joafip.java.util | |
net.sf.joafip.java.util.support.linked.tree |
Modifier and Type | Field and Description |
---|---|
protected LinkedTreeSupport<E> |
AbstractPLinkedTreeSet.linkedTreeSupport
the linked tree set support used by this set
can be its own instance or a instance of on other set to be a view of this other set |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPLinkedTreeSet.setLinkedTreeSupport(LinkedTreeSupport<E> linkedTreeSupport) |
Modifier and Type | Method and Description |
---|---|
LinkedTreeSupport<E> |
LinkedTreeSupport.clone() |
LinkedTreeSupport<E> |
LinkedTreeSupportIterator.getLinkedTreeSupport() |
static LinkedTreeSupport |
LinkedTreeSupport.newInstance(IInstanceFactory instanceFactory,
boolean concurrentAccess) |
static LinkedTreeSupport |
LinkedTreeSupport.newInstance(IInstanceFactory instanceFactory,
Comparator comparator,
boolean concurrentAccess) |
Modifier and Type | Method and Description |
---|---|
static LinkedTreeSupportIterator |
LinkedTreeSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedTreeSupport linkedTreeSupport) |
static LinkedTreeSupportDescendingIterator |
LinkedTreeSupportDescendingIterator.newInstance(IInstanceFactory instanceFactory,
LinkedTreeSupport treeSupport) |
static LinkedTreeSupportIterator |
LinkedTreeSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedTreeSupport linkedTreeSupport,
boolean descending) |
static LinkedTreeSupportIterator |
LinkedTreeSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedTreeSupport linkedTreeSupport,
int index) |
Constructor and Description |
---|
LinkedTreeSupportDescendingIterator(IInstanceFactory instanceFactory,
LinkedTreeSupport<E> treeSupport) |
LinkedTreeSupportDescendingIterator(LinkedTreeSupport<E> treeSupport) |
LinkedTreeSupportIterator(LinkedTreeSupport<E> linkedTreeSupport) |
LinkedTreeSupportIterator(LinkedTreeSupport<E> linkedTreeSupport,
boolean descending) |
LinkedTreeSupportIterator(LinkedTreeSupport<E> linkedTreeSupport,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.