Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.google.common.collect.Table Classes and Interfaces - 3 results found.
| Name | Description | Type | Package | Framework |
| Table | A collection that associates an ordered pair of keys, called a row key and a column key, with a single value. | Interface | com.google.common.collect | Google Guava |
|
| Table .Cell | Row key / column key / value triplet corresponding to a mapping in a table. | Interface | com.google.common.collect.Table | Google Guava |
|
| Tables | Provides static methods that involve a Table. | Class | com.google.common.collect | Google Guava |