@StoreNotUseStandardSerialization @StorableClass public class TreeListSupportIterator<E> extends TreeSupportIterator<E> implements Serializable
concurrentAccess, fromEnd, modificationCount, nextNode, previousNode, removable, tree
Constructor and Description |
---|
TreeListSupportIterator(TreeListSupport<E> tree) |
TreeListSupportIterator(TreeListSupport<E> tree,
boolean fromEnd) |
TreeListSupportIterator(TreeListSupport<E> tree,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(E element) |
static TreeListSupportIterator |
newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree) |
static TreeListSupportIterator |
newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree,
boolean fromEnd) |
static TreeListSupportIterator |
newInstance(IInstanceFactory instanceFactory,
TreeListSupport tree,
int index) |
void |
set(E element) |
firstNode, initializeToBegin, initializeToEnd, lastNode, newInstance, newInstance, newInstance, nextNodeSetToNextOfNextNode, nextNodeSetToNextOfOfNextNode, nextNodeSetToNextOfOfPreviousNode, nextNodeSetToNextOfRemovable, previousNodeSetToPreviousNodeOfRemovable, previousNodeSetToPreviousOfNextNode, previousNodeSetToPreviousOfPreviousNode, size
checkTreeChange, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
public TreeListSupportIterator(TreeListSupport<E> tree)
public TreeListSupportIterator(TreeListSupport<E> tree, int index)
public TreeListSupportIterator(TreeListSupport<E> tree, boolean fromEnd)
public static TreeListSupportIterator newInstance(IInstanceFactory instanceFactory, TreeListSupport tree)
public static TreeListSupportIterator newInstance(IInstanceFactory instanceFactory, TreeListSupport tree, int index)
public static TreeListSupportIterator newInstance(IInstanceFactory instanceFactory, TreeListSupport tree, boolean fromEnd)
public void set(E element)
set
in interface ListIterator<E>
set
in class AbstractTreeSupportIterator<E>
public void add(E element)
add
in interface ListIterator<E>
add
in class AbstractTreeSupportIterator<E>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.