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