Regards,
Dimitris
2009/12/31 Tim Harsch <harsc...@gmail.com>:
> --
> Google Collections Library - users list
> http://groups.google.com/group/google-collections-dev?hl=en
>
> To unsubscribe, send email to:
> google-collections...@googlegroups.com
I created a Table interface that maps a two-part key (a row and a column) to a value.
It includes methods like
V put(R rowKey, C columnKey, V value)
V get(Object rowKey, Object columnKey)
--
V put(R rowKey, C columnKey, V value)
V get(Object rowKey, Object columnKey)
Hopefully, we'll be able to release that some time in the next few months.
V get(R rowKey, C columnKey)
Regards,
Dimitris
2009/12/31 Jared Levy <jared....@gmail.com>:
I'm eager to see in the future your answer for dense tables and
whether relational operators are introduced (and which).
Regards,
Dimitris
2010/1/1 Jared Levy <jared....@gmail.com>: