xxl.cursors
Class Skipper
java.lang.Object
|
+--xxl.cursors.Skipper
- public class Skipper
- extends java.lang.Object
- implements Cursor
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
cursor
protected Cursor cursor
skipped
protected boolean skipped
got
protected boolean got
index
protected int index
function
protected Function function
asLongAs
protected boolean asLongAs
Skipper
public Skipper(Cursor cursor,
Function function,
boolean asLongAs)
Skipper
public Skipper(PeekIterator peekIterator,
Function function,
boolean asLongAs)
Skipper
public Skipper(java.util.Iterator iterator,
Function function,
boolean asLongAs)
Skipper
public Skipper(java.util.Iterator iterator,
int number)
close
public void close()
- Specified by:
- close in interface Cursor
hasNext
public boolean hasNext()
- Specified by:
- hasNext in interface Cursor
next
public java.lang.Object next()
throws java.lang.UnsupportedOperationException
- Specified by:
- next in interface Cursor
peek
public java.lang.Object peek()
throws java.lang.UnsupportedOperationException
- Specified by:
- peek in interface Cursor
remove
public void remove()
throws java.lang.UnsupportedOperationException
- Specified by:
- remove in interface Cursor
reset
public void reset()
throws java.lang.UnsupportedOperationException
- Specified by:
- reset in interface Cursor
supportsPeek
public boolean supportsPeek()
- Specified by:
- supportsPeek in interface Cursor
update
public void update(java.lang.Object object)
throws java.lang.UnsupportedOperationException
- Specified by:
- update in interface Cursor