Class | Description |
---|---|
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. |
LinkedTreeSupportDescendingIterator<E> |
adapter to create linked tree set descending iterator from linked tree set
iterator
|
LinkedTreeSupportIterator<E> |
iterator for
LinkedTreeSupport |
LinkedTreeSupportNode<E> |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.