Package aQute.lib.collections
Class SortedList.It
java.lang.Object
aQute.lib.collections.SortedList.It
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>
- Enclosing class:
SortedList<T>
-
Field Details
-
n
private int n
-
-
Constructor Details
-
It
It(int n)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
- Specified by:
nextin interfaceIterator<T>- Specified by:
nextin interfaceListIterator<T>- Throws:
NoSuchElementException
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T>
-
previous
- Specified by:
previousin interfaceListIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T>
-
remove
Deprecated. -
set
Deprecated.- Specified by:
setin interfaceListIterator<T>
-
add
Deprecated.- Specified by:
addin interfaceListIterator<T>
-