Package | Description |
---|---|
net.sf.joafip.java.util.support.tree |
Modifier and Type | Field and Description |
---|---|
protected TreeSupportNode<E> |
AbstractTreeSupportIterator.nextNode
the next node, null if none
not transient for persistence |
protected TreeSupportNode<E> |
AbstractTreeSupportIterator.previousNode
the previous node, null if none
not transient for persistence |
protected TreeSupportNode<E> |
AbstractTreeSupportIterator.removable
removable node, null if none
not transient for persistence |
Modifier and Type | Method and Description |
---|---|
protected TreeSupportNode<E> |
TreeSupportSubIterator.firstNode() |
protected TreeSupportNode<E> |
TreeSupportIterator.firstNode() |
TreeSupportNode<E> |
TreeSupport.firstNode() |
protected abstract TreeSupportNode<E> |
AbstractTreeSupportIterator.firstNode() |
TreeSupportNode<E> |
TreeSupportNode.getNext() |
TreeSupportNode<E> |
TreeSupportNode.getPrevious() |
protected TreeSupportNode<E> |
TreeSupportSubIterator.lastNode() |
protected TreeSupportNode<E> |
TreeSupportIterator.lastNode() |
TreeSupportNode<E> |
TreeSupport.lastNode() |
protected abstract TreeSupportNode<E> |
AbstractTreeSupportIterator.lastNode() |
static TreeSupportNode |
TreeSupportNode.newInstance(IInstanceFactory instanceFactory) |
static TreeSupportNode |
TreeSupportNode.newInstance(IInstanceFactory instanceFactory,
Comparator comparator) |
static TreeSupportNode |
TreeSupportNode.newInstance(IInstanceFactory instanceFactory,
Object element) |
static TreeSupportNode |
TreeSupportNode.newInstance(IInstanceFactory instanceFactory,
Object element,
Comparator comparator) |
protected TreeSupportNode<E> |
TreeSupport.newTreeSupportNode(E element) |
TreeSupportNode<E> |
TreeSupport.nextNode(TreeSupportNode<E> node) |
TreeSupportNode<E> |
TreeSupport.nodeAtIndex(int index) |
TreeSupportNode<E> |
TreeSupport.previousNode(TreeSupportNode<E> node) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeSupport.appended(TreeSupportNode<E> nodeAppended) |
TreeSupportNode<E> |
TreeSupport.nextNode(TreeSupportNode<E> node) |
TreeSupportNode<E> |
TreeSupport.previousNode(TreeSupportNode<E> node) |
void |
TreeSupportNode.setNext(TreeSupportNode<E> next) |
void |
TreeSupportNode.setPrevious(TreeSupportNode<E> previous) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.