final class oadd.com.google.common.collect.SortedMultisets extends java.lang.Object
{
private void <init>()
{
oadd.com.google.common.collect.SortedMultisets v;
v := @this: oadd.com.google.common.collect.SortedMultisets;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
private static java.lang.Object getElementOrThrow(oadd.com.google.common.collect.Multiset$Entry)
{
oadd.com.google.common.collect.Multiset$Entry v;
java.lang.Object v;
java.util.NoSuchElementException v;
v := @parameter: oadd.com.google.common.collect.Multiset$Entry;
if v != null goto label;
v = new java.util.NoSuchElementException;
specialinvoke v.<java.util.NoSuchElementException: void <init>()>();
throw v;
label:
v = interfaceinvoke v.<oadd.com.google.common.collect.Multiset$Entry: java.lang.Object getElement()>();
return v;
}
private static java.lang.Object getElementOrNull(oadd.com.google.common.collect.Multiset$Entry)
{
oadd.com.google.common.collect.Multiset$Entry v;
java.lang.Object v;
v := @parameter: oadd.com.google.common.collect.Multiset$Entry;
if v != null goto label;
v = null;
goto label;
label:
v = interfaceinvoke v.<oadd.com.google.common.collect.Multiset$Entry: java.lang.Object getElement()>();
label:
return v;
}
}