public class CMISResultSetRowIterator
extends java.lang.Object
implements java.util.ListIterator
| 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) |
public CMISResultSetRowIterator(CMISResultSet resultSet)
resultSet - public CMISResultSet getResultSet()
public boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface java.util.ListIteratorpublic boolean allowsReverse()
public boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorpublic CMISResultSetRow next()
next in interface java.util.Iteratornext in interface java.util.ListIteratorprotected int moveToNextPosition()
public CMISResultSetRow previous()
previous in interface java.util.ListIteratorprotected int moveToPreviousPosition()
public int nextIndex()
nextIndex in interface java.util.ListIteratorpublic int previousIndex()
previousIndex in interface java.util.ListIteratorpublic void remove()
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorpublic void set(CMISResultSetRow o)
set in interface java.util.ListIteratorpublic void add(CMISResultSetRow o)
add in interface java.util.ListIteratorCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.