Package dev.tylermong.customhashmap
Class Main
java.lang.Object
dev.tylermong.customhashmap.Main
This class serves as the entry point for the application. It creates an instance of the CustomHashMapTester class and
runs all tests.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method that runs the application. It creates an instance of CustomHashMapTester and runs all tests.- Parameters:
args- command line arguments
-