public static class ExternallyLockedStoredList.StoredListIterator<T> extends AbstractResource implements IStoredListIterator<T>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ExternallyLockedStoredList.StoredListIterator.StoredListIteratorFactory | 
| Constructor and Description | 
|---|
| StoredListIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | backwardsScan() | 
| protected void | clean() | 
| ExternallyLockedStoredList.ObjectInfo<T> | getCurrentOI() | 
| ExternallyLockedStoredList.ObjectInfo<T> | getPivotOI() | 
| int | getScanLimit() | 
| T | getSubject()Gets the subject pointed to by the cursor's scan. | 
| void | setBackwardsScan(boolean backward) | 
| void | setCurrentOI(ExternallyLockedStoredList.ObjectInfo<T> currentOI) | 
| void | setPivotOI(ExternallyLockedStoredList.ObjectInfo<T> pivotOI) | 
| int | setScanLimit(int scanLimit) | 
| void | setSubject(T subject)Sets the subject pointed to by the cursor's scan. | 
| void | setTryForwardScan(boolean tryFwdScan) | 
| boolean | tryForwardScan() | 
isAvaliable, release, setAvaliableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleaseprotected void clean()
clean in class AbstractResourcepublic void setCurrentOI(ExternallyLockedStoredList.ObjectInfo<T> currentOI)
currentOI - The currentOI to set.public ExternallyLockedStoredList.ObjectInfo<T> getCurrentOI()
public void setPivotOI(ExternallyLockedStoredList.ObjectInfo<T> pivotOI)
pivotOI - The pivotOI to set.public ExternallyLockedStoredList.ObjectInfo<T> getPivotOI()
public void setSubject(T subject)
IStoredListIteratorsetSubject in interface IStoredListIterator<T>subject - The subject to set.public T getSubject()
IStoredListIteratorgetSubject in interface IStoredListIterator<T>public void setTryForwardScan(boolean tryFwdScan)
tryFwdScan - The tryFwdScan to set.public boolean tryForwardScan()
public void setBackwardsScan(boolean backward)
backward - The backward to set.public boolean backwardsScan()
public int setScanLimit(int scanLimit)
scanLimit - The scanLimit to set.public int getScanLimit()
Copyright © GigaSpaces.