Example #1
0
 protected static DBCollection fixColl(Coll<?> coll) {
   return (DBCollection) coll.getCollDriverObject();
 }
 public static File getDirectory(Coll<?> coll) {
   return (File) coll.getCollDriverObject();
 }