| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHashSupportNodeSet<E>
the node is a set attached to a hash code entry
|
class |
HashSupportNodeSet<E>
set attached to a hash code entry
the node of this set ( LinkedHashSupportNode) are shared with the
list of all nodes of set |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedHashSupport<E>
minimum for linked hash set management
use implementation in element type of Object.equals(Object) and
Object.hashCode() for access to elementmaintains a doubly-linked list running through all of its entries. |
class |
LinkedHashSupportNodeSet<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedTreeSupport<E>
minimum for linked tree set management
use implementation in element type of Object.equals(Object) and
Object.hashCode() for access to elementmaintains a doubly-linked list running through all of its entries. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedListSupport<E>
minimum for linked list management
make iterator able to support list concurent modification |
| Modifier and Type | Method and Description |
|---|---|
static LinkedListSupportManager |
LinkedListSupportManager.newInstance(IInstanceFactory instanceFactory,
ILinkedListSupportNodeManager nodeListManager) |
| Constructor and Description |
|---|
LinkedListSupportManager(ILinkedListSupportNodeManager<E> nodeListManager) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.