Uses of Interface
org.glassfish.jersey.internal.guava.Table.Cell
-
Packages that use Table.Cell Package Description org.glassfish.jersey.internal.guava -
-
Uses of Table.Cell in org.glassfish.jersey.internal.guava
Methods in org.glassfish.jersey.internal.guava that return Table.Cell Modifier and Type Method Description static <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 Modifier and Type Method Description Set<Table.Cell<R,C,V>>Table. cellSet()Returns a set of all row key / column key / value triplets.
-