Modifier and Type | Field and Description |
---|---|
protected RedBlackTree<E> |
TreeMem.redBlackTree |
protected RedBlackTree<E> |
Tree.redBlackTree |
Modifier and Type | Field and Description |
---|---|
protected LinkedTreeSupport<E> |
AbstractPLinkedTreeSet.linkedTreeSupport
the linked tree set support used by this set
can be its own instance or a instance of on other set to be a view of this other set |
protected TreeSupport<E> |
AbstractPTreeSet.treeSupport
the tree list support used by this set
can be its own instance or a instance of on other set to be a view of this other set |
Modifier and Type | Field and Description |
---|---|
protected ListIterator<E> |
AbstractDescendingIterator.iterator |
Modifier and Type | Field and Description |
---|---|
protected LinkedListSupportManager<E> |
AbstractHashSupportNodeSet.listManager
list manager for the nodes of this set
|
Modifier and Type | Field and Description |
---|---|
protected LinkedListSupportManager<E> |
LinkedListSupportIterator.listManager
the list this iterator iterate in
|
Modifier and Type | Field and Description |
---|---|
protected RedBlackTree<E> |
TreeSupport.tree
not transient for persistence
|
protected TreeSupport<E> |
AbstractTreeSupportIterator.tree
tree iterate in it
not transient for persistence |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.