Uses of Class
com.google.common.collect.ArrayTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ArrayTable in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <R,
C, V> ArrayTable <R, C, V> Creates anArrayTable
with the mappings in the provided table.static <R,
C, V> ArrayTable <R, C, V> Creates anArrayTable
filled withnull
.