Class Longs


public class Longs extends Numbers<Long>
Reusable assertions for Longs.
Author:
Alex Ruiz, Joel Costigliola
  • Constructor Details

  • Method Details

    • instance

      public static Longs instance()
      Returns the singleton instance of this class.
      Returns:
      the singleton instance of this class.
    • zero

      protected Long zero()
      Specified by:
      zero in class Numbers<Long>