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.SerializedFormImmutableTable.SerializedForm. create(ImmutableTable<?,?,?> table, int[] cellRowIndices, int[] cellColumnIndices)(package private) ImmutableTable.SerializedFormDenseImmutableTable. createSerializedForm()(package private) abstract ImmutableTable.SerializedFormImmutableTable. createSerializedForm()Creates the common serialized form for this table.(package private) ImmutableTable.SerializedFormSingletonImmutableTable. createSerializedForm()(package private) ImmutableTable.SerializedFormSparseImmutableTable. createSerializedForm()
-