private class ReferenceList.ReferenceListIterator<T> extends Object implements ListIterator<T>
Modifier and Type | Field and Description |
---|---|
(package private) ListIterator<Referrer<T>> |
iterator |
(package private) ReferenceQueuingFactory<T,Referrer<T>> |
rqf |
Modifier | Constructor and Description |
---|---|
private |
ReferenceListIterator(ListIterator<Referrer<T>> iterator,
ReferenceQueuingFactory<T,Referrer<T>> rqf) |
Modifier and Type | Method and Description |
---|---|
void |
add(T e) |
boolean |
hasNext() |
boolean |
hasPrevious() |
T |
next() |
int |
nextIndex() |
T |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(T e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
ListIterator<Referrer<T>> iterator
ReferenceQueuingFactory<T,Referrer<T>> rqf
private ReferenceListIterator(ListIterator<Referrer<T>> iterator, ReferenceQueuingFactory<T,Referrer<T>> rqf)
public boolean hasNext()
public T next()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<T>
public T previous()
previous
in interface ListIterator<T>
public int nextIndex()
nextIndex
in interface ListIterator<T>
public int previousIndex()
previousIndex
in interface ListIterator<T>
public void remove()
public void set(T e)
set
in interface ListIterator<T>
public void add(T e)
add
in interface ListIterator<T>
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.