I\'m trying to create a Hashtable as in the following:
Hashtable> block = new Hashtable>();
Java generics can't be instantiated with primitive types. Try using the wrapper classes instead: