Class ArrayPositionLinks

    • Method Detail

      • start

        public int start​(int position,
                         int probePosition,
                         Page allProbeChannelsPage)
        Description copied from interface: PositionLinks
        Initialize iteration over position links. Returns first potentially eligible join position starting from (and including) position argument.

        When there are no more position -1 is returned

        Specified by:
        start in interface PositionLinks
      • next

        public int next​(int position,
                        int probePosition,
                        Page allProbeChannelsPage)
        Description copied from interface: PositionLinks
        Iterate over position links. When there are no more position -1 is returned.
        Specified by:
        next in interface PositionLinks