E
- @StoreNotUseStandardSerialization @StorableClass public class TreeSupportDescendingIterator<E> extends AbstractDescendingIterator<E> implements Serializable
iterator
Modifier | Constructor and Description |
---|---|
protected |
TreeSupportDescendingIterator(IInstanceFactory instanceFactory,
TreeSupport<E> tree) |
protected |
TreeSupportDescendingIterator(TreeSupport<E> tree) |
Modifier and Type | Method and Description |
---|---|
TreeSupport<E> |
getTree() |
static TreeSupportDescendingIterator |
newInstance(IInstanceFactory instanceFactory,
TreeSupport tree) |
protected int |
size() |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
protected TreeSupportDescendingIterator(TreeSupport<E> tree)
protected TreeSupportDescendingIterator(IInstanceFactory instanceFactory, TreeSupport<E> tree)
public static TreeSupportDescendingIterator newInstance(IInstanceFactory instanceFactory, TreeSupport tree)
protected int size()
size
in class AbstractDescendingIterator<E>
public TreeSupport<E> getTree()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.