| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayListSupport<E>
support for persistent array list 
 | 
| 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.  | 
| 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 | Class and Description | 
|---|---|
class  | 
TreeListSupport<E>  | 
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.