Class BinarySearchSeeker.TimestampSearchResult

    • Field Detail

      • TYPE_TARGET_TIMESTAMP_FOUND

        public static final int TYPE_TARGET_TIMESTAMP_FOUND
        The search found a timestamp that it deems close enough to the given target.
        See Also:
        Constant Field Values
      • TYPE_POSITION_OVERESTIMATED

        public static final int TYPE_POSITION_OVERESTIMATED
        The search found only timestamps larger than the target timestamp.
        See Also:
        Constant Field Values
      • TYPE_POSITION_UNDERESTIMATED

        public static final int TYPE_POSITION_UNDERESTIMATED
        The search found only timestamps smaller than the target timestamp.
        See Also:
        Constant Field Values
      • TYPE_NO_TIMESTAMP

        public static final int TYPE_NO_TIMESTAMP
        The search didn't find any timestamps.
        See Also:
        Constant Field Values