This class inherits from {@link SetIterator}, but overrides the methods that update the pointer after a {@link java.util.ListIterator#next()} or {@link java.util.ListIterator#previous()}. If we would move out of the range of the subset we just overwrite the next or previous entry with null
.
|
|