public class CMISResultSetRowIterator extends Object implements ListIterator<CMISResultSetRow>
| Constructor and Description |
|---|
CMISResultSetRowIterator(CMISResultSet resultSet)
Create an iterator over the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(CMISResultSetRow o) |
boolean |
allowsReverse() |
CMISResultSet |
getResultSet() |
boolean |
hasNext() |
boolean |
hasPrevious() |
protected int |
moveToNextPosition() |
protected int |
moveToPreviousPosition() |
CMISResultSetRow |
next() |
int |
nextIndex() |
CMISResultSetRow |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(CMISResultSetRow o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CMISResultSetRowIterator(CMISResultSet resultSet)
resultSet - CMISResultSetpublic CMISResultSet getResultSet()
public boolean hasNext()
hasNext in interface Iterator<CMISResultSetRow>hasNext in interface ListIterator<CMISResultSetRow>public boolean allowsReverse()
public boolean hasPrevious()
hasPrevious in interface ListIterator<CMISResultSetRow>public CMISResultSetRow next()
next in interface Iterator<CMISResultSetRow>next in interface ListIterator<CMISResultSetRow>protected int moveToNextPosition()
public CMISResultSetRow previous()
previous in interface ListIterator<CMISResultSetRow>protected int moveToPreviousPosition()
public int nextIndex()
nextIndex in interface ListIterator<CMISResultSetRow>public int previousIndex()
previousIndex in interface ListIterator<CMISResultSetRow>public void remove()
remove in interface Iterator<CMISResultSetRow>remove in interface ListIterator<CMISResultSetRow>public void set(CMISResultSetRow o)
set in interface ListIterator<CMISResultSetRow>public void add(CMISResultSetRow o)
add in interface ListIterator<CMISResultSetRow>Copyright © 2005–2018 Alfresco Software. All rights reserved.