Added the Generic N-Tuple capability. Main File is MultiHash which uses Tuples interf...
authorlinsw <linsw>
Fri, 8 Apr 2011 19:24:31 +0000 (19:24 +0000)
committerlinsw <linsw>
Fri, 8 Apr 2011 19:24:31 +0000 (19:24 +0000)
commitce3edfb207dcd372e8daca4f9602ffc662a2cf46
treea7497887389e24e0795c8a4473508fe304174c00
parentd5bb27a4ccbd402f3783af3d93bd7b6fad1374f5
Added the Generic N-Tuple capability. Main File is MultiHash which uses Tuples interface file and Tuple to get the job done. OptimizedView is a single view of one of the tables.
Robust/src/Util/MultiHash.java [new file with mode: 0755]
Robust/src/Util/OptimizedView.java [new file with mode: 0755]
Robust/src/Util/Tuple.java [new file with mode: 0644]
Robust/src/Util/Tuples.java [new file with mode: 0755]