@StoreNotUseStandardSerialization @StorableClass public class HashSupportIterator<E> extends Object implements ListIterator<E>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
HashSupportIterator(HashSupport<E> hashSupport) |
protected |
HashSupportIterator(IInstanceFactory instanceFactory,
HashSupport<E> hashSupport) |
Modifier and Type | Method and Description |
---|---|
void |
add(E element) |
boolean |
hasNext() |
boolean |
hasPrevious() |
static HashSupportIterator |
newInstance(IInstanceFactory instanceFactory,
HashSupport hashSupport) |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E element) |
protected HashSupportIterator(HashSupport<E> hashSupport)
protected HashSupportIterator(IInstanceFactory instanceFactory, HashSupport<E> hashSupport)
public static HashSupportIterator newInstance(IInstanceFactory instanceFactory, HashSupport hashSupport)
public boolean hasNext()
public E next()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<E>
public E previous()
previous
in interface ListIterator<E>
public void add(E element)
add
in interface ListIterator<E>
public int nextIndex()
nextIndex
in interface ListIterator<E>
public int previousIndex()
previousIndex
in interface ListIterator<E>
public void remove()
public void set(E element)
set
in interface ListIterator<E>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.