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