Package | Description |
---|---|
org.apache.jackrabbit.rmi.client.iterator |
Local adapters for remote iterators.
|
Modifier and Type | Method and Description |
---|---|
long |
ClientIterator.getSize()
Returns the size (the total number of elements) of this iteration.
|
boolean |
ClientIterator.hasNext()
Checks if there are more elements in this iteration.
|
Object |
ClientIterator.next()
Returns the next element in this iteration.
|
void |
ClientIterator.skip(long skipNum)
Skips the given number of elements in this iteration.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.