Interface IHasStartAndEnd<DATATYPE>

    • Method Detail

      • hasStart

        default boolean hasStart()
        Returns:
        true if a start is present, false if not.
        Since:
        9.0.0
      • hasEnd

        default boolean hasEnd()
        Returns:
        true if an end is present, false if not.
        Since:
        9.0.0