From db8281f7f5c027c24cf9a1a8208a2aa92d06a73d Mon Sep 17 00:00:00 2001 From: spc Date: Sun, 4 Oct 2015 09:23:28 +0200 Subject: Added support for builder singular for Guavas ImmutableTable --- website/features/Builder.html | 1 + 1 file changed, 1 insertion(+) (limited to 'website/features/Builder.html') 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 @@
  • ImmutableCollection and ImmutableList (backed by the builder feature of ImmutableList).
  • ImmutableSet and ImmutableSortedSet (backed by the builder feature of those types).
  • ImmutableMap, ImmutableBiMap, and ImmutableSortedMap (backed by the builder feature of those types).
  • +
  • ImmutableTable (backed by the builder feature of ImmutableTable).
  • -- cgit