public class MultiIntersectedStoredList<T> extends Object implements IScanListIterator<T>
| Constructor and Description |
|---|
MultiIntersectedStoredList(Context context,
IObjectsList list,
boolean fifoScan,
IObjectsList allElementslist,
boolean falsePositiveFilterOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IObjectsList list,
boolean shortest) |
int |
getAlreadyMatchedFixedPropertyIndexPos()
if the scan is on a property index, currently supported for extended index
|
String |
getAlreadyMatchedIndexPath() |
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 ?
|
boolean |
isMultiList() |
T |
next() |
protected IScanListIterator<T> |
prepareListIterator(IObjectsList list) |
void |
releaseScan()
release SLHolder for this scan
|
public MultiIntersectedStoredList(Context context, IObjectsList list, boolean fifoScan, IObjectsList allElementslist, boolean falsePositiveFilterOnly)
public void add(IObjectsList list, boolean shortest)
public boolean hasNext()
hasNext in interface IScanListIterator<T>public T next()
next in interface IScanListIterator<T>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)
public boolean isMultiList()
Copyright © GigaSpaces.