General purpose Table structure in Java (like ResultSet)

Posted by Chris Kaminski on Stack Overflow See other posts from Stack Overflow or by Chris Kaminski
Published on 2010-05-20T15:34:15Z Indexed on 2010/05/20 16:40 UTC
Read the original article Hit count: 271

Filed under:
|
|

Does anyone know if there's a good general-purpose Table-based structure that I can use for manipulating data? ResultSet is an interface, so am I stuck having to fully implement something if I want similar functionality without a database? Apache Commons Collections does not seem to have anything immediately suitable.

© Stack Overflow or respective owner

Related posts about java

Related posts about table