Interface IFifoGroupIterator<T>

All Superinterfaces:
IObjectsList, IScanListIterator<T>
All Known Implementing Classes:
ExtendedCompoundIndexFifoGroupsIterator, ExtendedIndexFifoGroupsIterator, FifoGroupsMultiList, FifoGroupsScanAllValuesByCompoundIndexIterator, FifoGroupsScanAllValuesIterator, FifoGroupsScanByFGIndexIterator, FifoGroupsScanByGeneralIndexIterator

public interface IFifoGroupIterator<T> extends IScanListIterator<T>
IFifoGroupIterator for scanning in order to locate fifo-groups
  • Method Details

    • nextGroup

      void nextGroup() throws SAException
      move to next group-value in multi-group iter , called when the checked group is "occupied"
      Throws:
      SAException