Uses of Class
com.google.common.collect.ImmutableTable.SerializedForm
-
Packages that use ImmutableTable.SerializedForm Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableTable.SerializedForm in com.google.common.collect
Methods in com.google.common.collect that return ImmutableTable.SerializedForm Modifier and Type Method Description (package private) static ImmutableTable.SerializedForm
ImmutableTable.SerializedForm. create(ImmutableTable<?,?,?> table, int[] cellRowIndices, int[] cellColumnIndices)
(package private) ImmutableTable.SerializedForm
DenseImmutableTable. createSerializedForm()
(package private) abstract ImmutableTable.SerializedForm
ImmutableTable. createSerializedForm()
Creates the common serialized form for this table.(package private) ImmutableTable.SerializedForm
SingletonImmutableTable. createSerializedForm()
(package private) ImmutableTable.SerializedForm
SparseImmutableTable. createSerializedForm()
-