Uses of Interface
org.glassfish.jersey.internal.guava.Table.Cell
Packages that use Table.Cell
-
Uses of Table.Cell in org.glassfish.jersey.internal.guava
Methods in org.glassfish.jersey.internal.guava that return Table.CellModifier and TypeMethodDescriptionstatic <R,
C, V> Table.Cell<R, C, V> Tables.immutableCell
(R rowKey, C columnKey, V value) Returns an immutable cell with the specified row key, column key, and value.Methods in org.glassfish.jersey.internal.guava that return types with arguments of type Table.Cell