I have a pre-generics library that stores different object types in Maps and Lists. The interfaces to this library are in terms of raw Maps and Lists. Is there a good way to wrap or encapsulate the...