Every time you use a @SuppressWarnings("unchecked") annotation, add a comment saying why it is safe to do so. This will help others understand the code, and more importantly, it will decrease the odds that someone will modify the code so as to make the computation unsafe.
I know it'd be a bit of a misuse, but it'd be nice if the SuppressWarning annotation had a 'comment' parameter.