Useful commands and mini-hacks (hence the name "hax") commonly used in java.
Contains classes for sorting and searching algorithms, data structures including lists and trees, useful and simplified console commands, easy GUI creation and classes to simplify tasks related to numbers and math.
hax
│
└─ads
│ └─algorithms
│ │ └─Search
│ │ └─Sort
│ │
│ └─structures
│ └─List
│ └─ListNode
│ └─Tree
│ └─TreeNode
│
└─util
│ └─Console
│ └─GUI
│ └─Net (checking usability)
│ └─Numbers
│ └─Runtime
│
└─Res
Much more to be added soon.
-JSON (get it here.)