final class org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount extends java.lang.Object implements java.util.Comparator
{
static final org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount INSTANCE;
private void <init>()
{
org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public int compare(org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry, org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry)
{
org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry v, v;
int v, v, v;
org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount;
v := @parameter: org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry;
v := @parameter: org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry;
v = interfaceinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry: int getCount()>();
v = interfaceinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.Multiset$Entry: int getCount()>();
v = v - v;
return v;
}
static void <clinit>()
{
org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount v;
v = new org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount;
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount: void <init>()>();
<org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount: org.apache.drill.shaded.guava.com.google.common.collect.Multisets$DecreasingCount INSTANCE> = v;
return;
}
}