public class ScanSingleListIterator<T> extends Object implements IScanListIterator<T>
Constructor and Description |
---|
ScanSingleListIterator(IStoredList<T> list,
boolean fifoScan) |
ScanSingleListIterator(IStoredList<T> list,
boolean fifoScan,
boolean alternatingThread) |
Modifier and Type | Method and Description |
---|---|
int |
getAlreadyMatchedFixedPropertyIndexPos()
if the scan is on a property index, currently supported for extended index
|
boolean |
hasNext() |
boolean |
hasSize() |
boolean |
isAlreadyMatched()
is the entry returned already matched against the searching template currently is true if the
underlying scan made by CacheManager::EntriesIter
|
boolean |
isIterator()
is the list an iterator or basic list ?
|
T |
next() |
void |
releaseScan()
release SLHolder for this scan
|
void |
remove() |
void |
reuse(IStoredList<T> list) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopyForAlternatingThread, getAlreadyMatchedIndexPath, isExtensionIndex, isMultiListsIterator, noRematchNeeded
public ScanSingleListIterator(IStoredList<T> list, boolean fifoScan)
public ScanSingleListIterator(IStoredList<T> list, boolean fifoScan, boolean alternatingThread)
public boolean hasSize()
hasSize
in interface IScanListIterator<T>
public int size()
size
in interface IScanListIterator<T>
public boolean hasNext()
hasNext
in interface IScanListIterator<T>
public T next()
next
in interface IScanListIterator<T>
public void remove()
public void releaseScan()
releaseScan
in interface IScanListIterator<T>
public int getAlreadyMatchedFixedPropertyIndexPos()
IScanListIterator
getAlreadyMatchedFixedPropertyIndexPos
in interface IScanListIterator<T>
public boolean isAlreadyMatched()
IScanListIterator
isAlreadyMatched
in interface IScanListIterator<T>
public boolean isIterator()
IObjectsList
isIterator
in interface IObjectsList
public void reuse(IStoredList<T> list)
Copyright © GigaSpaces.