Class | Description |
---|---|
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. |
LinkedHashSupportDescendingIterator<E> |
adapter to create hash set descending iterator from hash set iterator
|
LinkedHashSupportIterator<E> |
iterator for
LinkedHashSupport |
LinkedHashSupportNode<E> | |
LinkedHashSupportNodeSet<E> | |
LinkedListSupportAllNode<E> |
node of list of all the nodes of the set
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.