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 Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isTop

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

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