Class ExtendedCompoundIndexFifoGroupsIterator<V>
java.lang.Object
com.j_spaces.core.cache.fifoGroup.ExtendedIndexFifoGroupsIterator<V>
com.j_spaces.core.cache.fifoGroup.ExtendedCompoundIndexFifoGroupsIterator<V>
- All Implemented Interfaces:
IFifoGroupIterator<V>, IExtendedIndexIterator<V>, IObjectsList, IScanListIterator<V>
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedCompoundIndexFifoGroupsIterator(NavigableMap mapToScan, TypeDataIndex idx, Object nonGroupValue) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetActualGroupValue(Map.Entry<Object, IStoredList<V>> mapEntry) Methods inherited from class ExtendedIndexFifoGroupsIterator
finalize, getAlreadyMatchedFixedPropertyIndexPos, hasNext, isAlreadyMatched, isIterator, isMultiValueIterator, next, nextGroup, release, releaseScan, removeMethods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IScanListIterator
createCopyForAlternatingThread, getAlreadyMatchedIndexPath, hasSize, isExtensionIndex, isMultiListsIterator, noRematchNeeded, size
-
Constructor Details
-
Method Details
-
getActualGroupValue
- Overrides:
getActualGroupValuein classExtendedIndexFifoGroupsIterator<V>
-