Class Main

java.lang.Object
dev.tylermong.customhashmap.Main

public class Main extends Object
This class serves as the entry point for the application. It creates an instance of the CustomHashMapTester class and runs all tests.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method that runs the application. It creates an instance of CustomHashMapTester and runs all tests.
      Parameters:
      args - command line arguments