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