Interface SubIntervalIterable<T>

    • Method Detail

      • supportsOptimizedCursor

        boolean supportsOptimizedCursor​(Interval interval)
        Determine whether a Cursor can be created that iterates the given Interval.
        Parameters:
        interval - to be checked
        Returns:
        true if a Cursor can be optimized given the Interval
      • subIntervalIterationOrder

        java.lang.Object subIntervalIterationOrder​(Interval interval)
        Returns the iteration order given the interval.
        Parameters:
        interval - Interval over which to iterate
        Returns:
        the iteration order object @see IterableRealInterval