Interface LinkedListIterator<E>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.util.Iterator<E>
public interface LinkedListIterator<E> extends java.util.Iterator<E>, java.lang.AutoCloseableA LinkedListIterator This iterator allows the last element to be repeated in the next call to hasNext or next
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidrepeat()
-