xxl.cursors
Class Remover

java.lang.Object
  |
  +--xxl.cursors.DecoratorCursor
        |
        +--xxl.cursors.Remover

public class Remover
extends DecoratorCursor


Fields inherited from class xxl.cursors.DecoratorCursor
cursor
 
Constructor Summary
Remover(java.util.Iterator iterator)
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class xxl.cursors.DecoratorCursor
close, hasNext, peek, remove, reset, supportsPeek, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remover

public Remover(java.util.Iterator iterator)
Method Detail

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException,
                             java.lang.UnsupportedOperationException
Overrides:
next in class DecoratorCursor