Uses of Interface
cloud.opencode.base.collections.immutable.ImmutableTable.Cell
Packages that use ImmutableTable.Cell
-
Uses of ImmutableTable.Cell in cloud.opencode.base.collections.immutable
Methods in cloud.opencode.base.collections.immutable that return types with arguments of type ImmutableTable.CellMethods in cloud.opencode.base.collections.immutable with parameters of type ImmutableTable.CellModifier and TypeMethodDescriptionImmutableTable.Builder.put(ImmutableTable.Cell<? extends R, ? extends C, ? extends V> cell) Put a cell in the table.