Package com.helger.base.iface


package com.helger.base.iface
  • Interfaces
    Class
    Description
    Base interface for all objects having a certain size with int precision.
    Base interface for all objects having a certain size with long precision.
    A simple interface that looks like Runnable but may throw an exception on its execution.
    Note: It is not possible to extend Runnable directly, as derived interfaces are not allowed to add exception specifications.