public static final class UtilMDE.RemoveFirstAndLastIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
RemoveFirstAndLastIterator(java.util.Iterator<T> itor) |
| Modifier and Type | Method and Description |
|---|---|
T |
getFirst() |
T |
getLast() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
public RemoveFirstAndLastIterator(java.util.Iterator<T> itor)