public class IntrinsicRosterIterator<T> extends Object implements ListIterator<T>
| Constructor and Description |
|---|
IntrinsicRosterIterator(IntrinsicRoster<T> concurrentList,
IntrinsicRosterNode<T> prev,
IntrinsicRosterNode<T> next,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T t) |
boolean |
hasNext() |
boolean |
hasPrevious() |
T |
next() |
int |
nextIndex() |
T |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(T obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IntrinsicRosterIterator(IntrinsicRoster<T> concurrentList, IntrinsicRosterNode<T> prev, IntrinsicRosterNode<T> next, int index)
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 set(T obj)
set in interface ListIterator<T>public void remove()
public void add(T t)
add in interface ListIterator<T>Copyright © 2017. All rights reserved.