Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Support Tables #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support Tables #62

wants to merge 1 commit into from

Commits on Jan 27, 2015

  1. Support Tables

    Guava's Tables don't quite fit under map-like types, though they're often used
    in place of nested maps.  In particular, ImmutableTables don't construct
    themselves as nested maps; instead, they construct cell-by-cell.  Therefore,
    handle them as paramterized beans.
    Steven Hood committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    669d8d6 View commit details
    Browse the repository at this point in the history