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

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

Introduction

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

The text is from its open source code.

Method

Builderbuilder()
Returns a new builder.
ImmutableSet>cellSet()
ImmutableMapcolumn(C columnKey)
ImmutableSetcolumnKeySet()
ImmutableMap>columnMap()

The value Map instances in the returned map are ImmutableMap instances as well.

ImmutableTablecopyOf(Table table)
Returns an immutable copy of the provided table.
ImmutableTableof(R rowKey, C columnKey, V value)
Returns an immutable table containing a single cell.
ImmutableTableof()
Returns an empty immutable table.
ImmutableMaprow(R rowKey)
ImmutableSetrowKeySet()
ImmutableMap>rowMap()

The value Map instances in the returned map are ImmutableMap instances as well.