Interface ITopBottomIndicator

  • All Known Implementing Classes:
    ETopBottom

    public interface ITopBottomIndicator
    Very simple interface for an object that has top/bottom indication.
    Author:
    Philip Helger
    • Method Detail

      • isTop

        boolean isTop()
        Returns:
        true if top and false if bottom.
      • isBottom

        default boolean isBottom()
        Returns:
        true if bottom and false if top.