Is possible to construct a com.google.common.collect.Table from an existing map?

32 Views Asked by At

Suppose I have an existing Map<Integer, Map<Integer, String>> which contains items, I want to construct a com.google.common.collect.Table from that map for there's unnecessary data copy

0

There are 0 best solutions below