Modifier and Type | Field and Description |
---|---|
protected LinkedListSupportManager<E> |
AbstractHashSupportNodeSet.listManager
list manager for the nodes of this set
|
Modifier and Type | Method and Description |
---|---|
LinkedListSupportManager<E> |
HashSupportNodeSet.getListManager() |
LinkedListSupportManager<E> |
AbstractHashSupportNodeSet.getListManager() |
Modifier and Type | Method and Description |
---|---|
void |
HashSupportNodeSet.setListManager(LinkedListSupportManager<E> listManager) |
Modifier and Type | Method and Description |
---|---|
LinkedListSupportManager<E> |
LinkedHashSupport.getListManager() |
Modifier and Type | Method and Description |
---|---|
void |
LinkedHashSupport.setListManager(LinkedListSupportManager<E> listManager) |
Modifier and Type | Method and Description |
---|---|
LinkedListSupportManager<E> |
LinkedTreeSupport.getListManager() |
Modifier and Type | Method and Description |
---|---|
void |
LinkedTreeSupport.setListManager(LinkedListSupportManager<E> listManager) |
Modifier and Type | Field and Description |
---|---|
protected LinkedListSupportManager<E> |
LinkedListSupportIterator.listManager
the list this iterator iterate in
|
Modifier and Type | Method and Description |
---|---|
LinkedListSupportManager<E> |
LinkedListSupportIterator.getListManager() |
static LinkedListSupportManager |
LinkedListSupportManager.newInstance(IInstanceFactory instanceFactory,
ILinkedListSupportNodeManager nodeListManager) |
Modifier and Type | Method and Description |
---|---|
static LinkedListSupportIterator |
LinkedListSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedListSupportManager listManager) |
static LinkedListSupportDescendingIterator |
LinkedListSupportDescendingIterator.newInstance(IInstanceFactory instanceFactory,
LinkedListSupportManager listManager) |
static LinkedListSupportIterator |
LinkedListSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedListSupportManager listManager,
boolean descending) |
static LinkedListSupportIterator |
LinkedListSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedListSupportManager listManager,
int index) |
void |
LinkedListSupport.setListManager(LinkedListSupportManager<E> listManager) |
Constructor and Description |
---|
LinkedListSupportDescendingIterator(LinkedListSupportManager<E> listManager) |
LinkedListSupportIterator(LinkedListSupportManager<E> listManager) |
LinkedListSupportIterator(LinkedListSupportManager<E> listManager,
boolean descending) |
LinkedListSupportIterator(LinkedListSupportManager<E> listManager,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.