@StoreNotUseStandardSerialization @StorableClass public class TreeSupportSubDescendingIterator<E> extends AbstractDescendingIterator<E> implements Serializable
iterator
Modifier | Constructor and Description |
---|---|
protected |
TreeSupportSubDescendingIterator(IInstanceFactory instanceFactory,
TreeSupport<E> tree,
E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
protected |
TreeSupportSubDescendingIterator(TreeSupport<E> tree,
E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
Modifier and Type | Method and Description |
---|---|
static TreeSupportSubDescendingIterator |
newInstance(IInstanceFactory instanceFactory,
TreeSupport tree,
Object fromElement,
boolean fromInclusive,
Object toElement,
boolean toInclusive) |
protected int |
size() |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
protected TreeSupportSubDescendingIterator(TreeSupport<E> tree, E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
tree
- tree this iterate infromElement
- starting element for iterationfromInclusive
- true if starting element is included in iterationtoElement
- ending element for iterationtoInclusive
- true if ending element is included in iterationprotected TreeSupportSubDescendingIterator(IInstanceFactory instanceFactory, TreeSupport<E> tree, E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
public static TreeSupportSubDescendingIterator newInstance(IInstanceFactory instanceFactory, TreeSupport tree, Object fromElement, boolean fromInclusive, Object toElement, boolean toInclusive)
protected int size()
size
in class AbstractDescendingIterator<E>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.