diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/features/Builder.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/features/Builder.html b/website/features/Builder.html index 6cf46600..c6f51ff1 100644 --- a/website/features/Builder.html +++ b/website/features/Builder.html @@ -101,6 +101,7 @@ <li><code>ImmutableCollection</code> and <code>ImmutableList</code> (backed by the builder feature of <code>ImmutableList</code>).</li> <li><code>ImmutableSet</code> and <code>ImmutableSortedSet</code> (backed by the builder feature of those types).</li> <li><code>ImmutableMap</code>, <code>ImmutableBiMap</code>, and <code>ImmutableSortedMap</code> (backed by the builder feature of those types).</li> + <li><code>ImmutableTable</code> (backed by the builder feature of <code>ImmutableTable</code>).</li> </ul></li> </ul> </p><p> |