예제 #1
0
 public Bundle getBundle(long id) {
   Long l = new Long(id);
   Bundle b = bundles.get(l);
   return b;
 }