Java Double entry table
        Posted  
        
            by Tom
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tom
        
        
        
        Published on 2010-06-10T23:10:10Z
        Indexed on 
            2010/06/10
            23:23 UTC
        
        
        Read the original article
        Hit count: 284
        
Hi,
Does anyone know a double entry table implementation in java I can download ?
I need to do something like this
   1  2  3
   _______
a| x  y  z 
b| h  l  m
c| o  a  k
table.get(a,1) would return x
Of course, it should use any Object as key, value, etc
Thanks in advance
© Stack Overflow or respective owner