class com.google.common.collect.StandardRowSortedTable extends com.google.common.collect.StandardTable implements com.google.common.collect.RowSortedTable
{
private static final long serialVersionUID;
void <init>(java.util.SortedMap, com.google.common.base.Supplier)
{
com.google.common.base.Supplier v;
com.google.common.collect.StandardRowSortedTable v;
java.util.SortedMap v;
v := @this: com.google.common.collect.StandardRowSortedTable;
v := @parameter: java.util.SortedMap;
v := @parameter: com.google.common.base.Supplier;
specialinvoke v.<com.google.common.collect.StandardTable: void <init>(java.util.Map,com.google.common.base.Supplier)>(v, v);
return;
}
private java.util.SortedMap sortedBackingMap()
{
com.google.common.collect.StandardRowSortedTable v;
java.util.Map v;
v := @this: com.google.common.collect.StandardRowSortedTable;
v = v.<com.google.common.collect.StandardRowSortedTable: java.util.Map backingMap>;
return v;
}
public java.util.SortedSet rowKeySet()
{
java.util.Set v;
com.google.common.collect.StandardRowSortedTable v;
java.util.SortedMap v;
v := @this: com.google.common.collect.StandardRowSortedTable;
v = virtualinvoke v.<com.google.common.collect.StandardRowSortedTable: java.util.SortedMap rowMap()>();
v = interfaceinvoke v.<java.util.SortedMap: java.util.Set keySet()>();
return v;
}
public java.util.SortedMap rowMap()
{
com.google.common.collect.StandardRowSortedTable v;
java.util.Map v;
v := @this: com.google.common.collect.StandardRowSortedTable;
v = specialinvoke v.<com.google.common.collect.StandardTable: java.util.Map rowMap()>();
return v;
}
java.util.SortedMap createRowMap()
{
com.google.common.collect.StandardRowSortedTable$RowSortedMap v;
com.google.common.collect.StandardRowSortedTable v;
v := @this: com.google.common.collect.StandardRowSortedTable;
v = new com.google.common.collect.StandardRowSortedTable$RowSortedMap;
specialinvoke v.<com.google.common.collect.StandardRowSortedTable$RowSortedMap: void <init>(com.google.common.collect.StandardRowSortedTable)>(v);
return v;
}
}