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 com.j_spaces.core.cache.fifoGroup.ExtendedIndexFifoGroupsIterator
finalize, getAlreadyMatchedFixedPropertyIndexPos, hasNext, isAlreadyMatched, isIterator, isMultiValueIterator, next, nextGroup, release, releaseScan, removeMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.j_spaces.kernel.list.IScanListIterator
createCopyForAlternatingThread, getAlreadyMatchedIndexPath, hasSize, isExtensionIndex, isMultiListsIterator, noRematchNeeded, size
-
Constructor Details
-
Method Details
-
getActualGroupValue
- Overrides:
getActualGroupValuein classExtendedIndexFifoGroupsIterator<V>
-