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