public class MultiStoredList<T> extends Object implements IScanListIterator<T>
| Constructor and Description | 
|---|
MultiStoredList()  | 
MultiStoredList(List<IObjectsList> multiList,
               boolean fifoScan)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(IObjectsList l)  | 
boolean | 
equals(Object o)  | 
List<IObjectsList> | 
getAllLists()  | 
int | 
getAlreadyMatchedFixedPropertyIndexPos()
if the scan is on a property index, currently supported for extended index 
 | 
String | 
getAlreadyMatchedIndexPath()  | 
protected IScanListIterator<T> | 
getCurrentList()  | 
int | 
hashCode()  | 
boolean | 
hasNext()  | 
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()  | 
protected IScanListIterator<T> | 
prepareListIterator(IObjectsList list)  | 
void | 
releaseScan()
release SLHolder for this scan 
 | 
void | 
remove()  | 
public MultiStoredList()
public MultiStoredList(List<IObjectsList> multiList, boolean fifoScan)
public void add(IObjectsList l)
public boolean hasNext()
hasNext in interface IScanListIterator<T>public T next()
next in interface IScanListIterator<T>public void remove()
public void releaseScan()
IScanListIteratorreleaseScan in interface IScanListIterator<T>public int getAlreadyMatchedFixedPropertyIndexPos()
IScanListIteratorgetAlreadyMatchedFixedPropertyIndexPos in interface IScanListIterator<T>public String getAlreadyMatchedIndexPath()
getAlreadyMatchedIndexPath in interface IScanListIterator<T>public boolean isAlreadyMatched()
IScanListIteratorisAlreadyMatched in interface IScanListIterator<T>public boolean isIterator()
IObjectsListisIterator in interface IObjectsListprotected IScanListIterator<T> prepareListIterator(IObjectsList list)
protected IScanListIterator<T> getCurrentList()
public List<IObjectsList> getAllLists()
Copyright © GigaSpaces.