Class SeekMap.SeekPoints

  • Enclosing interface:
    SeekMap

    public static final class SeekMap.SeekPoints
    extends Object
    Contains one or two SeekPoints.
    • Field Detail

      • first

        public final SeekPoint first
        The first seek point.
      • second

        public final SeekPoint second
        The second seek point, or first if there's only one seek point.
    • Constructor Detail

      • SeekPoints

        public SeekPoints​(SeekPoint point)
        Parameters:
        point - The single seek point.
      • SeekPoints

        public SeekPoints​(SeekPoint first,
                          SeekPoint second)
        Parameters:
        first - The first seek point.
        second - The second seek point.