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:
next
in interfaceIterator<T>
- Specified by:
next
in interfaceListIterator<T>
- Throws:
NoSuchElementException
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<T>
-
previous
- Specified by:
previous
in interfaceListIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<T>
-
remove
Deprecated. -
set
Deprecated.- Specified by:
set
in interfaceListIterator<T>
-
add
Deprecated.- Specified by:
add
in interfaceListIterator<T>
-