by Andrew Brampton (bramp.net) GitHub | JavaDoc This is a collection of tools that make use of the sun.misc.Unsafe class. This Unsafe class allows direct access to memory within the JVM, which is extremely dangerous, but fun :). unsafe-helper - Contains some simple methods that make using sun.misc.Unsafe easier. unsafe-collection - An example List modelled on the ArrayList, which instead of storin