Java com.google.common.collect Tables fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect Tables fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect Tables.

The text is from its open source code.

Method

CellimmutableCell(@Nullable R rowKey, @Nullable C columnKey, @Nullable V value)
Returns an immutable cell with the specified row key, column key, and value.
TablenewCustomTable(Map> backingMap, Supplier> factory)
Creates a table that uses the specified backing map and factory.
Tabletranspose(Table table)
Creates a transposed view of a given table that flips its row and column keys.
TableunmodifiableTable(Table table)
Returns an unmodifiable view of the specified table.